File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments