Completed
Push — master ( 3478cb...77f82c )
by Michal
21:25
created
vendor/cakephp/debug_kit/src/Cache/Engine/DebugEngine.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Cake\Cache\CacheEngine;
17 17
 use Cake\Cache\CacheRegistry;
18
-use Cake\Core\App;
19 18
 use DebugKit\DebugTimer;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Model/Table/LazyTableTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      *
31 31
      * If the tables do not exist, they will be created on the current model's connection.
32 32
      *
33
-     * @param array $fixtures The fixture names to check and/or insert.
33
+     * @param string[] $fixtures The fixture names to check and/or insert.
34 34
      * @return void
35 35
      * @throws \RuntimeException When fixtures are missing/unknown/fail.
36 36
      */
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Model/Table/RequestsTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * Finder method to get recent requests as a simple array
58 58
      *
59
-     * @param Cake\ORM\Query $query The query
59
+     * @param Query $query The query
60 60
      * @param array $options The options
61 61
      * @return Query The query.
62 62
      */
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Panel/CachePanel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace DebugKit\Panel;
15 15
 
16 16
 use Cake\Cache\Cache;
17
-use Cake\Event\Event;
18 17
 use DebugKit\Cache\Engine\DebugEngine;
19 18
 use DebugKit\DebugPanel;
20 19
 
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Panel/SqlLogPanel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,7 @@
 block discarded – undo
12 12
  */
13 13
 namespace DebugKit\Panel;
14 14
 
15
-use Cake\Controller\Controller;
16 15
 use Cake\Datasource\ConnectionManager;
17
-use Cake\Event\Event;
18 16
 use Cake\ORM\TableRegistry;
19 17
 use DebugKit\Database\Log\DebugLog;
20 18
 use DebugKit\DebugPanel;
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/Panel/VariablesPanel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
  */
13 13
 namespace DebugKit\Panel;
14 14
 
15
-use Cake\Controller\Controller;
16 15
 use Cake\Database\Query;
17 16
 use Cake\Datasource\EntityInterface;
18 17
 use Cake\Event\Event;
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/View/Helper/TidyHelper.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
      *
160 160
      * @param mixed $cmd ''
161 161
      * @param mixed &$out null
162
-     * @return bool True if successful
162
+     * @return string|boolean True if successful
163 163
      */
164 164
     protected function _exec($cmd, &$out = null)
165 165
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Cake\Core\Configure;
17 17
 use Cake\Error\Debugger;
18 18
 use Cake\Filesystem\File;
19
-use Cake\Log\Log;
20 19
 use Cake\View\Helper;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.
vendor/cakephp/debug_kit/src/View/Helper/ToolbarHelper.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -13,11 +13,7 @@
 block discarded – undo
13 13
  */
14 14
 namespace DebugKit\View\Helper;
15 15
 
16
-use Cake\Cache\Cache;
17
-use Cake\Datasource\ConnectionManager;
18
-use Cake\Event\Event;
19 16
 use Cake\View\Helper;
20
-use DebugKit\DebugKitDebugger;
21 17
 
22 18
 /**
23 19
  * Provides Base methods for content specific debug toolbar helpers.
Please login to merge, or discard this patch.
vendor/cakephp/migrations/src/ConfigurationTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      * that was configured for the configuration.
105 105
      *
106 106
      * @param string $driver The driver name as configured for the CakePHP app.
107
-     * @return \Phinx\Config\Config
107
+     * @return string
108 108
      * @throws \InvalidArgumentexception when it was not possible to infer the information
109 109
      * out of the provided database configuration
110 110
      */
Please login to merge, or discard this patch.