Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela committed Nov 28, 2021
1 parent f7aa5ea commit d64539f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions stubs/mysqli.phpstub
Expand Up @@ -9,7 +9,7 @@ class mysqli_result implements Traversable
{
/**
* @psalm-taint-sink callable $class

*
* @template T of object
* @param class-string<T> $class
* @param array $constructor_args
Expand All @@ -20,11 +20,11 @@ class mysqli_result implements Traversable


/**
* @psalm-taint-sink callable $class

* @template T of object
* @param class-string<T> $class
* @param array $constructor_args
* @return T|null|false
*/
* @psalm-taint-sink callable $class
*
* @template T of object
* @param class-string<T> $class
* @param array $constructor_args
* @return T|null|false
*/
function mysqli_fetch_object(mysqli_result $result, string $class = stdClass::class, array $constructor_args = []): object|false|null {}

0 comments on commit d64539f

Please sign in to comment.