Changeset 1101:7273894e61b8 for inc/libs/twig/Compiler.php
- Timestamp:
- 02/15/13 08:35:19 (12 years ago)
- Branch:
- twig
- Children:
- 1106:a4487f3ca4b4, 1147:2e5cb79e4782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/libs/twig/Compiler.php
r991 r1101 257 257 public function outdent($step = 1) 258 258 { 259 // can't outdent by more steps tha tthe current indentation level259 // can't outdent by more steps than the current indentation level 260 260 if ($this->indentation < $step) { 261 261 throw new LogicException('Unable to call outdent() as the indentation would become negative');
Note: See TracChangeset
for help on using the changeset viewer.