Completed
Push — develop ( 6e756f...bdea0a )
by
unknown
15:13 queued 07:47
created
module/Core/src/Core/Factory/EventManager/EventManagerAbstractFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
      * @param string|array $options String is either event name or aggregate name (when name is int).
294 294
      *                              Array are the options from config. [ [event,..], method, priority, lazy]
295 295
      *
296
-     * @return array
296
+     * @return \Zend\EventManager\EventManagerInterface
297 297
      */
298 298
     protected function normalizeListenerOptions($name, $options)
299 299
     {
Please login to merge, or discard this patch.
module/Core/src/Core/Form/Event/FormEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Gets the form instance.
66 66
      *
67
-     * @return Container|FormInterface
67
+     * @return FormInterface
68 68
      */
69 69
     public function getForm()
70 70
     {
Please login to merge, or discard this patch.