We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -1710,7 +1710,8 @@ |
||
| 1710 | 1710 | * |
| 1711 | 1711 | * @return bool true if variable is set and not empty, false otherwise |
| 1712 | 1712 | */ |
| 1713 | - public function __isset($var) { |
|
| 1713 | + public function __isset($var) |
|
| 1714 | + { |
|
| 1714 | 1715 | return !empty($this->__get($var)); |
| 1715 | 1716 | } |
| 1716 | 1717 | |
@@ -1710,7 +1710,8 @@ |
||
| 1710 | 1710 | * |
| 1711 | 1711 | * @return bool true if variable is set and not empty, false otherwise |
| 1712 | 1712 | */ |
| 1713 | - public function __isset($var) { |
|
| 1713 | + public function __isset($var) |
|
| 1714 | + { |
|
| 1714 | 1715 | return !empty($this->__get($var)); |
| 1715 | 1716 | } |
| 1716 | 1717 | |
@@ -1710,7 +1710,8 @@ |
||
| 1710 | 1710 | * |
| 1711 | 1711 | * @return bool true if variable is set and not empty, false otherwise |
| 1712 | 1712 | */ |
| 1713 | - public function __isset($var) { |
|
| 1713 | + public function __isset($var) |
|
| 1714 | + { |
|
| 1714 | 1715 | return !empty($this->__get($var)); |
| 1715 | 1716 | } |
| 1716 | 1717 | |
@@ -10,12 +10,12 @@ |
||
| 10 | 10 | * LICENSE.txt file that was distributed with this source code. |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * Commands to be executed by TYPO3, where the key of the array |
|
| 15 | - * is the name of the command (to be called as the first argument after "typo3"). |
|
| 16 | - * Required parameter is the "class" of the command which needs to be a subclass |
|
| 17 | - * of \Symfony\Component\Console\Command\Command. |
|
| 18 | - */ |
|
| 13 | + /** |
|
| 14 | + * Commands to be executed by TYPO3, where the key of the array |
|
| 15 | + * is the name of the command (to be called as the first argument after "typo3"). |
|
| 16 | + * Required parameter is the "class" of the command which needs to be a subclass |
|
| 17 | + * of \Symfony\Component\Console\Command\Command. |
|
| 18 | + */ |
|
| 19 | 19 | return [ |
| 20 | 20 | 'kitodo:index' => [ |
| 21 | 21 | 'class' => Kitodo\Dlf\Command\IndexCommand::class |