Completed
Push — master ( 0155f8...e7a236 )
by Adam
03:48
created
src/IPub/Permissions/Entities/TRole.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Role.php
4
- *
5
- * @copyright	More in license.md
6
- * @license		http://www.ipublikuj.eu
7
- * @author		Adam Kadlec http://www.ipublikuj.eu
8
- * @package		iPublikuj:Permissions!
9
- * @subpackage	Entities
10
- * @since		5.0
11
- *
12
- * @date		12.03.14
13
- */
3
+	 * Role.php
4
+	 *
5
+	 * @copyright	More in license.md
6
+	 * @license		http://www.ipublikuj.eu
7
+	 * @author		Adam Kadlec http://www.ipublikuj.eu
8
+	 * @package		iPublikuj:Permissions!
9
+	 * @subpackage	Entities
10
+	 * @since		5.0
11
+	 *
12
+	 * @date		12.03.14
13
+	 */
14 14
 
15 15
 namespace IPub\Permissions\Entities;
16 16
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/Role.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Role.php
4
- *
5
- * @copyright	More in license.md
6
- * @license		http://www.ipublikuj.eu
7
- * @author		Adam Kadlec http://www.ipublikuj.eu
8
- * @package		iPublikuj:Permissions!
9
- * @subpackage	Entities
10
- * @since		5.0
11
- *
12
- * @date		12.03.14
13
- */
3
+	 * Role.php
4
+	 *
5
+	 * @copyright	More in license.md
6
+	 * @license		http://www.ipublikuj.eu
7
+	 * @author		Adam Kadlec http://www.ipublikuj.eu
8
+	 * @package		iPublikuj:Permissions!
9
+	 * @subpackage	Entities
10
+	 * @since		5.0
11
+	 *
12
+	 * @date		12.03.14
13
+	 */
14 14
 
15 15
 namespace IPub\Permissions\Entities;
16 16
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/IPermission.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * IPermission.php
4
- *
5
- * @copyright	More in license.md
6
- * @license		http://www.ipublikuj.eu
7
- * @author		Adam Kadlec http://www.ipublikuj.eu
8
- * @package		iPublikuj:Permissions!
9
- * @subpackage	Entities
10
- * @since		5.0
11
- *
12
- * @date		13.03.14
13
- */
3
+	 * IPermission.php
4
+	 *
5
+	 * @copyright	More in license.md
6
+	 * @license		http://www.ipublikuj.eu
7
+	 * @author		Adam Kadlec http://www.ipublikuj.eu
8
+	 * @package		iPublikuj:Permissions!
9
+	 * @subpackage	Entities
10
+	 * @since		5.0
11
+	 *
12
+	 * @date		13.03.14
13
+	 */
14 14
 
15 15
 namespace IPub\Permissions\Entities;
16 16
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/IRole.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * IRole.php
4
- *
5
- * @copyright	More in license.md
6
- * @license		http://www.ipublikuj.eu
7
- * @author		Adam Kadlec http://www.ipublikuj.eu
8
- * @package		iPublikuj:Permissions!
9
- * @subpackage	Entities
10
- * @since		5.0
11
- *
12
- * @date		12.03.14
13
- */
3
+	 * IRole.php
4
+	 *
5
+	 * @copyright	More in license.md
6
+	 * @license		http://www.ipublikuj.eu
7
+	 * @author		Adam Kadlec http://www.ipublikuj.eu
8
+	 * @package		iPublikuj:Permissions!
9
+	 * @subpackage	Entities
10
+	 * @since		5.0
11
+	 *
12
+	 * @date		12.03.14
13
+	 */
14 14
 
15 15
 namespace IPub\Permissions\Entities;
16 16
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/IException.php 2 patches
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * IException.php
4
- *
5
- * @copyright	More in license.md
6
- * @license		http://www.ipublikuj.eu
7
- * @author		Adam Kadlec http://www.ipublikuj.eu
8
- * @package		iPublikuj:Permissions!
9
- * @subpackage	Exceptions
10
- * @since		5.0
11
- *
12
- * @date		14.10.14
13
- */
3
+	 * IException.php
4
+	 *
5
+	 * @copyright	More in license.md
6
+	 * @license		http://www.ipublikuj.eu
7
+	 * @author		Adam Kadlec http://www.ipublikuj.eu
8
+	 * @package		iPublikuj:Permissions!
9
+	 * @subpackage	Exceptions
10
+	 * @since		5.0
11
+	 *
12
+	 * @date		14.10.14
13
+	 */
14 14
 
15 15
 namespace IPub\Permissions\Exceptions;
16 16
 
Please login to merge, or discard this 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\Permissions\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/Permissions/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\Permissions\Exceptions;
16 16
 
17
-class InvalidArgumentException extends \InvalidArgumentException implements IException {}
18 17
\ No newline at end of file
18
+class InvalidArgumentException extends \InvalidArgumentException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Permissions/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\Permissions\Exceptions;
16 16
 
17
-class InvalidStateException extends \InvalidArgumentException implements IException {}
18 17
\ No newline at end of file
18
+class InvalidStateException extends \InvalidArgumentException implements IException
19
+{
20
+}
19 21
\ No newline at end of file
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/ExceptionInterface.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\Permissions\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.