We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa1816 commit f7883d5Copy full SHA for f7883d5
src/SDK/Language/PHP.php
@@ -386,7 +386,7 @@ public function getFilters(): array
386
return $this->getReturn($value);
387
}),
388
new TwigFilter('deviceInfo', function ($value) {
389
- return php_uname('s') . ';' . php_uname('v') . ';' . php_uname('m');
+ return php_uname('s') . '; ' . php_uname('v') . '; ' . php_uname('m');
390
391
];
392
}
0 commit comments