Completed
Push — master ( 14b417...4b9e38 )
by Denis
01:33
created
src/traits/Configurable.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@  discard block
 block discarded – undo
8 8
 {
9 9
     /**
10 10
      * Allows to load config into object properties
11
-     * @param object $object
12 11
      * @param array $config
13 12
      * @throws GridViewConfigException
14 13
      */
@@ -36,7 +35,6 @@  discard block
 block discarded – undo
36 35
     /**
37 36
      * Allows to test attributes and types in config
38 37
      * @param $object
39
-     * @param array $tests
40 38
      * @throws GridViewConfigException
41 39
      */
42 40
     protected function testConfig()
Please login to merge, or discard this patch.