Skip to content

Commit

Permalink
incompatible-binary-operands
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-worman committed May 22, 2024
1 parent 2a557cb commit 6d625b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Traits/InvalidCodeAnalysisWithIssuesTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
* code: string,
* error_message: string,
* ignored_issues?: list<string>,
* php_version?: string,
* php_version?: string|null,
* config_options?: psalmConfigOptions,
* }
* @psalm-type NamedArgumentsDataProviderArrayNotation = array{
* code: string,
* error_message: string,
* error_levels?: list<string>,
* php_version?: string,
* php_version?: string|null,
* config_options?: psalmConfigOptions,
* }
*/
Expand Down

0 comments on commit 6d625b4

Please sign in to comment.