Skip to content

Commit

Permalink
Typehint the array (#1025)
Browse files Browse the repository at this point in the history
* Typehint the array

* Update src/Console/Installer.php

Co-authored-by: Kevin Pfeifer <[email protected]>

---------

Co-authored-by: Kevin Pfeifer <[email protected]>
  • Loading branch information
dereuromark and LordSimal authored Nov 4, 2024
1 parent fa83fcf commit 59a4c9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class Installer
{
/**
* An array of directories to be made writable
*
* @var list<string>
*/
public const WRITABLE_DIRS = [
'logs',
Expand Down

0 comments on commit 59a4c9c

Please sign in to comment.