File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ abstract class Extension extends BaseExtension
24
24
25
25
/**
26
26
* Gets the annotated classes to cache.
27
+ *
28
+ * @return string[]
27
29
*/
28
30
public function getAnnotatedClassesToCompile (): array
29
31
{
@@ -33,7 +35,7 @@ public function getAnnotatedClassesToCompile(): array
33
35
/**
34
36
* Adds annotated classes to the class cache.
35
37
*
36
- * @param array $annotatedClasses An array of class patterns
38
+ * @param string[] $annotatedClasses An array of class patterns
37
39
*/
38
40
public function addAnnotatedClassesToCompile (array $ annotatedClasses ): void
39
41
{
Original file line number Diff line number Diff line change @@ -314,6 +314,8 @@ public function getCharset(): string
314
314
315
315
/**
316
316
* Gets the patterns defining the classes to parse and cache for annotations.
317
+ *
318
+ * @return string[]
317
319
*/
318
320
public function getAnnotatedClassesToCompile (): array
319
321
{
@@ -534,6 +536,8 @@ protected function initializeContainer(): void
534
536
535
537
/**
536
538
* Returns the kernel parameters.
539
+ *
540
+ * @return array<string, array|bool|string|int|float|\UnitEnum|null>
537
541
*/
538
542
protected function getKernelParameters (): array
539
543
{
You can’t perform that action at this time.
0 commit comments