Completed
Push — master ( d70f68...b02683 )
by Iman
13:13 queued 13:13
created
src/Checks/PSR12/CurlyBraces.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -38,6 +38,9 @@
 block discarded – undo
38 38
         }
39 39
     }
40 40
 
41
+    /**
42
+     * @param integer $i
43
+     */
41 44
     private static function openCurly($token, int $level, $tokens, $i, $classFilePath): void
42 45
     {
43 46
         if ($token == '{') {
Please login to merge, or discard this patch.