Completed
Push — master ( 3f0fe0...cc3b86 )
by Thomas
13:38
created
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/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/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/LanguageFamilyQuery.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 LanguageFamilyQuery extends BaseLanguageFamilyQuery
18
-{
17
+class LanguageFamilyQuery extends BaseLanguageFamilyQuery {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LanguageScriptQuery.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 LanguageScriptQuery extends BaseLanguageScriptQuery
18
-{
17
+class LanguageScriptQuery extends BaseLanguageScriptQuery {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LanguageVariantQuery.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 LanguageVariantQuery extends BaseLanguageVariantQuery
18
-{
17
+class LanguageVariantQuery extends BaseLanguageVariantQuery {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LocalizationVariant.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 LocalizationVariant extends BaseLocalizationVariant
18
-{
17
+class LocalizationVariant extends BaseLocalizationVariant {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LocalizationVariantQuery.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 LocalizationVariantQuery extends BaseLocalizationVariantQuery
18
-{
17
+class LocalizationVariantQuery extends BaseLocalizationVariantQuery {
19 18
 
20 19
 }
Please login to merge, or discard this patch.