Completed
Pull Request — 2.0 (#155)
by Christopher
07:24
created
plugins/User/src/Utility/AcoManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -373,7 +373,7 @@
 block discarded – undo
373 373
      *
374 374
      * @param string $aco An ACO path to parse
375 375
      * @param bool $string Indicates if it should return a string format path (/Controller/action)
376
-     * @return bool|array|string An array as described above or false if an invalid $aco was given
376
+     * @return string An array as described above or false if an invalid $aco was given
377 377
      */
378 378
     protected function _parseAco($aco, $string = true)
379 379
     {
Please login to merge, or discard this patch.
plugins/User/config/bootstrap.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
 use Cake\Cache\Cache;
14 14
 use Cake\I18n\I18n;
15
-use Cake\Network\Session;
16 15
 use Cake\ORM\Entity;
17 16
 use Cake\ORM\TableRegistry;
18 17
 use Cake\Routing\Router;
Please login to merge, or discard this patch.