Test Failed
Push — develop ( cfbb5a...a7a393 )
by Reüel
03:22
created
src/readme-txt/changelog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 	echo "\r\n";
66 66
 
67 67
 	// Limit to last 5 logs.
68
-	$i++;
68
+	$i ++;
69 69
 
70 70
 	if ( $i > 5 ) {
71 71
 		break;
Please login to merge, or discard this patch.