mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 17:52:45 +01:00
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
<?php
|
|
namespace Foo;
|
|
|
|
if (!extension_loaded('some_extension')) {
|
|
function barBar(string $a) : string
|
|
{
|
|
}
|
|
}
|