File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ class ApplicationAnalyzer
99{
1010 private ?string $ version = null ;
1111
12+ /**
13+ * @param class-string $applicationClass
14+ */
1215 public function __construct (
1316 private string $ applicationClass = 'Illuminate\Foundation\Application ' ,
1417 ) {}
@@ -20,13 +23,20 @@ public function setVersion(?string $version): static
2023 return $ this ;
2124 }
2225
26+ /**
27+ * @param class-string $applicationClass
28+ * @return $this
29+ */
2330 public function setApplicationClass (string $ applicationClass ): static
2431 {
2532 $ this ->applicationClass = $ applicationClass ;
2633
2734 return $ this ;
2835 }
2936
37+ /**
38+ * @return class-string
39+ */
3040 public function getApplicationClass (): string
3141 {
3242 return $ this ->applicationClass ;
You can’t perform that action at this time.
0 commit comments