@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | * |
24 | 24 | * @param mixed $obj Pointer to compressor instance |
25 | 25 | * @param array|null $code Collection of already compressed code |
26 | - * @return bool False if generic compression needs to be avoided |
|
26 | + * @return boolean|null False if generic compression needs to be avoided |
|
27 | 27 | */ |
28 | 28 | public function beforeCompress(&$obj = null, array &$code = null) |
29 | 29 | { |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | * |
36 | 36 | * @param mixed $obj Pointer to compressor instance |
37 | 37 | * @param array|null $code Collection of already compressed code |
38 | - * @return bool False if generic compression needs to be avoided |
|
38 | + * @return boolean|null False if generic compression needs to be avoided |
|
39 | 39 | */ |
40 | 40 | public function afterCompress(&$obj = null, array &$code = null) |
41 | 41 | { |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | * |
92 | 92 | * @param array $params Preparation stage parameters |
93 | 93 | * |
94 | - * @return bool|void Preparation stage result |
|
94 | + * @return boolean Preparation stage result |
|
95 | 95 | */ |
96 | 96 | public function prepare(array $params = array()) |
97 | 97 | { |