Passed
Push — master ( a78869...6a6f85 )
by Johnny
02:10
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.