Commit ae55cbd
authored
[TASK] Loosen PHPDoc type for Fluid namespaces (#1280)
Since a Fluid namespace does not necesarily refer to an existing class
(e. g. "TYPO3Fluid\Fluid\ViewHelpers" is not a valid PHP class), the
PHPDoc annotation is removed from `getNamespace()`.
This enables comparing namespace strings with the result of
`getNamespace()` without phpstan issues (e. g. "[...] will always
evaluate to false").1 parent fc82fac commit ae55cbd
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
0 commit comments