mirror of
https://github.com/danog/file.git
synced 2025-01-22 13:21:13 +01:00
Add very basic example for psalm
This commit is contained in:
parent
745e7c71b3
commit
d5d0b36201
7
examples/read.php
Normal file
7
examples/read.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Amp\File;
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
print File\read(__FILE__);
|
Loading…
x
Reference in New Issue
Block a user