Skip to content

Commit

Permalink
Compiler: Beautify codestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Jan 31, 2022
1 parent 7212175 commit 66742c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SmartCompilerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
abstract class SmartCompilerExtension extends CompilerExtension
{
/**
* @return string[]
* @return array<int, string>
*/
public static function mustBeDefinedBefore(): array
{
Expand All @@ -19,7 +19,7 @@ public static function mustBeDefinedBefore(): array


/**
* @return string[]
* @return array<int, string>
*/
public static function mustBeDefinedAfter(): array
{
Expand Down

0 comments on commit 66742c3

Please sign in to comment.