Passed
Push — 2.0.5 ( ...8a3d9f )
by steve
24:45
created
neon/core/console/PublishController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	 * Useful git command:
47 47
 	 * Under some circumstances you may discover an error or a minor change after publishing.
48 48
 	 * In order to up issue the current version without changing the number you have to delete the tag:
49
-		 * `git push --delete origin v2.0.2 && git tag -d v2.0.2`
49
+	 * `git push --delete origin v2.0.2 && git tag -d v2.0.2`
50 50
 	 * Note that in most circumstances its easier and preferable just to increment the patch number.
51 51
 	 *
52 52
 	 * @return boolean successful publish
Please login to merge, or discard this patch.