Passed
Push — master ( 787533...e78839 )
by Johnny
02:14
created
src/Traits/Tags.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     protected function parseTags(string $source): string
37 37
     {
38
-       // $source = $this->escapeUnknownTags($source);
38
+        // $source = $this->escapeUnknownTags($source);
39 39
 
40 40
         $tags = synapse()->memory->tags();
41 41
         foreach ($tags as $tag) {
Please login to merge, or discard this patch.
src/Cortex/Triggers/Wildcard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 //            '/#/' => '\\d+?',
50 50
             '/#/' => '\\d+?',
51 51
             '/\*/' => '.*?',
52
-           // '/\*/' => '\\w+?',
52
+            // '/\*/' => '\\w+?',
53 53
 //            '/\*$/' => '.*?',
54 54
             '/<zerowidthstar>/' => '^\*$',
55 55
         ];
Please login to merge, or discard this patch.