Passed
Pull Request — develop (#326)
by Schlaefer
04:07
created
plugins/phile/phpFastCache/Classes/PhileToPsr16CacheAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /** @var string slug */
21 21
     const SLUG_PREFIX = '-phile.phpFastCache.slug-';
22 22
     
23
-    const SLUG = ['{', '}' , '(', ')', '/' , '\\' , '@', ':'];
23
+    const SLUG = ['{', '}', '(', ')', '/', '\\', '@', ':'];
24 24
 
25 25
     /**
26 26
      * @var \BasePhpFastCache the cache engine
Please login to merge, or discard this patch.
lib/Phile/Core/Utility.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -211,6 +211,11 @@
 block discarded – undo
211 211
      * @return mixed
212 212
      */
213 213
     // @codingStandardsIgnoreStart
214
+
215
+    /**
216
+     * @param integer $min
217
+     * @param integer $max
218
+     */
214 219
     public static function crypto_rand_secure($min, $max)
215 220
     {
216 221
         // @codingStandardsIgnoreEnd
Please login to merge, or discard this patch.