Completed
Push — master ( 431343...34be94 )
by Derek
02:18
created
src/Nabu/Autoloader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      *
63 63
      * @param callable $class   class name as defined by PHP autoloading
64 64
      *
65
-     * @return bool|string      The path to the class on success; otherwise false
65
+     * @return string|false      The path to the class on success; otherwise false
66 66
      *                          otherwise.
67 67
      */
68 68
     protected function includeClass($class)
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      * @param string $package_name  The name of the package in Vendor\Package format
108 108
      * @param string $class_name    The full, relative name of the class with the vendor and package names stripped
109 109
      *
110
-     * @return bool|string          The path to the class on success; otherwise false
110
+     * @return string|false          The path to the class on success; otherwise false
111 111
      */
112 112
     protected function loadPackage($package_name, $class_name)
113 113
     {
Please login to merge, or discard this patch.