This repository was archived by the owner on Apr 22, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
58 lines (52 loc) · 1.95 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
58 lines (52 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
parameters:
ignoreErrors:
-
message: '#^Class Illuminate\\View\\Compilers\\BladeCompiler constructor invoked with 1 parameter, 2\-6 required\.$#'
identifier: arguments.count
count: 1
path: src/BladeRenderer.php
-
message: '''
#^Call to method exists\(\) of deprecated class Symfony\\Component\\Templating\\PhpEngine\:
since Symfony 6\.4, use Twig instead$#
'''
identifier: method.deprecatedClass
count: 1
path: src/PhpEngineRenderer.php
-
message: '''
#^Call to method render\(\) of deprecated class Symfony\\Component\\Templating\\PhpEngine\:
since Symfony 6\.4, use Twig instead$#
'''
identifier: method.deprecatedClass
count: 1
path: src/PhpEngineRenderer.php
-
message: '#^PHPDoc tag @param for parameter \$template with type string\|Symfony\\Component\\Templating\\TemplateReferenceInterface is not subtype of native type string\.$#'
identifier: parameter.phpDocType
count: 1
path: src/PhpEngineRenderer.php
-
message: '''
#^Parameter \$renderer of method Joomla\\Renderer\\PhpEngineRenderer\:\:__construct\(\) has typehint with deprecated class Symfony\\Component\\Templating\\PhpEngine\:
since Symfony 6\.4, use Twig instead$#
'''
identifier: parameter.deprecatedClass
count: 2
path: src/PhpEngineRenderer.php
-
message: '''
#^Parameter \$template of method Joomla\\Renderer\\PhpEngineRenderer\:\:render\(\) has typehint with deprecated interface Symfony\\Component\\Templating\\TemplateReferenceInterface\:
since Symfony 6\.4, use Twig instead$#
'''
identifier: parameter.deprecatedInterface
count: 1
path: src/PhpEngineRenderer.php
-
message: '''
#^Return type of method Joomla\\Renderer\\PhpEngineRenderer\:\:getRenderer\(\) has typehint with deprecated class Symfony\\Component\\Templating\\PhpEngine\:
since Symfony 6\.4, use Twig instead$#
'''
identifier: return.deprecatedClass
count: 1
path: src/PhpEngineRenderer.php