Changes between Version 1 and Version 2 of CodingStandard
- Timestamp:
- 2012-02-28T00:24:59Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStandard
v1 v2 12 12 #!php 13 13 <?php 14 class sfFoo { 14 class sfFoo 15 { 15 16 public function bar() { 16 17 sfCoffee::make(); … … 121 122 #!php 122 123 <?php 123 function makeCoffee() { 124 function makeCoffee() 125 { 124 126 if (false !== isSleeping() && false !== hasEnoughCaffeineForToday()) { 125 127 canMakeCoffee();