for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BestServedCold\PhalueObjects\VOArray;
use BestServedCold\PhalueObjects\VOArray;
/**
* Class Mixin
*
* @package BestServedCold\PhalueObjects\VOArray
*/
trait Mixin
{
* @param VOArray $voArray
* @return static
public static function fromVOArray(VOArray $voArray)
return static::fromArray($voArray->getValue());
fromArray()
BestServedCold\PhalueObjects\VOArray\Mixin
fromVOArray()
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.
}
* @return VOArray
public function toVOArray()
return VOArray::fromArray(self::toArray());
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.