Completed
Push — master ( 8b3cbf...d6a6e9 )
by Thomas
07:37
created
src/model/TerritoryQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class TerritoryQuery extends BaseTerritoryQuery
18
-{
17
+class TerritoryQuery extends BaseTerritoryQuery {
19 18
 
20 19
 } // TerritoryQuery
Please login to merge, or discard this patch.
src/model/UserGroup.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class UserGroup extends BaseUserGroup
18
-{
17
+class UserGroup extends BaseUserGroup {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/UserGroupQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class UserGroupQuery extends BaseUserGroupQuery
18
-{
17
+class UserGroupQuery extends BaseUserGroupQuery {
19 18
 
20 19
 } // UserGroupQuery
Please login to merge, or discard this patch.
src/model/UserQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class UserQuery extends BaseUserQuery
18
-{
17
+class UserQuery extends BaseUserQuery {
19 18
 
20 19
 } // UserQuery
Please login to merge, or discard this patch.
src/model/Continent.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class Continent extends BaseContinent
18
-{
17
+class Continent extends BaseContinent {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/ContinentQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class ContinentQuery extends BaseContinentQuery
18
-{
17
+class ContinentQuery extends BaseContinentQuery {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/Extension.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class Extension extends BaseExtension
18
-{
17
+class Extension extends BaseExtension {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/ExtensionQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class ExtensionQuery extends BaseExtensionQuery
18
-{
17
+class ExtensionQuery extends BaseExtensionQuery {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LanguageFamily.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * long as it does not already exist in the output directory.
15 15
  *
16 16
  */
17
-class LanguageFamily extends BaseLanguageFamily
18
-{
17
+class LanguageFamily extends BaseLanguageFamily {
19 18
 
20 19
 }
Please login to merge, or discard this patch.