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; interface ToManyAssociat..
Decoded Output download
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
interface ToManyAssociationMapping
{
/** @psalm-assert-if-true string $this->indexBy() */
public function isIndexed(): bool;
public function indexBy(): string;
/** @return array<string, 'asc'|'desc'> */
public function orderBy(): array;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
interface ToManyAssociationMapping
{
/** @psalm-assert-if-true string $this->indexBy() */
public function isIndexed(): bool;
public function indexBy(): string;
/** @return array<string, 'asc'|'desc'> */
public function orderBy(): array;
}
Function Calls
None |
Stats
MD5 | e3c24bc3437a9e75f0ed1b5cccc1b6de |
Eval Count | 0 |
Decode Time | 87 ms |