Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php declare(strict_types=1); namespace Doctrine\ORM\Mapping; /** This attribute is us..

Decoded Output download

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Mapping;

/** This attribute is used to override the mapping of a entity property. */
final class AttributeOverride implements MappingAttribute
{
    public function __construct(
        public string $name,
        public Column $column,
    ) {
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Mapping;

/** This attribute is used to override the mapping of a entity property. */
final class AttributeOverride implements MappingAttribute
{
    public function __construct(
        public string $name,
        public Column $column,
    ) {
    }
}

Function Calls

None

Variables

None

Stats

MD5 23e053e73b79c3f30f885350ac2fc4f8
Eval Count 0
Decode Time 80 ms