Skip to content

Commit

Permalink
Update transformer.stub (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre authored Apr 4, 2022
1 parent 2d09602 commit 1e6b811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/stubs/transformer.stub
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DummyClass extends TransformerAbstract
*
* @var array
*/
protected $defaultIncludes = [
protected array $defaultIncludes = [
//
];

Expand All @@ -20,7 +20,7 @@ class DummyClass extends TransformerAbstract
*
* @var array
*/
protected $availableIncludes = [
protected array $availableIncludes = [
//
];

Expand Down

0 comments on commit 1e6b811

Please sign in to comment.