@@ -140,6 +140,6 @@ |
||
140 | 140 | } |
141 | 141 | |
142 | 142 | $class = static::class; |
143 | - throw new RuntimeException("Entity \"${class}\" does not have a setter for property \"${name}\". Please add ${setMethod}()."); |
|
143 | + throw new RuntimeException("Entity \"${class}\" does not have a setter for property \"${name}\". Please add ${setmethod}()."); |
|
144 | 144 | } |
145 | 145 | } |
@@ -47,8 +47,8 @@ |
||
47 | 47 | { |
48 | 48 | switch ($oldVersion) { |
49 | 49 | case '2.4.0': // shipped with Core-1.4.3 |
50 | - $this->setVar('mailwarning', (bool)$this->getVar('mailwarning')); |
|
51 | - $this->setVar('hideclosed', (bool)$this->getVar('hideclosed')); |
|
50 | + $this->setVar('mailwarning', (bool) $this->getVar('mailwarning')); |
|
51 | + $this->setVar('hideclosed', (bool) $this->getVar('hideclosed')); |
|
52 | 52 | $this->setVar('hidePrivate', false); |
53 | 53 | // no break |
54 | 54 | case '2.4.1': |
@@ -93,7 +93,7 @@ |
||
93 | 93 | { |
94 | 94 | switch ($oldVersion) { |
95 | 95 | case '2.9.11': // shipped with Core-1.4.3 |
96 | - $this->setSystemVar('UseCompression', (bool)$this->getSystemVar('UseCompression')); |
|
96 | + $this->setSystemVar('UseCompression', (bool) $this->getSystemVar('UseCompression')); |
|
97 | 97 | // no break |
98 | 98 | case '2.9.12': // shipped with Core-1.4.4 |
99 | 99 | // reconfigure TZ settings |