Completed
Push — develop ( 8167e1...93bd8a )
by
unknown
04:19
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/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.
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.
src/Mutator/Percent.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 mixed $value
61
-     * @return mixed
61
+     * @return string
62 62
      */
63 63
     public function change($value)
64 64
     {
Please login to merge, or discard this patch.