@@ -18,6 +18,9 @@ discard block |
||
18 | 18 | } |
19 | 19 | |
20 | 20 | /** |
21 | + * @param integer $major |
|
22 | + * @param integer $minor |
|
23 | + * @param integer $patch |
|
21 | 24 | * @return bool |
22 | 25 | */ |
23 | 26 | public static function isKernelLessThan($major, $minor = null, $patch = null) |
@@ -26,6 +29,7 @@ discard block |
||
26 | 29 | } |
27 | 30 | |
28 | 31 | /** |
32 | + * @param string $operator |
|
29 | 33 | * @return bool |
30 | 34 | */ |
31 | 35 | private static function kernelVersionCompare($operator, $major, $minor = null, $patch = null) |