phptal / PHPTAL

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
http://phptal.org
GNU Lesser General Public License v2.1
175 stars 43 forks source link

cleaned up the undefined property notice concerning the $_indentation #32

Closed niterain closed 10 years ago

niterain commented 10 years ago

I guess the subject line sums it up. I am just quieting down the notices on my development laptop.

kornelski commented 10 years ago
Fatal error: Cannot redeclare PHPTAL_Php_CodeWriter::$_indentation in /home/travis/build/pornel/PHPTAL/classes/PHPTAL/Php/CodeWriter.php on line 507
niterain commented 10 years ago

LOL, darn you @tanakahisateru you caught this issue 21 days ago!!! Sweet. Just curious, why are the properties at the top and bottom of the class?

tanakahisateru commented 10 years ago

Strictly 1 year and 21 days ago :smiley: I don't know why but some classes (also PHPTAL_Php_TalesChainExecutor) have private fields at the bottom of definition from 2004.