Completed
Push — develop ( b70998...1e3443 )
by
unknown
04:08
created
src/AbstractGridManagerFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
      * @param GridPluginManager | ServiceLocatorInterface $serviceLocator
115 115
      * @param $name
116 116
      * @param $requestedName
117
-     * @return mixed
117
+     * @return GridInterface
118 118
      * @throws Exception\RuntimeException
119 119
      */
120 120
     public function createServiceWithName(ServiceLocatorInterface $serviceLocator, $name, $requestedName)
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * @param $navigationBarOptions
183 183
      * @param ServiceLocatorInterface $serviceManager
184
-     * @return NavigationBarInterface|null
184
+     * @return NavigationBarInterface
185 185
      * @throws NavigationBar\Exception\InvalidArgumentException
186 186
      * @throws NavigationBar\Exception\NavigationBarNotFoundException
187 187
      * @throws NavigationBar\Exception\RuntimeException
Please login to merge, or discard this patch.
src/Button/Factory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,6 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * Создает экземпляр класса фабрики
53
-     * @param array|Traversable $spec
54 53
      * @throws InvalidButtonException
55 54
      * @throws InvalidNameException
56 55
      * @throws InValidSpecificationException
Please login to merge, or discard this patch.
src/View/Helper/JqGrid/Grid.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     /**
118 118
      * @param string $key
119 119
      * @param array $options
120
-     * @param mixed $default
120
+     * @param string $default
121 121
      * @return null|string|array
122 122
      */
123 123
     protected function getConfigVal($key, array $options, $default = null)
Please login to merge, or discard this patch.