Skip to content

Commit

Permalink
Merge branch 'master' of github.com:poef/arc-base
Browse files Browse the repository at this point in the history
re-instated the \arc\template::compile and compileSubstitute methods
  • Loading branch information
poef committed May 10, 2021
2 parents c52932f + 09f98ca commit 70af526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
language: php
php:
- '5.6'
- '7.0'
- 'hhvm'

matrix:
allow_failures:
- php: 'hhvm'
- '7.3'
- '7.4'

before_script:
- composer install
Expand Down
2 changes: 1 addition & 1 deletion docs/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ This method is identical to \arc\template::substitute but it removes any keys th
```

## \arc\template::compile
(callable) \arc\template::compile( (string) $template )
(callable) \arc\template::compile( (string) $template )

0 comments on commit 70af526

Please sign in to comment.