Skip to content
This repository was archived by the owner on Mar 30, 2018. It is now read-only.

Small typo - wrong date format #140

Closed
hacfi opened this issue Nov 20, 2012 · 1 comment
Closed

Small typo - wrong date format #140

hacfi opened this issue Nov 20, 2012 · 1 comment

Comments

@hacfi
Copy link
Contributor

hacfi commented Nov 20, 2012

9.3. Lifecycle Callbacks

    public function doStuffOnPrePersist()
    {
        $this->createdAt = date('Y-m-d H:m:s');
    }

https://github.com/doctrine/orm-documentation/blame/master/en/reference/events.rst#L243

H:m:s should be H:i:s
@hacfi hacfi closed this as completed Nov 20, 2012
@hacfi
Copy link
Contributor Author

hacfi commented Nov 20, 2012

See PR #141

@hacfi hacfi reopened this Nov 20, 2012
@hacfi hacfi closed this as completed Nov 20, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant