Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 28, 2022
1 parent 7390fb4 commit 700547f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/framework/src/Support/Models/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class File implements Arrayable, JsonSerializable, Stringable
public ?string $belongsTo = null;

/**
* @param string $path The path relative to the project root.
* @param class-string<\Hyde\Pages\Concerns\HydePage>|null $belongsToClass
* @param string $path The path relative to the project root.
* @param class-string<\Hyde\Pages\Concerns\HydePage>|null $belongsToClass
* @return \Hyde\Support\Models\File
*/
public static function make(string $path, ?string $belongsToClass = null): static
Expand Down

0 comments on commit 700547f

Please sign in to comment.