Completed
Pull Request — master (#37)
by Viacheslav
09:48
created
src/JSDoc/TypeBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         $isNumber = false;
42 42
 
43 43
         if ($schema->const !== null) {
44
-            return '(' + var_export($schema->const, true) + ')';
44
+            return '(' +var_export($schema->const, true) + ')';
45 45
         }
46 46
 
47 47
         if (!empty($schema->enum)) {
Please login to merge, or discard this patch.