Обновление клиента (apps, 3rdparty, install)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace CBOR;
|
||||
|
||||
interface Normalizable
|
||||
{
|
||||
/**
|
||||
* @return mixed|null
|
||||
*/
|
||||
public function normalize();
|
||||
}
|
||||
Reference in New Issue
Block a user