Completed
Push — master ( b476a5...402091 )
by Thomas
05:02 queued 18s
created
src/model/ActionQuery.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 ActionQuery extends BaseActionQuery
18
-{
17
+class ActionQuery extends BaseActionQuery {
19 18
 
20 19
 } // ActionQuery
Please login to merge, or discard this patch.
src/model/ActivityObjectQuery.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 ActivityObjectQuery extends BaseActivityObjectQuery
18
-{
17
+class ActivityObjectQuery extends BaseActivityObjectQuery {
19 18
 
20 19
 } // ActivityObjectQuery
Please login to merge, or discard this patch.
src/model/ActivityQuery.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 ActivityQuery extends BaseActivityQuery
18
-{
17
+class ActivityQuery extends BaseActivityQuery {
19 18
 
20 19
 } // ActivityQuery
Please login to merge, or discard this patch.
src/model/ApiQuery.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 ApiQuery extends BaseApiQuery
18
-{
17
+class ApiQuery extends BaseApiQuery {
19 18
 
20 19
 } // ApiQuery
Please login to merge, or discard this patch.
src/model/ApplicationQuery.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 ApplicationQuery extends BaseApplicationQuery
18
-{
17
+class ApplicationQuery extends BaseApplicationQuery {
19 18
 
20 19
 } // ApplicationQuery
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/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/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/GroupAction.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 GroupAction extends BaseGroupAction
18
-{
17
+class GroupAction extends BaseGroupAction {
19 18
 
20 19
 }
Please login to merge, or discard this patch.