Completed
Pull Request — develop (#683)
by Tom
06:29
created
src/DoctrineModule/Authentication/Storage/ObjectRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @param mixed $identity
75
+     * @param \DoctrineModuleTest\Authentication\Adapter\TestAsset\IdentityObject $identity
76 76
      */
77 77
     public function write($identity) : void
78 78
     {
Please login to merge, or discard this patch.
src/DoctrineModule/Form/Element/Proxy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
     }
290 290
 
291 291
     /**
292
-     * @return mixed
292
+     * @return boolean|null
293 293
      */
294 294
     public function getIsMethod()
295 295
     {
Please login to merge, or discard this patch.
src/DoctrineModule/Options/Authentication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
      * when return type is specified
129 129
      * : ObjectManager
130 130
      *
131
-     * @return mixed
131
+     * @return string
132 132
      */
133 133
     public function getObjectManager()
134 134
     {
Please login to merge, or discard this patch.
src/DoctrineModule/Paginator/Adapter/Collection.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -24,6 +24,8 @@
 block discarded – undo
24 24
 
25 25
     /**
26 26
      * {@inheritDoc}
27
+     * @param integer $offset
28
+     * @param integer $itemCountPerPage
27 29
      */
28 30
     public function getItems($offset, $itemCountPerPage)
29 31
     {
Please login to merge, or discard this patch.