Completed
Push — master ( fd88a6...8479c6 )
by Naveen
15:14 queued 06:42
created
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,9 +70,9 @@
 block discarded – undo
70 70
             $this->description,
71 71
             $matches
72 72
         )) {
73
-            $this->startingLine = (int)$matches[1];
73
+            $this->startingLine = (int) $matches[1];
74 74
             if (isset($matches[2]) && '' !== $matches[2]) {
75
-                $this->lineCount = (int)$matches[2];
75
+                $this->lineCount = (int) $matches[2];
76 76
             }
77 77
             $this->setDescription($matches[3]);
78 78
             $this->content = $content;
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/DescriptionTest.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 Description Test
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Vasil Rangelov <[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 Description Test
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Vasil Rangelov <[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.
tests/phpDocumentor/Reflection/DocBlock/Tag/CoversTagTest.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 Covers 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 Covers 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\Tag;
14 14
 
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/Tag/DeprecatedTagTest.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 Deprecated Tag Test
4
- * 
5
- * PHP version 5.3
6
- *
7
- * @author    Vasil Rangelov <[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 Deprecated Tag Test
4
+     * 
5
+     * PHP version 5.3
6
+     *
7
+     * @author    Vasil Rangelov <[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\Tag;
14 14
 
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/Tag/LinkTagTest.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 Link Tag Test
4
- * 
5
- * PHP version 5.3
6
- *
7
- * @author    Ben Selby <[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 Link Tag Test
4
+     * 
5
+     * PHP version 5.3
6
+     *
7
+     * @author    Ben Selby <[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\Tag;
14 14
 
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/Tag/MethodTagTest.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 Method Tag Test
4
- * 
5
- * PHP version 5.3
6
- *
7
- * @author    Mike van Riel <[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 Method Tag Test
4
+     * 
5
+     * PHP version 5.3
6
+     *
7
+     * @author    Mike van Riel <[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\Tag;
14 14
 
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/Tag/ParamTagTest.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 Param tag test.
4
- * 
5
- * PHP version 5.3
6
- *
7
- * @author    Mike van Riel <[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 Param tag test.
4
+     * 
5
+     * PHP version 5.3
6
+     *
7
+     * @author    Mike van Riel <[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\Tag;
14 14
 
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/Tag/ReturnTagTest.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 Return tag test.
4
- * 
5
- * PHP version 5.3
6
- *
7
- * @author    Mike van Riel <[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 Return tag test.
4
+     * 
5
+     * PHP version 5.3
6
+     *
7
+     * @author    Mike van Riel <[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\Tag;
14 14
 
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/Tag/SeeTagTest.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 See 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 See 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\Tag;
14 14
 
Please login to merge, or discard this patch.