Completed
Push — master ( 8b3cbf...d6a6e9 )
by Thomas
07:37
created
src/model/LanguageScript.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 LanguageScript extends BaseLanguageScript
18
-{
17
+class LanguageScript extends BaseLanguageScript {
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/LanguageVariant.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 LanguageVariant extends BaseLanguageVariant
18
-{
17
+class LanguageVariant extends BaseLanguageVariant {
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.
src/model/RegionArea.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 RegionArea extends BaseRegionArea
18
-{
17
+class RegionArea extends BaseRegionArea {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/RegionAreaQuery.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 RegionAreaQuery extends BaseRegionAreaQuery
18
-{
17
+class RegionAreaQuery extends BaseRegionAreaQuery {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/RegionType.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 RegionType extends BaseRegionType
18
-{
17
+class RegionType extends BaseRegionType {
19 18
 
20 19
 }
Please login to merge, or discard this patch.