Test Setup Failed
Push — master ( deccd1...87a1fa )
by Александр
75:00 queued 34:57
created
src/traits/TActiveRecord.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
     public function asText()
30 30
     {
31 31
         $result = [];
32
-        $result[] = "#".$this->id;
32
+        $result[] = "#" . $this->id;
33 33
 
34 34
         if (isset($this->name) && is_string($this->name)) {
35 35
             $result[] = $this->name;
Please login to merge, or discard this patch.