1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Merge pull request #294 from jmikola/patch-1

Fix typo in LifecycleEventArgs::getEntity() docs
This commit is contained in:
Benjamin Eberlei 2012-03-03 04:23:18 -08:00
commit 4a68b90f6f

View File

@ -56,7 +56,7 @@ class LifecycleEventArgs extends EventArgs
}
/**
* Retireve associated Entity.
* Retrieve associated Entity.
*
* @return object
*/