Completed
Pull Request — master (#43)
by
unknown
08:04
created
src/generator/utils/Writer.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -74,11 +74,11 @@
 block discarded – undo
74 74
  		$heredocEndLines = [];
75 75
  		
76 76
  		foreach ($tokens as $line => $token) {
77
- 		    if (is_array($token)) {
77
+ 			if (is_array($token)) {
78 78
  				if (token_name($token[0]) === 'T_END_HEREDOC') {
79
- 		        	$heredocEndLines[] = $token[2] - 1;
79
+ 					$heredocEndLines[] = $token[2] - 1;
80 80
  				}
81
- 		    }
81
+ 			}
82 82
  		}
83 83
  		
84 84
  		$lines = explode("\n", $content);
Please login to merge, or discard this patch.