Skip to content

Commit ac6f174

Browse files
committed
Fixed process_parameters() prototype in Laminas/FW1 to validate strict standards
1 parent 669d3f2 commit ac6f174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gadgetchains/Laminas/FW/1/chain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class FW1 extends \PHPGGC\GadgetChain\FileWrite
2020
(e.g. asking for `foo` will create `foo.`)
2121
';
2222

23-
public function process_parameters($parameters)
23+
public function process_parameters(array $parameters)
2424
{
2525
$parameters = parent::process_parameters($parameters);
2626
$infos = pathinfo($parameters['remote_path']);

0 commit comments

Comments
 (0)