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 NunoMaduro\PhpInsights\Domain\Exceptions; use ..
Decoded Output download
<?php
declare(strict_types=1);
namespace NunoMaduro\PhpInsights\Domain\Exceptions;
use RuntimeException;
/**
* @internal
*/
final class ComposerNotFound extends RuntimeException
{
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace NunoMaduro\PhpInsights\Domain\Exceptions;
use RuntimeException;
/**
* @internal
*/
final class ComposerNotFound extends RuntimeException
{
}
Function Calls
None |
Stats
MD5 | 815ba3b59a64e3947d3c2551e0231ba5 |
Eval Count | 0 |
Decode Time | 84 ms |