@@ -1,14 +1,14 @@ |
||
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 |
@@ -1,7 +1,7 @@ |
||
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 | /** |
@@ -1,7 +1,7 @@ |
||
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 | /** |
@@ -11,7 +11,7 @@ |
||
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}"; |
@@ -24,7 +24,7 @@ |
||
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( |
@@ -22,16 +22,16 @@ |
||
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 | } |
@@ -15,10 +15,10 @@ |
||
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 | } |
@@ -1,7 +1,7 @@ |
||
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 | /** |