Skip to content

Commit

Permalink
Merge pull request #1823 from hydephp/add-new-hydestan-rules
Browse files Browse the repository at this point in the history
Add new HydeStan rules and resolve code style issues hydephp/develop@bb69818
  • Loading branch information
github-actions committed Jul 10, 2024
1 parent a368f0b commit 0a0f107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Foundation/Concerns/HandlesFoundationCollections.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
trait HandlesFoundationCollections
{
/** @return \Hyde\Foundation\Kernel\FileCollection<string, \Hyde\Support\Filesystem\ProjectFile> */
/** @return \Hyde\Foundation\Kernel\FileCollection<string, \Hyde\Support\Filesystem\ProjectFile> */
public function files(): FileCollection
{
$this->needsToBeBooted();
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/Facades/Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
class Files extends Facade
{
/** @return \Hyde\Foundation\Kernel\FileCollection<string, \Hyde\Support\Filesystem\SourceFile> */
/** @return \Hyde\Foundation\Kernel\FileCollection<string, \Hyde\Support\Filesystem\SourceFile> */
public static function getFacadeRoot(): FileCollection
{
return HydeKernel::getInstance()->files();
Expand Down

0 comments on commit 0a0f107

Please sign in to comment.