Skip to content

Commit

Permalink
Fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner committed Apr 26, 2022
1 parent 66f34d5 commit 6ee764a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/_support/Thumbnailers/MockThumbnailer.php
Expand Up @@ -11,8 +11,8 @@ class MockThumbnailer extends BaseThumbnailer
public const HANDLER_ID = 'mock';
public const EXTENSIONS = ['*'];

public static $didProcess = false;
public static $shouldError = false;
public static bool $didProcess = false;
public static bool $shouldError = false;

/**
* Blindly creates a file to match $imageType.
Expand Down

0 comments on commit 6ee764a

Please sign in to comment.