Completed
Push — master ( 78afa9...864736 )
by Sebastiaan
02:00
created
src/Identity/UuidIdentity.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@
 block discarded – undo
94 94
         );
95 95
     }
96 96
 
97
+    /**
98
+     * @param integer $length
99
+     */
97 100
     private static function generateBytes($length)
98 101
     {
99 102
         $bytes = '';
Please login to merge, or discard this patch.