Commit 1d2d2b3 1 parent 14c0c0a commit 1d2d2b3 Copy full SHA for 1d2d2b3
File tree 2 files changed +6
-6
lines changed
packages/framework/src/Framework/Services
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ class DiscoveryService
32
32
* @param string<\Hyde\Pages\Concerns\HydePage> $model
33
33
*
34
34
* @throws \Hyde\Framework\Exceptions\UnsupportedPageTypeException
35
+ *
35
36
* @example DiscoveryService::getSourceFileListForModel(BladePage::class)
36
37
*/
37
38
public static function getSourceFileListForModel (string $ model ): array
Original file line number Diff line number Diff line change 6
6
use Rector \Laravel \Set \LaravelSetList ;
7
7
8
8
return static function (RectorConfig $ rectorConfig ): void {
9
- $ rectorConfig ->paths ([__DIR__ . '/packages/framework/src ' ]);
9
+ $ rectorConfig ->paths ([__DIR__ . '/packages/framework/src ' ]);
10
10
$ rectorConfig ->sets ([
11
- LaravelSetList::LARAVEL_90 ,
12
- \Rector \Set \ValueObject \SetList::PHP_80 ,
13
- \Rector \Set \ValueObject \SetList::PHP_81 ,
14
- ]);
11
+ LaravelSetList::LARAVEL_90 ,
12
+ \Rector \Set \ValueObject \SetList::PHP_80 ,
13
+ \Rector \Set \ValueObject \SetList::PHP_81 ,
14
+ ]);
15
15
$ rectorConfig ->rule (Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector::class);
16
16
};
17
-
You can’t perform that action at this time.
0 commit comments