Completed
Push — master ( 96df1a...267f86 )
by Naveen
09:52
created
vendor/composer/ClassLoader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -341,6 +341,10 @@
 block discarded – undo
341 341
         return $file;
342 342
     }
343 343
 
344
+    /**
345
+     * @param string $class
346
+     * @param string $ext
347
+     */
344 348
     private function findFileWithExtension($class, $ext)
345 349
     {
346 350
         // PSR-4 lookup
Please login to merge, or discard this patch.
phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,6 @@
 block discarded – undo
271 271
      * Sets the text portion (short and long description combined) of the doc
272 272
      * block.
273 273
      *
274
-     * @param string $docblock The new text portion of the doc block.
275 274
      * 
276 275
      * @return $this This doc block.
277 276
      */
Please login to merge, or discard this 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
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
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;
14 14
 
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Location.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * 
47
-     * @param type $lineNumber
47
+     * @param integer $lineNumber
48 48
      * @return $this
49 49
      */
50 50
     public function setLineNumber($lineNumber)
Please login to merge, or discard this 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
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
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.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      */
50 50
     public function setLineNumber($lineNumber)
51 51
     {
52
-        $this->lineNumber = (int)$lineNumber;
52
+        $this->lineNumber = (int) $lineNumber;
53 53
 
54 54
         return $this;
55 55
     }
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      */
70 70
     public function setColumnNumber($columnNumber)
71 71
     {
72
-        $this->columnNumber = (int)$columnNumber;
72
+        $this->columnNumber = (int) $columnNumber;
73 73
 
74 74
         return $this;
75 75
     }
Please login to merge, or discard this patch.
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php 3 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Sets the string to indent comments with.
63 63
      * 
64
-     * @param string $indentationString The string to indent comments with.
64
+     * @param string $indentString The string to indent comments with.
65 65
      * 
66 66
      * @return $this This serializer object.
67 67
      */
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * Generate a DocBlock comment.
163 163
      *
164
-     * @param DocBlock The DocBlock to serialize.
164
+     * @param DocBlock  DocBlock to serialize.
165 165
      * 
166 166
      * @return string The serialized doc block.
167 167
      */
Please login to merge, or discard this 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
4
- *
5
- * PHP Version 5.3
6
- *
7
- * @author    Barry vd. Heuvel <[email protected]>
8
- * @copyright 2013 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
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * @author    Barry vd. Heuvel <[email protected]>
8
+     * @copyright 2013 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.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      */
68 68
     public function setIndentationString($indentString)
69 69
     {
70
-        $this->indentString = (string)$indentString;
70
+        $this->indentString = (string) $indentString;
71 71
         return $this;
72 72
     }
73 73
 
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      */
91 91
     public function setIndent($indent)
92 92
     {
93
-        $this->indent = (int)$indent;
93
+        $this->indent = (int) $indent;
94 94
         return $this;
95 95
     }
96 96
 
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      */
117 117
     public function setIsFirstLineIndented($indentFirstLine)
118 118
     {
119
-        $this->isFirstLineIndented = (bool)$indentFirstLine;
119
+        $this->isFirstLineIndented = (bool) $indentFirstLine;
120 120
         return $this;
121 121
     }
122 122
 
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
      */
144 144
     public function setLineLength($lineLength)
145 145
     {
146
-        $this->lineLength = null === $lineLength ? null : (int)$lineLength;
146
+        $this->lineLength = null === $lineLength ? null : (int) $lineLength;
147 147
         return $this;
148 148
     }
149 149
 
Please login to merge, or discard this patch.
src/phpDocumentor/Reflection/DocBlock/Type/Collection.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@
 block discarded – undo
56 56
      *
57 57
      * @param string[] $types    Array containing a list of types to add to this
58 58
      *     container.
59
-     * @param Context  $location The current invoking location.
60 59
      */
61 60
     public function __construct(
62 61
         array $types = array(),
Please login to merge, or discard this 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
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
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\Type;
14 14
 
Please login to merge, or discard this patch.
tests/phpDocumentor/Reflection/DocBlock/Tag/ExampleTagTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param string $exContent
32 32
      * @param string $exStartingLine
33 33
      * @param string $exLineCount
34
-     * @param string $exFilepath
34
+     * @param string $exFilePath
35 35
      *
36 36
      * @covers \phpDocumentor\Reflection\DocBlock\Tag\ExampleTag
37 37
      * @dataProvider provideDataForConstuctor
Please login to merge, or discard this 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 Example 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 Example 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.
phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -148,6 +148,9 @@
 block discarded – undo
148 148
     public $errors;
149 149
     public $value = null;
150 150
 
151
+    /**
152
+     * @param string $value
153
+     */
151 154
     public function __construct($value)
152 155
     {
153 156
         $this->value = $value;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     {
121 121
         $resource = fopen(__FILE__, 'r');
122 122
         $this->beConstructedWith($resource);
123
-        $this->__toString()->shouldReturn('exact(stream:'.$resource.')');
123
+        $this->__toString()->shouldReturn('exact(stream:' . $resource . ')');
124 124
     }
125 125
 
126 126
     /**
Please login to merge, or discard this patch.
phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
     public $errors;
90 90
     public $value = null;
91 91
 
92
+    /**
93
+     * @param string $value
94
+     */
92 95
     public function __construct($value)
93 96
     {
94 97
         $this->value = $value;
Please login to merge, or discard this patch.
vendor/phpspec/prophecy/spec/Prophecy/Comparator/ClosureComparatorSpec.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Prophecy\Comparator;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class ClosureComparatorSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -18,21 +18,21 @@
 block discarded – undo
18 18
         $this->accepts('string', 'string')->shouldReturn(false);
19 19
         $this->accepts(false, true)->shouldReturn(false);
20 20
         $this->accepts(true, false)->shouldReturn(false);
21
-        $this->accepts((object)array(), (object)array())->shouldReturn(false);
22
-        $this->accepts(function(){}, (object)array())->shouldReturn(false);
23
-        $this->accepts(function(){}, (object)array())->shouldReturn(false);
21
+        $this->accepts((object) array(), (object) array())->shouldReturn(false);
22
+        $this->accepts(function() {}, (object) array())->shouldReturn(false);
23
+        $this->accepts(function() {}, (object) array())->shouldReturn(false);
24 24
 
25
-        $this->accepts(function(){}, function(){})->shouldReturn(true);
25
+        $this->accepts(function() {}, function() {})->shouldReturn(true);
26 26
     }
27 27
 
28 28
     function it_asserts_that_all_closures_are_different()
29 29
     {
30
-        $this->shouldThrow()->duringAssertEquals(function(){}, function(){});
30
+        $this->shouldThrow()->duringAssertEquals(function() {}, function() {});
31 31
     }
32 32
 
33 33
     function it_asserts_that_all_closures_are_different_even_if_its_the_same_closure()
34 34
     {
35
-        $closure = function(){};
35
+        $closure = function() {};
36 36
 
37 37
         $this->shouldThrow()->duringAssertEquals($closure, $closure);
38 38
     }
Please login to merge, or discard this patch.