We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669d3f2 commit ac6f174Copy full SHA for ac6f174
gadgetchains/Laminas/FW/1/chain.php
@@ -20,7 +20,7 @@ class FW1 extends \PHPGGC\GadgetChain\FileWrite
20
(e.g. asking for `foo` will create `foo.`)
21
';
22
23
- public function process_parameters($parameters)
+ public function process_parameters(array $parameters)
24
{
25
$parameters = parent::process_parameters($parameters);
26
$infos = pathinfo($parameters['remote_path']);
0 commit comments