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 ComponentGroupWasUpdatedEvent implements ComponentGroupEventInterface
/**
* Create a new component group was updated event instance.
*
* @param ComponentGroup $group
*
* @return void
*/
public function __construct(ComponentGroup $group)