-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
312 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
parameters: | ||
level: 5 | ||
ignoreErrors: | ||
- '#Parameter \#3 \$options of function setcookie expects array#' | ||
- '#Property CirclicalUser\\Entity\\UserApiToken::\$creation_time is never read, only written.#' | ||
- '#Property CirclicalUser\\Service\\PasswordChecker\\PasswordNotChecked::\$creationOptions is never read, only written.#' | ||
- '#Property CirclicalUser\\Service\\PasswordChecker\\Passwdqc::\$creationOptions is never read, only written.#' | ||
- '#Property CirclicalUser\\Entity\\UserResetToken::\$status is never read, only written.#' | ||
- '#Property CirclicalUser\\Entity\\UserResetToken::\$id is never written, only read.#' | ||
- '#Call to method check\(\) on an unknown class ParagonIE\\Passwdqc\\Passwdqc#' | ||
- '#Instantiated class ParagonIE\\Passwdqc\\Passwdqc not found.#' | ||
|
||
- '#Parameter \$targetEntity of attribute class Doctrine#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<psalm | ||
resolveFromConfigFile="true" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="https://getpsalm.org/schema/config" | ||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" | ||
> | ||
<projectFiles> | ||
<directory name="src"/> | ||
</projectFiles> | ||
|
||
<issueHandlers> | ||
<PropertyNotSetInConstructor errorLevel="suppress" /> | ||
<MoreSpecificReturnType errorLevel="suppress" /> | ||
<LessSpecificReturnStatement errorLevel="suppress" /> | ||
</issueHandlers> | ||
</psalm> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.