Passed
Pull Request — master (#130)
by
unknown
08:07
created
Classes/Exceptions/NextDocumentIdErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class NextDocumentIdErrorException extends \Exception
18
-{
17
+class NextDocumentIdErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/RestoreDocumentErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class RestoreDocumentErrorException extends \Exception
18
-{
17
+class RestoreDocumentErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/ActivateDocumentErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class ActivateDocumentErrorException extends \Exception
18
-{
17
+class ActivateDocumentErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/DeleteDocumentErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class DeleteDocumentErrorException extends \Exception
18
-{
17
+class DeleteDocumentErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/ConnectionTimeoutErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class ConnectionTimeoutErrorException extends \Exception
18
-{
17
+class ConnectionTimeoutErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/IngestDocumentErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class IngestDocumentErrorException extends \Exception
18
-{
17
+class IngestDocumentErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/RetrieveDocumentErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class RetrieveDocumentErrorException extends \Exception
18
-{
17
+class RetrieveDocumentErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/ConnectionErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class ConnectionErrorException extends \Exception
18
-{
17
+class ConnectionErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.
Classes/Exceptions/UpdateDocumentErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,6 +14,5 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-class UpdateDocumentErrorException extends \Exception
18
-{
17
+class UpdateDocumentErrorException extends \Exception {
19 18
 }
20 19
\ No newline at end of file
Please login to merge, or discard this patch.