Code clean up.

This commit is contained in:
James Cole
2017-11-15 12:25:49 +01:00
parent 57dcdfa0c4
commit ffca858b8d
476 changed files with 2055 additions and 4181 deletions

View File

@@ -21,22 +21,19 @@
/**
* snsDescription.php
* Author 2017 hugovanduijn@gmail.com
* Author 2017 hugovanduijn@gmail.com.
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
declare(strict_types=1);
namespace FireflyIII\Import\Specifics;
/**
* Class SnsDescription
*
* @package FireflyIII\Import\Specifics
* Class SnsDescription.
*/
class SnsDescription implements SpecificInterface
{