Skip to content

Commit

Permalink
Applies CS Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Feb 1, 2022
1 parent 3eebe5f commit a708018
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions src/Helper/Gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
use function sprintf;
use function str_replace;
use function strtolower;
use function trigger_error;
use function trim;
use function ucwords;
use function urlencode;

use const E_USER_DEPRECATED;

/**
* Helper for retrieving avatars from gravatar.com
*/
Expand Down Expand Up @@ -253,7 +250,7 @@ public function setEmail($email)
/**
* Get email address
*
* @return string
* @return string|null
*/
public function getEmail()
{
Expand Down
3 changes: 0 additions & 3 deletions src/Helper/Placeholder/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
use function class_parents;
use function in_array;
use function sprintf;
use function trigger_error;

use const E_USER_DEPRECATED;

/**
* Registry for placeholder containers
Expand Down
1 change: 0 additions & 1 deletion test/Helper/GravatarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Laminas\View\Helper\Gravatar;
use Laminas\View\Renderer\PhpRenderer as View;
use PHPUnit\Framework\TestCase;
use ReflectionMethod;

use function method_exists;
use function strtoupper;
Expand Down

0 comments on commit a708018

Please sign in to comment.