Completed
Pull Request — master (#564)
by Michał
03:08
created
src/Options/Authentication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
     }
289 289
 
290 290
     /**
291
-     * @return StorageInterface|string
291
+     * @return string
292 292
      */
293 293
     public function getStorage()
294 294
     {
Please login to merge, or discard this patch.
src/Stdlib/Hydrator/DoctrineObject.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -396,9 +396,9 @@
 block discarded – undo
396 396
      * changing the collection of the object
397 397
      *
398 398
      * @param  object $object
399
-     * @param  mixed  $collectionName
399
+     * @param  string  $collectionName
400 400
      * @param  string $target
401
-     * @param  mixed  $values
401
+     * @param  \DateTime  $values
402 402
      *
403 403
      * @throws \InvalidArgumentException
404 404
      *
Please login to merge, or discard this patch.
tests/Form/Element/ProxyAwareElementTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     /**
114 114
      * Proxy should stay read only, use with care
115 115
      *
116
-     * @param $proxy
116
+     * @param \PHPUnit_Framework_MockObject_MockObject $proxy
117 117
      * @param $element
118 118
      */
119 119
     protected function setProxyViaReflection($proxy, $element = null)
Please login to merge, or discard this patch.