Skip to content

Commit 7e300de

Browse files
committed
Document the set
1 parent 0de1986 commit 7e300de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Set/LaravelSetList.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,9 @@ final class LaravelSetList implements SetListInterface
137137
* @var string
138138
*/
139139
final public const LARAVEL_STATIC_TO_INJECTION = __DIR__ . '/../../config/sets/laravel-static-to-injection.php';
140+
141+
/**
142+
* @var string
143+
*/
144+
final public const LARAVEL_TYPE_DECLARATIONS = __DIR__ . '/../../config/sets/type-declaration.php';
140145
}

0 commit comments

Comments
 (0)