Skip to content

Commit 5632779

Browse files
committed
Empty phpstan-baseline.neon
1 parent 68b0d70 commit 5632779

1 file changed

Lines changed: 0 additions & 48 deletions

File tree

test/phpstan-baseline.neon

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +0,0 @@
1-
parameters:
2-
ignoreErrors:
3-
-
4-
message: """
5-
#^PHPDoc tag @property\\-read has invalid value \\(FileMakerLayout \\$\\<\\<layout_name\\>\\> Returns the FileMakerLayout object from the layout named with the property\\.
6-
If the layout doesn't exist, no error arises here\\. Any errors might arise on methods of FileMakerLayout class\\.\\)\\: Unexpected token "\\$\\<\\<layout_name\\>\\>", expected variable at offset 259$#
7-
"""
8-
count: 1
9-
path: ../src/FMDataAPI.php
10-
11-
-
12-
message: "#^Method INTERMediator\\\\FileMakerServer\\\\RESTAPI\\\\Supporting\\\\CommunicationProvider\\:\\:debugOutput\\(\\) should return string but return statement is missing\\.$#"
13-
count: 1
14-
path: ../src/Supporting/CommunicationProvider.php
15-
16-
-
17-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$name$#"
18-
count: 1
19-
path: ../src/Supporting/CommunicationProvider.php
20-
21-
-
22-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$toName$#"
23-
count: 1
24-
path: ../src/Supporting/CommunicationProvider.php
25-
26-
-
27-
message: """
28-
#^PHPDoc tag @property has invalid value \\(FileMakerRelation \\$\\<\\<portal_name\\>\\> FileMakerRelation object associated with the property name\\.
29-
The table occurrence name of the portal can be the 'portal_name,' and also the object name of the portal\\.
30-
Ver \\* @version 31\\)\\: Unexpected token "\\$\\<\\<portal_name\\>\\>", expected variable at offset 474$#
31-
"""
32-
count: 1
33-
path: ../src/Supporting/FileMakerRelation.php
34-
35-
-
36-
message: "#^PHPDoc tag @property has invalid value \\(string \\$\\<\\<field_name\\>\\> The field value named as the property name\\.\\)\\: Unexpected token \"\\$\\<\\<field_name\\>\\>\", expected variable at offset 383$#"
37-
count: 1
38-
path: ../src/Supporting/FileMakerRelation.php
39-
40-
-
41-
message: "#^Access to an undefined property INTERMediator\\\\FileMakerServer\\\\RESTAPI\\\\FMDataAPI\\:\\:\\$person_layout\\.$#"
42-
count: 1
43-
path: FMDataAPIUnitTest.php
44-
45-
-
46-
message: "#^Method INTERMediator\\\\FileMakerServer\\\\RESTAPI\\\\Supporting\\\\TestProvider\\:\\:accessToContainer\\(\\) should return string but return statement is missing\\.$#"
47-
count: 1
48-
path: TestProvider.php

0 commit comments

Comments
 (0)