Skip to content

Commit

Permalink
Added type "void" to functions
Browse files Browse the repository at this point in the history
  • Loading branch information
leoloso committed May 21, 2020
1 parent 30a81a5 commit c6429d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function getDependedComponentClasses(): array
/**
* Initialize services
*/
protected static function doInitialize()
protected static function doInitialize(): void
{
parent::doInitialize();
self::initYAMLServices(dirname(__DIR__));
Expand Down

0 comments on commit c6429d6

Please sign in to comment.