Passed
Push — develop ( db5115...6c6638 )
by Ben
03:59
created
src/generators/AutocompleteVariableGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         // Format the line output for each value
81 81
         foreach ($values as $key => $value) {
82
-            $values[$key] = ' * @property \\' . $value . ' $' . $key;
82
+            $values[$key] = ' * @property \\'.$value.' $'.$key;
83 83
         }
84 84
 
85 85
         // Save the template with variable substitution
Please login to merge, or discard this patch.