1
This commit is contained in:
10
vendor/phpoffice/math/src/Math/Reader/ReaderInterface.php
vendored
Normal file
10
vendor/phpoffice/math/src/Math/Reader/ReaderInterface.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace PhpOffice\Math\Reader;
|
||||
|
||||
use PhpOffice\Math\Math;
|
||||
|
||||
interface ReaderInterface
|
||||
{
|
||||
public function read(string $content): ?Math;
|
||||
}
|
||||
Reference in New Issue
Block a user