forked from GNUsocial/gnu-social
[COMPOSER] Add new php-ffmpeg package
This commit is contained in:
15
vendor/nikic/php-parser/lib/PhpParser/Serializer.php
vendored
Normal file
15
vendor/nikic/php-parser/lib/PhpParser/Serializer.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace PhpParser;
|
||||
|
||||
interface Serializer
|
||||
{
|
||||
/**
|
||||
* Serializes statements into some string format.
|
||||
*
|
||||
* @param array $nodes Statements
|
||||
*
|
||||
* @return string Serialized string
|
||||
*/
|
||||
public function serialize(array $nodes);
|
||||
}
|
Reference in New Issue
Block a user