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

Warning in PHP7.3 #65

Closed shivashanti closed 5 years ago

shivashanti commented 5 years ago

Using continue within switch is deprecated in PHP7.3. In PHPTAL, it is enough to one line. https://github.com/phptal/PHPTAL/pull/64

However, TravisCI will fail in current setting, so we need to merge the https://github.com/phptal/PHPTAL/pull/63 first.