Skip to content

Commit 65e7084

Browse files
committed
Fixed syntax error with final class and use of extends and implements (#49)
Closes: #48
1 parent 2e21928 commit 65e7084

File tree

4 files changed

+2919
-2903
lines changed

4 files changed

+2919
-2903
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cache:
3030
apt: true
3131
timeout: 604800
3232
directories:
33-
- ${HOME}/.local/opt/re2c
33+
- ${HOME}/.local/opt
3434
- ${HOME}/.cache/re2c
3535

3636
before_install:
@@ -43,10 +43,10 @@ install:
4343
- aclocal && libtoolize --copy --force && autoheader && autoconf
4444
- |
4545
./configure \
46-
--with-php-config=$(phpenv which php-config) \
47-
--enable-zephir-parser \
48-
--enable-zephir-parser-debug \
49-
--enable-coverage
46+
--with-php-config=$(phpenv which php-config) \
47+
--enable-zephir-parser \
48+
--enable-zephir-parser-debug \
49+
--enable-coverage
5050
- make -j"$(getconf _NPROCESSORS_ONLN)"
5151

5252
before_script:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Fixed
9+
- Fixed syntax error with final class and use of extends and implements [#48](https://github.com/phalcon/php-zephir-parser/issues/48)
10+
811
### Removed
912
- PHP 5.x no longer supported. PHP 5.x users should use previous releases
1013

0 commit comments

Comments
 (0)