Completed
Push — master ( c8a55f...83ed9c )
by Lai
06:44
created
src/ActivityLogger.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -173,6 +173,10 @@
 block discarded – undo
173 173
         }, $description);
174 174
     }
175 175
 
176
+    /**
177
+     * @param string $start
178
+     * @param string $end
179
+     */
176 180
     function getBetween($content,$start,$end){
177 181
         $r = explode($start, $content);
178 182
         if (isset($r[1])){
Please login to merge, or discard this patch.
src/Handlers/LogHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
      * @param array $properties
21 21
      * @param $logName
22 22
      * @param string $description
23
-     * @return mixed
23
+     * @return boolean
24 24
      */
25 25
     function log($performOn, $causerBy, $properties = [], $logName, $description)
26 26
     {
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * @param $maxAgeInMonth
36
-     * @return boolean
36
+     * @return boolean|null
37 37
      */
38 38
     function cleanLog($maxAgeInMonth)
39 39
     {
Please login to merge, or discard this patch.