Skip to content

Commit

Permalink
Update lines mentioned by php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sfroemkenjw committed Jan 15, 2024
1 parent 7522dc6 commit 680e89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DynamicUploadValidatorHookTest extends FunctionalTestCase
/**
* @var DynamicUploadValidatorHook|null
*/
protected $subject = null;
protected $subject;

/**
* Core extensions to load.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/Hooks/Form/ReplacePlaceholderHookTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ReplacePlaceholderHookTest extends FunctionalTestCase
/**
* @var ReplacePlaceholderHook|null
*/
protected $subject = null;
protected $subject;

/**
* Core extensions to load.
Expand Down

0 comments on commit 680e89d

Please sign in to comment.