Completed
Push — 2.0 ( aaf296...5e3f46 )
by Christopher
02:49
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.