We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cdd17 commit 7d67121Copy full SHA for 7d67121
src/AbstractLapiClient.php
@@ -15,7 +15,7 @@
15
abstract class AbstractLapiClient extends AbstractClient
16
{
17
/**
18
- * @var array|TBouncerConfig
+ * @var TBouncerConfig
19
*/
20
protected $configs;
21
tools/coding-standards/psalm/psalm.xml
@@ -40,5 +40,10 @@
40
<directory name="../../../src"/>
41
</errorLevel>
42
</MissingClassConstType>
43
+ <NonInvariantDocblockPropertyType>
44
+ <errorLevel type="suppress">
45
+ <file name="../../../src/AbstractLapiClient.php"/>
46
+ </errorLevel>
47
+ </NonInvariantDocblockPropertyType>
48
</issueHandlers>
49
</psalm>
0 commit comments