PHPCS again

This commit is contained in:
jfefe
2015-05-06 01:25:56 +02:00
parent 24bf614061
commit d62d7a2fc7
2 changed files with 15 additions and 2 deletions

View File

@@ -1,4 +1,19 @@
<?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\Resources;
@@ -9,7 +24,6 @@ use Luracast\Restler\RestException;
/**
* Dolibarr API access class
*
* @author jfefe
*/
class DolibarrApiAccess implements iAuthenticate
{