-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from kdambekalns/cleanup
TASK: Style cleanup, add LICENSE
- Loading branch information
Showing
6 changed files
with
317 additions
and
280 deletions.
There are no files selected for viewing
20 changes: 11 additions & 9 deletions
20
Classes/RobertLemke/Akismet/Exception/ConnectionException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
<?php | ||
namespace RobertLemke\Akismet\Exception; | ||
|
||
/* * | ||
* This script belongs to the TYPO3 Flow package "RobertLemke.Akismet". * | ||
* * | ||
* It is free software; you can redistribute it and/or modify it under * | ||
* the terms of the MIT License. * | ||
* * | ||
* The TYPO3 project - inspiring people to share! * | ||
* */ | ||
/* | ||
* This file is part of the RobertLemke.Akismet package. | ||
* | ||
* (c) Robert Lemke | ||
* | ||
* This package is Open Source Software. For the full copyright and license | ||
* information, please view the LICENSE file which was distributed with this | ||
* source code. | ||
*/ | ||
|
||
/** | ||
* A connection exception | ||
*/ | ||
class ConnectionException extends \TYPO3\Flow\Exception { | ||
class ConnectionException extends \TYPO3\Flow\Exception | ||
{ | ||
|
||
} |
Oops, something went wrong.