Skip to content

Commit 46e76fe

Browse files
committed
inheritance...
1 parent 8ccefd9 commit 46e76fe

2 files changed

Lines changed: 5 additions & 19 deletions

File tree

src/Keboola/Console/Command/OrganizationsAddFeature.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,7 @@
1010

1111
class OrganizationsAddFeature extends ProjectsAddFeature
1212
{
13-
const string ARG_FEATURE = 'feature';
1413
const string ARG_ORGANIZATIONS = 'organizations';
15-
const string ARG_URL = 'url';
16-
const string ARG_TOKEN = 'token';
17-
const string OPT_FORCE = 'force';
18-
19-
protected int $maintainersChecked = 0;
20-
21-
protected int $orgsChecked = 0;
22-
23-
protected int $projectsDisabled = 0;
24-
25-
protected int $projectsWithFeature = 0;
26-
27-
protected int $projectsUpdated = 0;
2814

2915
protected function configure(): void
3016
{

src/Keboola/Console/Command/ProjectsAddFeature.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
class ProjectsAddFeature extends Command
1313
{
14-
const ARG_FEATURE = 'feature';
15-
const ARG_PROJECTS = 'projects';
16-
const ARG_URL = 'url';
17-
const ARG_TOKEN = 'token';
18-
const OPT_FORCE = 'force';
14+
const string ARG_FEATURE = 'feature';
15+
const string ARG_PROJECTS = 'projects';
16+
const string ARG_URL = 'url';
17+
const string ARG_TOKEN = 'token';
18+
const string OPT_FORCE = 'force';
1919

2020
protected int $maintainersChecked = 0;
2121

0 commit comments

Comments
 (0)