1
0
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:
Niklas Keller 2022-02-08 21:26:46 +01:00
parent 745e7c71b3
commit d5d0b36201

7
examples/read.php Normal file
View File

@ -0,0 +1,7 @@
<?php
use Amp\File;
require __DIR__ . '/../vendor/autoload.php';
print File\read(__FILE__);