Browse Source

I hate PSR-2 :D

Jose Lorenzo Rodriguez 11 years ago
parent
commit
96b656ace4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/Collection/Iterator/ExtractIteratorTest.php

+ 2 - 1
tests/TestCase/Collection/Iterator/ExtractIteratorTest.php

@@ -89,7 +89,8 @@ class ExtractIteratorTest extends TestCase
      *
      * @return void
      */
-    public function testExtractWithCallable() {
+    public function testExtractWithCallable()
+    {
         $items = [
             ['a' => 1, 'b' => 2],
             ['a' => 3, 'b' => 4]