Completed
Push — master ( 2c4a4d...4d33db )
by Thomas
04:22
created
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/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/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/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/LocalizationQuery.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 LocalizationQuery extends BaseLocalizationQuery
18
-{
17
+class LocalizationQuery extends BaseLocalizationQuery {
19 18
 
20 19
 } // LocalizationQuery
Please login to merge, or discard this patch.
src/model/ModuleQuery.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 ModuleQuery extends BaseModuleQuery
18
-{
17
+class ModuleQuery extends BaseModuleQuery {
19 18
 
20 19
 } // ModuleQuery
Please login to merge, or discard this patch.
src/model/PackageQuery.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 PackageQuery extends BasePackageQuery
18
-{
17
+class PackageQuery extends BasePackageQuery {
19 18
 
20 19
 } // PackageQuery
Please login to merge, or discard this patch.
src/model/PreferenceQuery.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 PreferenceQuery extends BasePreferenceQuery
18
-{
17
+class PreferenceQuery extends BasePreferenceQuery {
19 18
 
20 19
 } // PreferenceQuery
Please login to merge, or discard this patch.
src/model/SubdivisionQuery.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 SubdivisionQuery extends BaseSubdivisionQuery
18
-{
17
+class SubdivisionQuery extends BaseSubdivisionQuery {
19 18
 
20 19
 } // SubdivisionQuery
Please login to merge, or discard this patch.