Completed
Push — develop ( 69cc81...907013 )
by Roman
05:20
created
src/AbstractGrid.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,6 @@
 block discarded – undo
109 109
     /**
110 110
      * Конфигурируем адаптер грида
111 111
      * @param AdapterInterface $adapter
112
-     * @param array $options
113 112
      */
114 113
     protected function configure(
115 114
         GridMutatorPluginManager $mutatorPluginManager,
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.