-
Notifications
You must be signed in to change notification settings - Fork 145
/
psalm-baseline.xml
27 lines (27 loc) · 1.08 KB
/
psalm-baseline.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Controller/Component/CrudComponent.php">
<RedundantPropertyInitializationCheck>
<code><![CDATA[$this->_action]]></code>
<code><![CDATA[$this->_controller]]></code>
<code><![CDATA[$this->_controller->getEventManager()]]></code>
<code><![CDATA[$this->_controller->getRequest()->getParam('action')]]></code>
<code><![CDATA[$this->_eventManager]]></code>
<code><![CDATA[$this->getController()]]></code>
</RedundantPropertyInitializationCheck>
</file>
<file src="src/Listener/ApiQueryLogListener.php">
<InternalMethod>
<code><![CDATA[new QueryLogger()]]></code>
</InternalMethod>
</file>
<file src="src/Log/QueryLogger.php">
<InternalClass>
<code><![CDATA[CakeQueryLogger]]></code>
<code><![CDATA[parent::log($level, $message, $context)]]></code>
</InternalClass>
<InternalMethod>
<code><![CDATA[parent::log($level, $message, $context)]]></code>
</InternalMethod>
</file>
</files>