Skip to content

Commit 29afbc0

Browse files
authored
adds php 7.2 to travis (bshaffer#873)
1 parent 850df1e commit 29afbc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 5.6
1111
- 7.0
1212
- 7.1
13+
- 7.2
1314
env:
1415
global:
1516
- secure: Bc5ZqvZ1YYpoPZNNuU2eCB8DS6vBYrAdfBtTenBs5NSxzb+Vjven4kWakbzaMvZjb/Ib7Uph7DGuOtJXpmxnvBXPLd707LZ89oFWN/yqQlZKCcm8iErvJCB5XL+/ONHj2iPdR242HJweMcat6bMCwbVWoNDidjtWMH0U2mYFy3M=

src/OAuth2/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Server implements ResourceControllerInterface,
8888
/**
8989
* @var array
9090
*/
91-
protected $grantTypes;
91+
protected $grantTypes = [];
9292

9393
/**
9494
* @var array

0 commit comments

Comments
 (0)