Skip to content

Commit 8b8954b

Browse files
Minor cleanups
1 parent bafe8a7 commit 8b8954b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Php80/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Symfony Polyfill / Php80
33

44
This component provides functions added to PHP 8.0 core:
55

6-
- [`fdiv`](https://php.net/fdiv) (only for PHP 7.0+)
6+
- [`fdiv`](https://php.net/fdiv)
77
- `ValueError` class
88
- `FILTER_VALIDATE_BOOL` constant
99
- [`preg_last_error_msg`](https://php.net/preg_last_error_msg)

tests/Php80/Php80Test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public function testFdivTypeError($divident, $divisor)
5252
fdiv($divident, $divisor);
5353
}
5454

55-
/**
56-
*/
5755
public function testFilterValidateBool()
5856
{
5957
$this->assertTrue(\defined('FILTER_VALIDATE_BOOL'));

0 commit comments

Comments
 (0)