Skip to content

Commit 030a0fe

Browse files
style(*): Pass through Phpcs fixer
1 parent cf99cb3 commit 030a0fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/AbstractBounce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ abstract class AbstractBounce
4545

4646
protected function getBoolSettings(string $name): bool
4747
{
48-
return $this->settings[$name]??false;
48+
return $this->settings[$name] ?? false;
4949
}
5050

5151
protected function getStringSettings(string $name): string

src/ApiCache.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,8 @@ private function hit(string $ip): string
694694
}
695695

696696
/**
697-
* @param string $cacheScope
698697
* @param $value
699698
*
700-
* @return string
701699
* @throws InvalidArgumentException
702700
* @throws Exception
703701
*/

0 commit comments

Comments
 (0)