Completed
Push — master ( a87ba4...b6d929 )
by Adam
01:01
created
src/IPub/ConfirmationDialog/TConfirmationDialog.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,8 @@
 block discarded – undo
30 30
 	/**
31 31
 	 * @param Components\IControl $confirmationDialogFactory
32 32
 	 */
33
-	public function injectConfirmationDialog(Components\IControl $confirmationDialogFactory) {
33
+	public function injectConfirmationDialog(Components\IControl $confirmationDialogFactory)
34
+	{
34 35
 		$this->confirmationDialogFactory = $confirmationDialogFactory;
35 36
 	}
36 37
 }
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/IException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\ConfirmationDialog\Exceptions;
16 16
 
17
-interface IException {}
18 17
\ No newline at end of file
18
+interface IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/InvalidArgumentException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\ConfirmationDialog\Exceptions;
16 16
 
17
-class InvalidArgumentException extends \Exception implements IException {}
18 17
\ No newline at end of file
18
+class InvalidArgumentException extends \Exception implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/InvalidStateException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\ConfirmationDialog\Exceptions;
16 16
 
17
-class InvalidStateException extends \Exception implements IException {}
18 17
\ No newline at end of file
18
+class InvalidStateException extends \Exception implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/IOException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\ConfirmationDialog\Exceptions;
16 16
 
17
-class IOException extends \RuntimeException implements IException {}
18 17
\ No newline at end of file
18
+class IOException extends \RuntimeException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/FileNotFoundException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\ConfirmationDialog\Exceptions;
16 16
 
17
-class FileNotFoundException extends IOException implements IException {}
18 17
\ No newline at end of file
18
+class FileNotFoundException extends IOException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/ConfirmationDialog/Exceptions/HandlerNotCallableException.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,4 +14,6 @@
 block discarded – undo
14 14
 
15 15
 namespace IPub\ConfirmationDialog\Exceptions;
16 16
 
17
-class HandlerNotCallableException extends \Exception implements IException {}
18 17
\ No newline at end of file
18
+class HandlerNotCallableException extends \Exception implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.