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\Properties; /** @see https:/..
Decoded Output download
<?php
declare(strict_types=1);
namespace Larastan\Larastan\Properties;
/** @see https://github.com/psalm/laravel-psalm-plugin/blob/master/src/SchemaColumn.php */
final class SchemaColumn
{
public string $writeableType;
public function __construct(
public string $name,
public string $readableType,
public bool $nullable = false,
/** @var array<int, string> */
public array|null $options = null,
) {
$this->writeableType = $readableType;
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Larastan\Larastan\Properties;
/** @see https://github.com/psalm/laravel-psalm-plugin/blob/master/src/SchemaColumn.php */
final class SchemaColumn
{
public string $writeableType;
public function __construct(
public string $name,
public string $readableType,
public bool $nullable = false,
/** @var array<int, string> */
public array|null $options = null,
) {
$this->writeableType = $readableType;
}
}
Function Calls
None |
Stats
MD5 | 7a67f2c87f96572662fa922693448ddb |
Eval Count | 0 |
Decode Time | 109 ms |