@@ -94,15 +94,13 @@ discard block |
||
94 | 94 | if ($_sKey == 'container') |
95 | 95 | { |
96 | 96 | $this->{$_sKey} = new ContainerEntity($_mValue); |
97 | - } |
|
98 | - else |
|
97 | + } else |
|
99 | 98 | { |
100 | 99 | $this->{$_sKey} = $_mValue; |
101 | 100 | } |
102 | 101 | } |
103 | 102 | } |
104 | - } |
|
105 | - else |
|
103 | + } else |
|
106 | 104 | { |
107 | 105 | throw new \InvalidArgumentException(sprintf('Argument 1 passed to "%s" must be an array or object', __METHOD__)); |
108 | 106 | } |
@@ -150,8 +148,7 @@ discard block |
||
150 | 148 | if (!empty($this->schedule)) |
151 | 149 | { |
152 | 150 | unset($_aReturn['parents']); |
153 | - } |
|
154 | - else |
|
151 | + } else |
|
155 | 152 | { |
156 | 153 | unset($_aReturn['schedule']); |
157 | 154 | unset($_aReturn['scheduleTimeZone']); |
@@ -26,23 +26,20 @@ |
||
26 | 26 | if ($_sKey == 'type') |
27 | 27 | { |
28 | 28 | $this->{$_sKey} = strtolower($_mValue); |
29 | - } |
|
30 | - elseif ($_sKey == 'volumes') |
|
29 | + } elseif ($_sKey == 'volumes') |
|
31 | 30 | { |
32 | 31 | foreach ($_mValue as $_mValueVolume) |
33 | 32 | { |
34 | 33 | $_oVolume = new ContainerVolumeEntity($_mValueVolume); |
35 | 34 | $this->volumes[] = $_oVolume; |
36 | 35 | } |
37 | - } |
|
38 | - else |
|
36 | + } else |
|
39 | 37 | { |
40 | 38 | $this->{$_sKey} = $_mValue; |
41 | 39 | } |
42 | 40 | } |
43 | 41 | } |
44 | - } |
|
45 | - else |
|
42 | + } else |
|
46 | 43 | { |
47 | 44 | throw new \InvalidArgumentException(sprintf('Argument 1 passed to "%s" must be an array or object', __METHOD__)); |
48 | 45 | } |
@@ -49,8 +49,7 @@ |
||
49 | 49 | if (JobUtils::isWildcard($aJobNames)) |
50 | 50 | { |
51 | 51 | $_oJobIndexService->resetJobIndex(); |
52 | - } |
|
53 | - else |
|
52 | + } else |
|
54 | 53 | { |
55 | 54 | $_oJobIndexService->removeJobs($aJobNames); |
56 | 55 | } |