Completed
Push — master ( 84255c...a7d7e4 )
by Thomas
14:38
created
src/model/GroupActionQuery.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 GroupActionQuery extends BaseGroupActionQuery
18
-{
17
+class GroupActionQuery extends BaseGroupActionQuery {
19 18
 
20 19
 } // GroupActionQuery
Please login to merge, or discard this patch.
src/model/GroupQuery.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 GroupQuery extends BaseGroupQuery
18
-{
17
+class GroupQuery extends BaseGroupQuery {
19 18
 
20 19
 } // GroupQuery
Please login to merge, or discard this patch.
src/model/Language.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 Language extends BaseLanguage
18
-{
17
+class Language extends BaseLanguage {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LanguageQuery.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 LanguageQuery extends BaseLanguageQuery
18
-{
17
+class LanguageQuery extends BaseLanguageQuery {
19 18
 
20 19
 } // LanguageQuery
Please login to merge, or discard this patch.
src/model/LanguageScope.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 LanguageScope extends BaseLanguageScope
18
-{
17
+class LanguageScope extends BaseLanguageScope {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LanguageScopeQuery.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 LanguageScopeQuery extends BaseLanguageScopeQuery
18
-{
17
+class LanguageScopeQuery extends BaseLanguageScopeQuery {
19 18
 
20 19
 } // LanguageScopeQuery
Please login to merge, or discard this patch.
src/model/LanguageType.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 LanguageType extends BaseLanguageType
18
-{
17
+class LanguageType extends BaseLanguageType {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/LanguageTypeQuery.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 LanguageTypeQuery extends BaseLanguageTypeQuery
18
-{
17
+class LanguageTypeQuery extends BaseLanguageTypeQuery {
19 18
 
20 19
 } // LanguageTypeQuery
Please login to merge, or discard this patch.
src/model/Localization.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 Localization extends BaseLocalization
18
-{
17
+class Localization extends BaseLocalization {
19 18
 
20 19
 }
Please login to merge, or discard this patch.