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 Symplify\RuleDocGenerator\Contract\Category; u..
Decoded Output download
<?php
declare (strict_types=1);
namespace Symplify\RuleDocGenerator\Contract\Category;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
interface CategoryInfererInterface
{
public function infer(RuleDefinition $ruleDefinition) : ?string;
}
?>
Did this file decode correctly?
Original Code
<?php
declare (strict_types=1);
namespace Symplify\RuleDocGenerator\Contract\Category;
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
interface CategoryInfererInterface
{
public function infer(RuleDefinition $ruleDefinition) : ?string;
}
Function Calls
None |
Stats
MD5 | b1fc5e5b8e4b1303d450c37fd8834291 |
Eval Count | 0 |
Decode Time | 92 ms |