Changeset 1292
- Timestamp:
- 01/24/08 11:49:15 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/org/stubbles/codeSniffer/Stubbles/Sniffs/ControlStructures/stubSwitchDeclarationSniff.php
r1286 r1292 47 47 $nextCase = $stackPtr; 48 48 $caseAlignment = ($switch['column'] + 4); 49 50 /*51 if ($stackPtr === 53) {52 foreach ($tokens as $token) {53 echo $token['type'] . "\n";54 }55 }56 */57 49 58 50 /*
