Passed
Pull Request — master (#153)
by
unknown
02:29
created
src/Codor/Sniffs/Classes/NewInstanceSniff.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
 class NewInstanceSniff implements PHP_CodeSniffer_Sniff
9 9
 {
10
-  /**
10
+    /**
11 11
      * The forbidden strings this sniff looks for.
12 12
      * @var array
13 13
      */
Please login to merge, or discard this patch.