Completed
Push — master ( 54fa45...b83653 )
by Thomas
06:00
created
src/model/ApplicationUri.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 ApplicationUri extends BaseApplicationUri
18
-{
17
+class ApplicationUri extends BaseApplicationUri {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/ApplicationUriQuery.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 ApplicationUriQuery extends BaseApplicationUriQuery
18
-{
17
+class ApplicationUriQuery extends BaseApplicationUriQuery {
19 18
 
20 19
 } // ApplicationUriQuery
Please login to merge, or discard this patch.
src/model/Auth.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 Auth extends BaseAuth
18
-{
17
+class Auth extends BaseAuth {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/AuthQuery.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 AuthQuery extends BaseAuthQuery
18
-{
17
+class AuthQuery extends BaseAuthQuery {
19 18
 
20 19
 } // AuthQuery
Please login to merge, or discard this patch.
src/model/Country.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 Country extends BaseCountry
18
-{
17
+class Country extends BaseCountry {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/CountryQuery.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 CountryQuery extends BaseCountryQuery
18
-{
17
+class CountryQuery extends BaseCountryQuery {
19 18
 
20 19
 } // CountryQuery
Please login to merge, or discard this patch.
src/model/Currency.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 Currency extends BaseCurrency
18
-{
17
+class Currency extends BaseCurrency {
19 18
 
20 19
 }
Please login to merge, or discard this patch.
src/model/CurrencyQuery.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 CurrencyQuery extends BaseCurrencyQuery
18
-{
17
+class CurrencyQuery extends BaseCurrencyQuery {
19 18
 
20 19
 } // CurrencyQuery
Please login to merge, or discard this patch.
src/model/Group.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 Group extends BaseGroup
18
-{
17
+class Group extends BaseGroup {
19 18
 
20 19
 }
Please login to merge, or discard this patch.