• Mathias Chouet's avatar
    refactor nubs · 7b6e5403
    Mathias Chouet authored
    merged cParamsCanal and ParamsSection
    Structures are now only defined by their LoiDebit (no more StructureType)
    Session : fixed serialization of lately registered Nubs
    Sections are now defined by a CalculatorType and a NodeType
    fixed bug in findFirstSingleParameter
    added tests for session serialisation
    7b6e5403
MyClass.php 440 bytes
<?php declare(strict_types=1);
/*
 * This file is part of "irstea/php-skeleton".
 * (c) 2019 Irstea <dsi.poleis@irstea.fr>
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Irstea\MyProject;
/**
 * La classe MyClass.
class MyClass
    /**
     * @return int
    public function getResponse(): int
        return 42;