for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mpyw\StreamInterfaceResource;
trait Unserializable
{
/**
* @codeCoverageIgnore
*/
public function __sleep()
throw new \BadMethodCallException('You cannot serialize ' . static::class . ' instance.');
}