<?php declare(strict_types=1); namespace LeoHajder\Website; /** * @package leohajder.github.io * @author Leo Hajder * * @see https://en.wikipedia.org/wiki/Programmer occupation * @see https://www.php.net field * @see https://symfony.com stack * * @see https://en.wikipedia.org/wiki/Split%2C_Croatia city * @see https://netgen.io company * * @link https://github.com/leohajder GitHub profile * @link https://www.linkedin.com/in/leohajder LinkedIn profile * @link /docs/leo_hajder_cv.pdf Europass CV * * @todo */ class Website { public function __construct() { // todo } }