Skip to content

Commit

Permalink
PHPCS again
Browse files Browse the repository at this point in the history
  • Loading branch information
jfefe committed May 5, 2015
1 parent 24bf614 commit d62d7a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
16 changes: 15 additions & 1 deletion htdocs/api/class/api_access.class.php
@@ -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;
Expand All @@ -9,7 +24,6 @@
/**
* Dolibarr API access class
*
* @author jfefe
*/
class DolibarrApiAccess implements iAuthenticate
{
Expand Down
1 change: 0 additions & 1 deletion htdocs/commande/class/api_commande.class.php
Expand Up @@ -28,7 +28,6 @@
*
* @category Api
* @package Api
* @author jfefe
*
*
*/
Expand Down

0 comments on commit d62d7a2

Please sign in to comment.