forked from thephpleague/oauth2-server-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.psalm.baseline.xml
More file actions
23 lines (23 loc) · 856 Bytes
/
.psalm.baseline.xml
File metadata and controls
23 lines (23 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.7.1@cd53e047a58f71f646dd6bf45476076ab07b5d44">
<file src="src/Persistence/Mapping/Driver.php">
<ArgumentTypeCoercion occurrences="5">
<code>$metadata</code>
<code>$metadata</code>
<code>$metadata</code>
<code>$metadata</code>
<code>$metadata</code>
</ArgumentTypeCoercion>
</file>
<file src="src/Resources/config/routes.php">
<InvalidArgument occurrences="2">
<code>['league.oauth2_server.controller.authorization', 'indexAction']</code>
<code>['league.oauth2_server.controller.token', 'indexAction']</code>
</InvalidArgument>
</file>
<file src="src/Resources/config/services.php">
<ImplicitToStringCast occurrences="1">
<code>service(GrantConfigurator::class)</code>
</ImplicitToStringCast>
</file>
</files>