Skip to content

Commit

Permalink
feat: drop deprecated DateTimeType
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Mar 16, 2024
1 parent dbbb6e8 commit 3ac32c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 256 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ parameters:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests

ignoreErrors:
# Adds unnecessary maintanence overhead
- "~Class DateTime(Immutable)? is unsafe to use. Its methods can return FALSE instead of throwing an exception. Please add 'use Safe\\\\DateTime(Immutable)?;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library~"

includes:
- phpstan-baseline.neon
126 changes: 0 additions & 126 deletions src/Type/DateTimeType.php

This file was deleted.

126 changes: 0 additions & 126 deletions tests/Type/DateTimeTypeTest.php

This file was deleted.

0 comments on commit 3ac32c6

Please sign in to comment.