Untitled

Run Settings
LanguagePHP
Language Version
Run Command
<?php declare(strict_types=1); require_once('declaration.php'); //here it doesn't matter: require_once('call.php'); //but it does matter here: echo sum(13.1,0.4);
<?php function sum(int $a, int $b) { return $a + $b; }
<?php //not a problem: echo sum(13.1,0.4);
Editor Settings
Theme
Key bindings
Full width
Lines