Skip to content

Commit

Permalink
cs fixer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTronin committed Jul 21, 2022
1 parent 95ea95c commit fcd660e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Reflection/ReflectionClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ public function isFinal(): bool {}
#[Pure]
public function isReadOnly(): bool {}


/**
* Gets modifiers
*
Expand Down
1 change: 0 additions & 1 deletion mysqli/mysqli.php
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,6 @@ function mysqli_execute(mysqli_stmt $statement, #[PhpStormStubsElementAvailable(
*/
function mysqli_execute_query(mysqli $mysql, string $query, ?array $params = null): mysqli_result|bool {}


/**
* Returns the next field in the result set
* @link https://secure.php.net/manual/en/mysqli-result.fetch-field.php
Expand Down

0 comments on commit fcd660e

Please sign in to comment.