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