Skip to content

Commit a273852

Browse files
committed
cs fix
1 parent 7f795a2 commit a273852

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

system/Filters/Filters.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ public function getArguments(?string $key = null)
669669
*/
670670
protected function processGlobals(?string $uri = null)
671671
{
672-
673672
$uri = strtolower(trim($uri ?? '', '/ '));
674673

675674
// Add any global filters, unless they are excluded for this URI
@@ -723,7 +722,6 @@ protected function processGlobals(?string $uri = null)
723722
*/
724723
protected function processMethods()
725724
{
726-
727725
$method = $this->request->getMethod();
728726

729727
$found = false;

system/Honeypot/Honeypot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(HoneypotConfig $config)
4646
$this->config->container = '<div style="display:none">{template}</div>';
4747
}
4848

49-
if ($this->config->template === '') {
49+
if ($this->config->template === '') {
5050
throw HoneypotException::forNoTemplate();
5151
}
5252

0 commit comments

Comments
 (0)