PHPCS again
This commit is contained in:
parent
24bf614061
commit
d62d7a2fc7
@ -1,4 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
use \Luracast\Restler\iAuthenticate;
|
use \Luracast\Restler\iAuthenticate;
|
||||||
use \Luracast\Restler\Resources;
|
use \Luracast\Restler\Resources;
|
||||||
@ -9,7 +24,6 @@ use Luracast\Restler\RestException;
|
|||||||
/**
|
/**
|
||||||
* Dolibarr API access class
|
* Dolibarr API access class
|
||||||
*
|
*
|
||||||
* @author jfefe
|
|
||||||
*/
|
*/
|
||||||
class DolibarrApiAccess implements iAuthenticate
|
class DolibarrApiAccess implements iAuthenticate
|
||||||
{
|
{
|
||||||
|
|||||||
@ -28,7 +28,6 @@
|
|||||||
*
|
*
|
||||||
* @category Api
|
* @category Api
|
||||||
* @package Api
|
* @package Api
|
||||||
* @author jfefe
|
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user