Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Use PHP 5.4 features #24

Merged
merged 2 commits into from
Jan 14, 2016
Merged

Use PHP 5.4 features #24

merged 2 commits into from
Jan 14, 2016

Conversation

mburtscher
Copy link
Member

This PR updates the code to use two PHP 5.4 features:

  1. Use of short array syntax [$x] instead of array($x)
  2. Add type-hints for callable on all methods that expect one

@mburtscher mburtscher mentioned this pull request Dec 15, 2015
@atroy
Copy link
Member

atroy commented Jan 13, 2016

@mburtscher looks fine, you can merge it

davidroth added a commit that referenced this pull request Jan 14, 2016
@davidroth davidroth merged commit 3a000ad into master Jan 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants