Completed
Push — master ( 267f86...7e858c )
by Naveen
09:07 queued 01:25
created
tests/phpDocumentor/Reflection/DocBlock/Tag/VarTagTest.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * phpDocumentor Var Tag Test
4
- * 
5
- * PHP version 5.3
6
- *
7
- * @author    Daniel O'Connor <[email protected]>
8
- * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
9
- * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
- * @link      http://phpdoc.org
11
- */
3
+     * phpDocumentor Var Tag Test
4
+     * 
5
+     * PHP version 5.3
6
+     *
7
+     * @author    Daniel O'Connor <[email protected]>
8
+     * @copyright 2010-2011 Mike van Riel / Naenius. (http://www.naenius.com)
9
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT
10
+     * @link      http://phpdoc.org
11
+     */
12 12
 
13 13
 namespace phpDocumentor\Reflection\DocBlock;
14 14
 
Please login to merge, or discard this patch.
php-code-coverage/tests/_files/NamespaceCoverageCoversClassPublicTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @coversDefaultClass \Foo\CoveredClass
4
- */
3
+     * @coversDefaultClass \Foo\CoveredClass
4
+     */
5 5
 class NamespaceCoverageCoversClassTest extends PHPUnit_Framework_TestCase
6 6
 {
7 7
     /**
Please login to merge, or discard this patch.
phpunit/php-code-coverage/tests/_files/NamespaceCoverageCoversClassTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @coversDefaultClass \Foo\CoveredClass
4
- */
3
+     * @coversDefaultClass \Foo\CoveredClass
4
+     */
5 5
 class NamespaceCoverageCoversClassTest extends PHPUnit_Framework_TestCase
6 6
 {
7 7
     /**
Please login to merge, or discard this patch.
vendor/phpunit/php-code-coverage/tests/_files/source_with_namespace.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  */
12 12
 function &foo($bar)
13 13
 {
14
-    $baz = function () {};
14
+    $baz = function() {};
15 15
     $a   = true ? true : false;
16 16
     $b   = "{$a}";
17 17
     $c   = "${b}";
Please login to merge, or discard this patch.
phpunit/phpunit-mock-objects/tests/MockObject/Invocation/ObjectTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function testAllowToGetMethodParametersSetInConstructor()
25 25
     {
26 26
         $expectedParameters = array(
27
-          'foo', 5, array('a', 'b'), new StdClass, null, false
27
+            'foo', 5, array('a', 'b'), new StdClass, null, false
28 28
         );
29 29
 
30 30
         $invocation = new PHPUnit_Framework_MockObject_Invocation_Static(
Please login to merge, or discard this patch.
vendor/phpunit/phpunit/tests/_files/DataProviderIncompleteTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -22,16 +22,16 @@
 block discarded – undo
22 22
         $this->markTestSkipped('skipped');
23 23
 
24 24
         return array(
25
-          array(0, 0, 0),
26
-          array(0, 1, 1),
25
+            array(0, 0, 0),
26
+            array(0, 1, 1),
27 27
         );
28 28
     }
29 29
 
30 30
     public static function providerMethod()
31 31
     {
32 32
         return array(
33
-          array(0, 0, 0),
34
-          array(0, 1, 1),
33
+            array(0, 0, 0),
34
+            array(0, 1, 1),
35 35
         );
36 36
     }
37 37
 }
Please login to merge, or discard this patch.
vendor/phpunit/phpunit/tests/_files/DataProviderTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@
 block discarded – undo
15 15
     public static function providerMethod()
16 16
     {
17 17
         return array(
18
-          array(0, 0, 0),
19
-          array(0, 1, 1),
20
-          array(1, 1, 3),
21
-          array(1, 0, 1)
18
+            array(0, 0, 0),
19
+            array(0, 1, 1),
20
+            array(1, 1, 3),
21
+            array(1, 0, 1)
22 22
         );
23 23
     }
24 24
 }
Please login to merge, or discard this patch.
phpunit/phpunit/tests/_files/NamespaceCoverageCoversClassPublicTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @coversDefaultClass \Foo\CoveredClass
4
- */
3
+     * @coversDefaultClass \Foo\CoveredClass
4
+     */
5 5
 class NamespaceCoverageCoversClassTest extends PHPUnit_Framework_TestCase
6 6
 {
7 7
     /**
Please login to merge, or discard this patch.