Passed
Push — develop ( a01f89...a5e531 )
by Jens
03:00
created
cloudcontrol/library/cc/AutoloadUtil.php 1 patch
Doc Comments   +7 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,6 +36,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.