-
-
Notifications
You must be signed in to change notification settings - Fork 634
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
1 parent
70d6d9d
commit a3b4718
Showing
5 changed files
with
32 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="4.2.1@ea9cb72143b77e7520c52fa37290bd8d8bc88fd9"> | ||
<file src="src/Parser/EntryParser.php"> | ||
<MissingClosureReturnType occurrences="1"> | ||
<code>static function (array $data) {</code> | ||
</MissingClosureReturnType> | ||
</file> | ||
<file src="src/Repository/RepositoryBuilder.php"> | ||
<InvalidStringClass occurrences="3"> | ||
<code>$adapter::create()</code> | ||
<code>$reader::create()</code> | ||
<code>$writer::create()</code> | ||
</InvalidStringClass> | ||
<MissingClosureReturnType occurrences="3"> | ||
<code>static function ($adapter) {</code> | ||
<code>static function ($reader) {</code> | ||
<code>static function ($writer) {</code> | ||
</MissingClosureReturnType> | ||
</file> | ||
<file src="src/Util/Regex.php"> | ||
<UndefinedFunction occurrences="1"> | ||
<code>\preg_last_error_msg()</code> | ||
</UndefinedFunction> | ||
</file> | ||
</files> |
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