Completed
Push — develop ( d003f8...f19694 )
by Roman
03:41
created
src/Adapter/AbstractAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * @param Conditions $conditions
61
-     * @return mixed
61
+     * @return AbstractAdapter
62 62
      */
63 63
     public function setConditions(Conditions $conditions)
64 64
     {
Please login to merge, or discard this patch.
src/Column/Header/Factory.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -37,6 +37,11 @@
 block discarded – undo
37 37
     }
38 38
 
39 39
 
40
+    /**
41
+     * @param string $key
42
+     *
43
+     * @return string
44
+     */
40 45
     protected function checkOption($key, $options)
41 46
     {
42 47
         $option = null;
Please login to merge, or discard this patch.
src/AbstractGridManagerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      * @param GridPluginManager | ServiceLocatorInterface $serviceLocator
106 106
      * @param $name
107 107
      * @param $requestedName
108
-     * @return mixed
108
+     * @return GridInterface
109 109
      * @throws Exception\RuntimeException
110 110
      */
111 111
     public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName)
Please login to merge, or discard this patch.
src/Column/ActionFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * Create service
21 21
      *
22 22
      * @param ServiceLocatorInterface $serviceLocator
23
-     * @return mixed
23
+     * @return Action
24 24
      */
25 25
     public function createService(ServiceLocatorInterface $serviceLocator)
26 26
     {
Please login to merge, or discard this patch.