Passed
Push — master ( ff7261...4233f0 )
by Johnny
05:25 queued 03:28
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.