Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed May 8, 2024
1 parent 73176f9 commit 435ad1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpstan.neon
@@ -1,8 +1,8 @@
parameters:
level: 1
ignoreErrors:
- 'Variable \$namespace might not be defined.'
- 'Variable \$class_name might not be defined.'
- 'Variable \$table_name might not be defined.'
- 'Variable \$repository_full_class_name might not be defined.'
- 'Variable \$entity_full_class_name might not be defined.'
- '#Variable \$namespace might not be defined\.#'
- '#Variable \$class_name might not be defined\.#'
- '#Variable \$table_name might not be defined\.#'
- '#Variable \$repository_full_class_name might not be defined\.#'
- '#Variable \$entity_full_class_name might not be defined\.#'

0 comments on commit 435ad1f

Please sign in to comment.