Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cakephp/cakephp": "^5.1.0",
"cakephp/cakephp-codesniffer": "^5.0",
"firebase/php-jwt": "^6.2",
"phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0.9"
"phpunit/phpunit": "^10.5.32 || ^11.3.3 || ^12.0.9"
},
"suggest": {
"ext-ldap": "Make sure this php extension is installed and enabled on your system if you want to use the built-in LDAP adapter for \"LdapIdentifier\".",
Expand Down
5 changes: 3 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<ruleset name="CakePHP Core">
<config name="installed_paths" value="../../cakephp/cakephp-codesniffer" />

<rule ref="CakePHP"/>

<file>src/</file>
<file>tests/</file>
</ruleset>
2 changes: 1 addition & 1 deletion src/Authenticator/AuthenticationRequiredException.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class AuthenticationRequiredException extends HttpException
{
/**
* @var array<string, mixed>
* @var array<non-empty-string, array<string>|string>
*/
protected array $headers = [];

Expand Down