/
var
/
www
/
flurhymez
/
vendor
/
myclabs
/
deep-copy
/
src
/
DeepCopy
/
Matcher
/
Doctrine
/
/var/www/flurhymez/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine
mkdir
upload
Name
Size
Mode
Actions
DoctrineProxyMatcher.php
367
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/DoctrineProxyMatcher.php
(367B)
<?php namespace DeepCopy\Matcher\Doctrine; use DeepCopy\Matcher\Matcher; use Doctrine\Common\Persistence\Proxy; /** * @final */ class DoctrineProxyMatcher implements Matcher { /** * Matches a Doctrine Proxy class. * * {@inheritdoc} */ public function matches($object, $property) { return $object instanceof Proxy; } }
Save
cmd:
run