Completed
Push — master ( c116a3...874197 )
by Vitaly
04:20
created
src/Module.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.