Passed
Push — develop ( 53b14c...3240e8 )
by Johnny
03:29 queued 01:41
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.