@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | * @param InputInterface $input |
| 185 | 185 | * @param OutputInterface $output |
| 186 | 186 | * @param Tenant $tenant |
| 187 | - * @param $themeDir |
|
| 187 | + * @param string $themeDir |
|
| 188 | 188 | * @param $themeName |
| 189 | 189 | */ |
| 190 | 190 | protected function writeConfigFile(InputInterface $input, OutputInterface $output, Tenant $tenant, $themeDir, $themeName) |
@@ -239,7 +239,6 @@ discard block |
||
| 239 | 239 | /** |
| 240 | 240 | * @param InputInterface $input An InputInterface instance |
| 241 | 241 | * @param OutputInterface $output An OutputInterface instance |
| 242 | - * @param array $keys |
|
| 243 | 242 | */ |
| 244 | 243 | protected function getValuesFromUser(InputInterface $input, OutputInterface $output, array $keysAndDefaults) |
| 245 | 244 | { |
@@ -284,7 +283,7 @@ discard block |
||
| 284 | 283 | |
| 285 | 284 | /** |
| 286 | 285 | * @param Filesystem $filesystem |
| 287 | - * @param $baseDir |
|
| 286 | + * @param string $baseDir |
|
| 288 | 287 | * @param $fileName |
| 289 | 288 | * |
| 290 | 289 | * @return string |
@@ -20,6 +20,7 @@ |
||
| 20 | 20 | { |
| 21 | 21 | /** |
| 22 | 22 | * @param string $name |
| 23 | + * @return void |
|
| 23 | 24 | */ |
| 24 | 25 | public function setName($name); |
| 25 | 26 | |
@@ -144,7 +144,7 @@ |
||
| 144 | 144 | * @param $subdomain |
| 145 | 145 | * @param $name |
| 146 | 146 | * @param $disabled |
| 147 | - * @param $organization |
|
| 147 | + * @param OrganizationInterface $organization |
|
| 148 | 148 | * |
| 149 | 149 | * @return TenantInterface |
| 150 | 150 | */ |
@@ -171,6 +171,9 @@ |
||
| 171 | 171 | return; |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | + /** |
|
| 175 | + * @param string $identifier |
|
| 176 | + */ |
|
| 174 | 177 | private function getQueryString($identifier, $parameters) |
| 175 | 178 | { |
| 176 | 179 | $queryStr = sprintf("SELECT * FROM [nt:unstructured] as S WHERE S.phpcr:class='SWP\Bundle\ContentBundle\Doctrine\ODM\PHPCR\Article' AND S.route=%s AND S.status=published", $identifier); |