for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bdf\Serializer\PropertyAccessor;
/**
* NullAccessor
*/
class NullAccessor implements PropertyAccessorInterface
{
* {@inheritdoc}
public function write($object, $value)
}
public function read($object)
return null;