Completed
Branch master (c0e48b)
by Derek
03:46 queued 01:22
created
src/Nabu/LoggerHandler/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return null|string  The file_path set for the File instance
62
+     * @return string  The file_path set for the File instance
63 63
      */
64 64
     public function getFilePath()
65 65
     {
Please login to merge, or discard this patch.
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 false|string      The path to the class on success; otherwise false
66 66
      *                          otherwise.
67 67
      */
68 68
     protected function includeClass($class)
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      * @param string $package_name  The name of the package in Vendor\Package format
114 114
      * @param string $class_name    The full, relative name of the class with the vendor and package names stripped
115 115
      *
116
-     * @return bool|string          The path to the class on success; otherwise false
116
+     * @return string|false          The path to the class on success; otherwise false
117 117
      */
118 118
     protected function loadPackage($package_name, $class_name)
119 119
     {
Please login to merge, or discard this patch.