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