for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Klass R_12_0_27702_1.
* @author Niklas Dougherty
*/
declare(strict_types=1);
namespace Tips\Koder\R1;
use ReflectionClass;
* Östergård, P. 1993.
class R_12_0_27702_1 {
* @var string[]
public array $kod;
* Initiera.
public function __construct() {
$klass = (new ReflectionClass($this))->getShortName();
if ($fil = file(__DIR__ . "/$klass.txt", FILE_IGNORE_NEW_LINES)) {
$this->kod = $fil;
}