Skip to content

Commit fcd660e

Browse files
committed
cs fixer fixes
1 parent 95ea95c commit fcd660e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Reflection/ReflectionClass.php

-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ public function isFinal(): bool {}
431431
#[Pure]
432432
public function isReadOnly(): bool {}
433433

434-
435434
/**
436435
* Gets modifiers
437436
*

mysqli/mysqli.php

-1
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,6 @@ function mysqli_execute(mysqli_stmt $statement, #[PhpStormStubsElementAvailable(
18671867
*/
18681868
function mysqli_execute_query(mysqli $mysql, string $query, ?array $params = null): mysqli_result|bool {}
18691869

1870-
18711870
/**
18721871
* Returns the next field in the result set
18731872
* @link https://secure.php.net/manual/en/mysqli-result.fetch-field.php

0 commit comments

Comments
 (0)