From af070c1c51de16834c4b8b7c65c3f358c1e6566d Mon Sep 17 00:00:00 2001 From: jdehaan <261428+jdehaan@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:50:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Automatic=20code=20style=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syntax/bpmnio.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syntax/bpmnio.php b/syntax/bpmnio.php index b61abf4..34fcc86 100644 --- a/syntax/bpmnio.php +++ b/syntax/bpmnio.php @@ -1,5 +1,6 @@ Lexer->addExitPattern('', 'plugin_bpmnio_bpmnio'); } - public function handle($match, $state, $pos, Doku_Handler $handler): array + public function handle($match, $state, $pos, Handler $handler): array { switch ($state) { case DOKU_LEXER_ENTER: