Passed
Push — develop ( 065463...53f27d )
by Michael
01:33
created
webhook.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 // phpcs:disable PSR1.Files.SideEffects
3 3
 if (!defined('DOKU_INC')) {
4
-    define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
4
+    define('DOKU_INC', realpath(dirname(__FILE__).'/../../../').'/');
5 5
 }
6 6
 define('NOSESSION', 1);
7
-require_once(DOKU_INC . 'inc/init.php');
7
+require_once(DOKU_INC.'inc/init.php');
8 8
 if (!defined('DOKU_TESTING')) {
9 9
     // Main
10 10
     $hook = \dokuwiki\plugin\swarmzapierstructwebhook\webhooks\AbstractWebhook::getWebhook();
Please login to merge, or discard this patch.