Completed
Push — master ( 8c7fb6...3a2d0d )
by John
02:17
created
tests/unit/EventListener/Request/RequestProcessorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -303,7 +303,7 @@
 block discarded – undo
303 303
         {
304 304
             /**
305 305
              * @param array $attributes
306
-             * @param array $content
306
+             * @param string $content
307 307
              */
308 308
             public function __construct(array $attributes, $content)
309 309
             {
Please login to merge, or discard this patch.
src/Security/RbacRequestVoter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -102,6 +102,7 @@
 block discarded – undo
102 102
 
103 103
     /**
104 104
      * {@inheritdoc}
105
+     * @param string $class
105 106
      */
106 107
     public function supportsClass($class)
107 108
     {
Please login to merge, or discard this patch.
tests/unit/Security/RbacRequestVoterTest.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -171,7 +171,6 @@  discard block
 block discarded – undo
171 171
     /**
172 172
      * @param array  $attributes
173 173
      *
174
-     * @param string $content
175 174
      *
176 175
      * @return Request
177 176
      */
@@ -181,7 +180,6 @@  discard block
 block discarded – undo
181 180
         {
182 181
             /**
183 182
              * @param array $attributes
184
-             * @param array $content
185 183
              */
186 184
             public function __construct(array $attributes)
187 185
             {
Please login to merge, or discard this patch.