@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | * @param mixed $obj Pointer to compressor instance |
55 | 55 | * @param array|null $code Collection of already compressed code |
56 | 56 | * |
57 | -*@return bool False if generic compression needs to be avoided |
|
57 | +*@return boolean|null False if generic compression needs to be avoided |
|
58 | 58 | */ |
59 | 59 | public function beforeCompress(&$obj = null, array &$code = null) |
60 | 60 | { |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * @param mixed $obj Pointer to compressor instance |
68 | 68 | * @param array|null $code Collection of already compressed code |
69 | 69 | * |
70 | - * @return bool False if generic compression needs to be avoided |
|
70 | + * @return boolean|null False if generic compression needs to be avoided |
|
71 | 71 | */ |
72 | 72 | public function afterCompress(&$obj = null, array &$code = null) |
73 | 73 | { |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | * |
116 | 116 | * @param array $params Preparation stage parameters |
117 | 117 | * |
118 | - * @return bool|void Preparation stage result |
|
118 | + * @return boolean Preparation stage result |
|
119 | 119 | */ |
120 | 120 | public function prepare(array $params = array()) |
121 | 121 | { |