Skip to content

Commit

Permalink
fix: PhpCsFixer\Tokenizer\Tokens::setSize return type (#7900)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Mar 19, 2024
1 parent 1eb4e52 commit c066ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokenizer/Tokens.php
Expand Up @@ -287,6 +287,7 @@ public static function getBlockEdgeDefinitions(): array
*
* @param int $size
*/
#[\ReturnTypeWillChange]
public function setSize($size): bool
{
if ($this->getSize() !== $size) {
Expand Down

0 comments on commit c066ecc

Please sign in to comment.