mirror of
https://github.com/danog/psalm.git
synced 2024-12-15 19:07:00 +01:00
7 lines
88 B
PHP
7 lines
88 B
PHP
|
<?php
|
||
|
namespace Acme\SampleProject;
|
||
|
|
||
|
function foo(string $s): int {
|
||
|
return "bar";
|
||
|
}
|