Completed
Pull Request — master (#96)
by Deven
28:46
created
reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php 1 patch
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.
src/phpDocumentor/Reflection/DocBlock/Type/Collection.php 1 patch
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.
tests/phpDocumentor/Reflection/DocBlock/Tag/ExampleTagTest.php 1 patch
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.
phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php 1 patch
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.
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 1 patch
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.
vendor/phpspec/prophecy/spec/Prophecy/Comparator/FactorySpec.php 1 patch
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 FactorySpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
prophecy/spec/Prophecy/Doubler/ClassPatch/HhvmExceptionPatchSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Prophecy\Doubler\ClassPatch;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 
8 7
 class HhvmExceptionPatchSpec extends ObjectBehavior
9 8
 {
Please login to merge, or discard this patch.
phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/KeywordPatchSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Prophecy\Doubler\ClassPatch;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use Prophecy\Doubler\Generator\Node\MethodNode;
8 7
 
9 8
 class KeywordPatchSpec extends ObjectBehavior
Please login to merge, or discard this patch.