Skip to content

Commit

Permalink
Bringing back <?php
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer committed Jun 21, 2022
1 parent 80bcc8b commit 3bca297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/running_psalm/issues/PossiblyNullArgument.md
Expand Up @@ -3,6 +3,8 @@
Emitted when calling a function with a value that’s possibly null when the function does not expect it

```php
<?php

function foo(string $s): void {}
foo(rand(0, 1) ? "hello" : null);
```
Expand Down

0 comments on commit 3bca297

Please sign in to comment.