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 b9e0bbf commit a7af75cCopy full SHA for a7af75c
src/PrintFormProcessor.php
@@ -16,6 +16,8 @@ public function __construct(Pipes $pipes = null, string $tmpPrefix = 'pfp_')
16
$this->tmpPrefix = $tmpPrefix;
17
if ($pipes === null) {
18
$this->pipes = new Pipes();
19
+ } else {
20
+ $this->pipes = $pipes;
21
}
22
23
0 commit comments