Test Setup Failed
Branch master (e1eba3)
by Marc
02:49
created
Category
lib/PhpFlo/Test/TestUtilityTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param array $methods
32 32
      * @return \PHPUnit_Framework_MockObject_MockObject
33 33
      */
34
-    public function stub($class, array $methods = [])
34
+    public function stub($class, array $methods = [ ])
35 35
     {
36 36
         $stub = $this->getMockBuilder($class)
37 37
             ->disableOriginalConstructor()
Please login to merge, or discard this patch.