Fix some PHP docs.

This commit is contained in:
Hereward Mills
2015-12-22 08:41:03 +00:00
parent 09b4912801
commit a78a5ddb04
30 changed files with 53 additions and 7 deletions
@@ -25,6 +25,8 @@ class ComponentWasUpdatedEvent implements ComponentEventInterface
/**
* Create a new component was updated event instance.
*
* @param Component $component
*
* @return void
*/
public function __construct(Component $component)