Skip to content

Add missing semicolon #4780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Add missing semicolon #4780

wants to merge 1 commit into from

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