functions.php 273 bytes
<?php declare(strict_types=1);
/*
 * Copyright (C) 2016-2017 IRSTEA
 * All rights reserved.
 */
/**
 * @param string $filepath
 */
function irstea_plantmul_include($filepath)
    /* @noinspection UsingInclusionOnceReturnValueInspection */
    @include_once $filepath;