@@ -36,6 +36,10 @@ discard block |
||
36 | 36 | return false; |
37 | 37 | } |
38 | 38 | |
39 | + /** |
|
40 | + * @param boolean $throwException |
|
41 | + * @param string $file |
|
42 | + */ |
|
39 | 43 | private static function handleUnloadableClass($class, $throwException, $rootPath, $file) |
40 | 44 | { |
41 | 45 | $debug_backtrace = debug_backtrace(); |
@@ -49,8 +53,8 @@ discard block |
||
49 | 53 | |
50 | 54 | /** |
51 | 55 | * @param $class |
52 | - * @param $throwException |
|
53 | - * @param $file |
|
56 | + * @param boolean $throwException |
|
57 | + * @param string $file |
|
54 | 58 | * |
55 | 59 | * @return bool |
56 | 60 | * @throws \Exception |
@@ -76,7 +80,7 @@ discard block |
||
76 | 80 | * @param $file |
77 | 81 | * @param $debug_backtrace |
78 | 82 | * |
79 | - * @return bool |
|
83 | + * @return null|false |
|
80 | 84 | */ |
81 | 85 | private static function handleUnloadableClassWithBacktrace($class, $throwException, $rootPath, $file, $debug_backtrace) |
82 | 86 | { |