Completed
Push — dependabot/github_actions/dess... ( 7482dd )
by
unknown
11s
created
_test/general.test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * Simple test to make sure the plugin.info.txt is in correct format
30 30
      */
31 31
     public function test_plugininfo(): void {
32
-        $file = __DIR__ . '/../plugin.info.txt';
32
+        $file = __DIR__.'/../plugin.info.txt';
33 33
         $this->assertFileExists($file);
34 34
 
35 35
         $info = confToHash($file);
Please login to merge, or discard this patch.
action.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function addVerifyHeaders(Event $event, $param)
22 22
     {
23
-        if (empty($event->data) || empty($event->data['meta'])) {
23
+        if (empty($event->data)||empty($event->data['meta'])) {
24 24
             return;
25 25
         }
26 26
 
Please login to merge, or discard this patch.