Changes between Version 1 and Version 2 of CodingStandard


Ignore:
Timestamp:
2012-02-28T00:24:59Z (12 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodingStandard

    v1 v2  
    1212#!php
    1313<?php
    14 class sfFoo {
     14class sfFoo
     15{
    1516  public function bar() {
    1617    sfCoffee::make();
     
    121122#!php
    122123<?php
    123 function makeCoffee() {
     124function makeCoffee()
     125{
    124126  if (false !== isSleeping() && false !== hasEnoughCaffeineForToday()) {
    125127    canMakeCoffee();