Skip to content

Commit 02e4d46

Browse files
committed
TASK: Set postfix to empty string as a default
1 parent da59b3f commit 02e4d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Command/NodeIndexCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function indexNodeCommand($identifier, $workspace = null)
227227
* @return void
228228
* @throws StopActionException
229229
*/
230-
public function buildCommand($limit = null, $update = false, $workspace = null, $postfix = null)
230+
public function buildCommand($limit = null, $update = false, $workspace = null, $postfix = '')
231231
{
232232
if ($workspace !== null && $this->workspaceRepository->findByIdentifier($workspace) === null) {
233233
$this->logger->log('The given workspace (' . $workspace . ') does not exist.', LOG_ERR);

0 commit comments

Comments
 (0)