Skip to content

Commit 33cc801

Browse files
committed
Fix PHPDoc style
1 parent c12e613 commit 33cc801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Foundation/HydeCoreExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class HydeCoreExtension extends HydeExtension
1919
{
20-
/*** @return array<class-string<\Hyde\Pages\Concerns\HydePage>> */
20+
/** @return array<class-string<\Hyde\Pages\Concerns\HydePage>> */
2121
public static function getPageClasses(): array
2222
{
2323
return array_keys(array_filter([

0 commit comments

Comments
 (0)