Skip to content

Commit

Permalink
remove deprecations from phpunit ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 19, 2025
1 parent 8c9f2c9 commit 3a9637a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions phpunit-ignore.txt
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
# Ignoring deprecations from Nelmio\ApiDocBundle 4.17.0
/^Since nelmio\/api-doc-bundle 4\.17\.0: Using the \$groups parameter of "Nelmio\\ApiDocBundle\\PropertyDescriber\\(PropertyDescriber|IntegerPropertyDescriber|NullablePropertyDescriber|StringPropertyDescriber|ObjectPropertyDescriber)::describe\(\)" is deprecated/

# Ignoring deprecations from Nelmio\ApiDocBundle 4.32.3
/^Since nelmio\/api-doc-bundle 4\.32\.3: The "Nelmio\\ApiDocBundle\\Annotation\\(Operation|Security|Areas|Model)" class is deprecated and will be removed in 5\.0\. Use the "\\Nelmio\\ApiDocBundle\\Attribute\\(Operation|Security|Areas|Model)" attribute instead\./

# Ignoring deprecations from Nelmio\ApiDocBundle 4.33.4
/^Since nelmio\/api-doc-bundle 4\.33\.4: Passing null to the "\$options" argument of "Nelmio\\ApiDocBundle\\Model\\Model\:\:\_\_construct\(\)" is deprecated\, pass an empty array instead\./
/^Since nelmio\/api-doc-bundle 4\.33\.4: Passing null to the "\$options" argument of "Nelmio\\ApiDocBundle\\Attribute\\Model\:\:\_\_construct\(\)" is deprecated\, pass an empty array instead\./

# Ignoring deprecations from Nelmio\ApiDocBundle 4.36.1
/^Since nelmio\/api-doc-bundle 4\.36\.1: Passing an array with key "value" to "Nelmio\\ApiDocBundle\\Attribute\\Areas\:\:\_\_construct" is deprecated\, pass the list of strings directly\./

0 comments on commit 3a9637a

Please sign in to comment.