Completed
Push — 3.0 ( b5f64c...31e07e )
by Vermeulen
02:24
created
src/traits/memcache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * 
37 37
      * @throws \Exception Erreur dsans les paramètres donnée à la méthode
38 38
      * 
39
-     * @return boolean|null
39
+     * @return boolean
40 40
      */
41 41
     public function majExpire($key, $expire)
42 42
     {
Please login to merge, or discard this patch.
src/class/Dates.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
         );
154 154
         
155 155
         $dateDepart = clone $this;
156
-         //Yeurk, but I preferer send a Exception, not an error
156
+            //Yeurk, but I preferer send a Exception, not an error
157 157
         @parent::modify($match[1].$match[2].' '.$keyword);
158 158
         
159 159
         if ($dateDepart == $this) {
Please login to merge, or discard this patch.