Passed
Push — develop ( db45de...10b09c )
by Schlaefer
02:48
created
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.
lib/Phile/Plugin/PluginRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
         }
99 99
 
100 100
         /**
101
- * @var \Phile\Plugin\AbstractPlugin $plugin
101
+         * @var \Phile\Plugin\AbstractPlugin $plugin
102 102
 */
103 103
         $plugin = new $pluginClassName;
104 104
         if (($plugin instanceof AbstractPlugin) === false) {
Please login to merge, or discard this patch.