Skip to content

Conversation

NightFox7
Copy link
Contributor

Add missing semicolon to

$callback = function ($dateTime) {
        return $dateTime instanceof \DateTime
            ? $dateTime->format(\DateTime::ISO8601)
            : '';
    };

Add missing semicolon to 
```
$callback = function ($dateTime) {
        return $dateTime instanceof \DateTime
            ? $dateTime->format(\DateTime::ISO8601)
            : '';
    }
``
@stof
Copy link
Member

stof commented Jan 6, 2015

👍

@wouterj
Copy link
Member

wouterj commented Jan 8, 2015

Nice catch, Aymen! Thanks for fixing it.

@wouterj wouterj closed this in 28571fc Jan 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants