Skip to content

Commit

Permalink
Fix CS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 20, 2018
1 parent e91b96a commit a42d24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mailer/Mailer.php
Expand Up @@ -166,7 +166,7 @@ abstract class Mailer implements EventListenerInterface
*
* @var string
*/
static public $name;
public static $name;

/**
* Email instance.
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Cache/Engine/ApcuEngineTest.php
Expand Up @@ -28,7 +28,7 @@ class ApcuEngineTest extends TestCase
*
* @var bool
*/
static protected $useRequestTime = null;
protected static $useRequestTime = null;

/**
* Ensure use_request_time is turned off
Expand Down

0 comments on commit a42d24c

Please sign in to comment.