Skip to content

Commit 006530d

Browse files
author
igor-chepurnoi
committed
php 7.0 compatibility
1 parent 522b4fa commit 006530d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77
# faster builds on new travis setup not using sudo
88
sudo: false
99

10-
# cache dirs
10+
# cache vendor dirs
1111
cache:
1212
directories:
1313
- $HOME/.composer/cache

ArrayQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ArrayQuery extends Component
3838
/**
3939
* @inheritdoc
4040
*/
41-
public function init(): void
41+
public function init()
4242
{
4343
parent::init();
4444

0 commit comments

Comments
 (0)