mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
⬇️ Restore php-parser to its original version as tests are failing :/
This commit is contained in:
18
lib/nikic/php-parser/lib/PhpParser/Serializer.php
Normal file
18
lib/nikic/php-parser/lib/PhpParser/Serializer.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace PhpParser;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
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