Test Failed
Push — master ( a2a740...c49ae4 )
by Siad
16:47
created
docs/example/src/HelloWorldTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
     require_once "HelloWorld.php";
5 5
 
6 6
     /**
7
-    * Test class for HelloWorld
8
-    *
9
-    * @author Michiel Rook
10
-    * @package hello.world
11
-    */
7
+     * Test class for HelloWorld
8
+     *
9
+     * @author Michiel Rook
10
+     * @package hello.world
11
+     */
12 12
     class HelloWorldTest extends PHPUnit_Framework_TestCase
13 13
     {
14 14
         public function testSayHello()
Please login to merge, or discard this patch.