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 Larastan\Larastan\Contracts\Types; use PHPStan..
Decoded Output download
<?php
declare(strict_types=1);
namespace Larastan\Larastan\Contracts\Types;
use PHPStan\Type\Type;
/** @internal */
interface PassableContract
{
public function getType(): Type;
public function setType(Type $type): void;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Larastan\Larastan\Contracts\Types;
use PHPStan\Type\Type;
/** @internal */
interface PassableContract
{
public function getType(): Type;
public function setType(Type $type): void;
}
Function Calls
None |
Stats
MD5 | 150c51c3194786c6222626c43154ee7d |
Eval Count | 0 |
Decode Time | 88 ms |