Skip to content

Commit

Permalink
Updated Rector to commit 985d5ea5109e1282f35370006ad7ac26df7789de
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 17, 2024
1 parent 8d69a47 commit 566e0f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions rules/Php81/Rector/Class_/SpatieEnumClassToEnumRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ final class SpatieEnumClassToEnumRector extends AbstractRector implements MinPhp
* @var \Rector\Php81\NodeFactory\EnumFactory
*/
private $enumFactory;
/**
* @var bool
*/
private $toUpperSnakeCase = \false;
/**
* @var string
*/
public const TO_UPPER_SNAKE_CASE = 'toUpperSnakeCase';
/**
* @var bool
*/
private $toUpperSnakeCase = \false;
public function __construct(EnumFactory $enumFactory)
{
$this->enumFactory = $enumFactory;
Expand Down
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '6d0abe7b49908c66940c7b4065cd28f0d66fbf45';
public const PACKAGE_VERSION = '985d5ea5109e1282f35370006ad7ac26df7789de';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-01-17 18:36:23';
public const RELEASE_DATE = '2024-01-17 15:36:14';
/**
* @var int
*/
Expand Down

0 comments on commit 566e0f2

Please sign in to comment.