Completed
Push — master ( a7d7e4...532bc2 )
by Thomas
07:09
created
src/model/Module.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 Module extends BaseModule
18
-{
17
+class Module extends BaseModule {
19 18
 
20 19
 }
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/Package.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 Package extends BasePackage
18
-{
17
+class Package extends BasePackage {
19 18
 
20 19
 }
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/Preference.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 Preference extends BasePreference
18
-{
17
+class Preference extends BasePreference {
19 18
 
20 19
 }
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/Subdivision.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 Subdivision extends BaseSubdivision
18
-{
17
+class Subdivision extends BaseSubdivision {
19 18
 
20 19
 }
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.
src/model/SubdivisionType.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 SubdivisionType extends BaseSubdivisionType
18
-{
17
+class SubdivisionType extends BaseSubdivisionType {
19 18
 
20 19
 }
Please login to merge, or discard this patch.