Completed
Push — master ( 425dec...a1466a )
by Anthony
06:54
created
lib/RandomLib/AbstractMixer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -133,6 +133,9 @@
 block discarded – undo
133 133
         return $parts;
134 134
     }
135 135
 
136
+    /**
137
+     * @param string $character
138
+     */
136 139
     private function str_pad($string, $size, $character)
137 140
     {
138 141
         $start = Util::safeStrlen($string);
Please login to merge, or discard this patch.