@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * @param $params |
| 23 | 23 | * @param \Doctrine\ODM\MongoDB\Query\Builder $queryBuilder |
| 24 | 24 | * |
| 25 | - * @return mixed |
|
| 25 | + * @return \Doctrine\ODM\MongoDB\Query\Builder |
|
| 26 | 26 | */ |
| 27 | 27 | public function createQuery($params, $queryBuilder) |
| 28 | 28 | { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 6 | - * @license MIT |
|
| 7 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 6 | + * @license MIT |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Organizations\Entity; |
| 10 | 10 | |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | * @see \Core\Repository\Filter\AbstractPaginationQuery::createQuery() |
| 52 | 52 | * @param $params |
| 53 | 53 | * @param \Doctrine\ODM\MongoDB\Query\Builder $queryBuilder |
| 54 | - * @return mixed |
|
| 54 | + * @return \Doctrine\ODM\MongoDB\Query\Builder |
|
| 55 | 55 | */ |
| 56 | 56 | public function createQuery($params, $queryBuilder) |
| 57 | 57 | { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 6 | - * @license MIT |
|
| 7 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 6 | + * @license MIT |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Organizations\Entity; |
| 10 | 10 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @copyright (c] 2013-2016 Cross Solution (http://cross-solution.de] |
|
| 7 | - * @author cbleek |
|
| 8 | - * @license MIT |
|
| 9 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @copyright (c] 2013-2016 Cross Solution (http://cross-solution.de] |
|
| 7 | + * @author cbleek |
|
| 8 | + * @license MIT |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | return [ 'router' => [ |
| 12 | 12 | 'routes' => [ |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * @license MIT |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -return [ 'router' => [ |
|
| 11 | +return ['router' => [ |
|
| 12 | 12 | 'routes' => [ |
| 13 | 13 | 'lang' => [ |
| 14 | 14 | 'child_routes' => [ |
@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * Configuration file of the Auth module |
|
| 5 | - * |
|
| 6 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | - * @license MIT |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * Configuration file of the Auth module |
|
| 5 | + * |
|
| 6 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | + * @license MIT |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | return array( |
| 11 | 11 | |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | 'route/lang/my-password' |
| 204 | 204 | ), |
| 205 | 205 | 'deny' => array( |
| 206 | - // 'route/lang/auth', |
|
| 206 | + // 'route/lang/auth', |
|
| 207 | 207 | 'route/auth-provider', |
| 208 | 208 | 'route/auth-extern', |
| 209 | 209 | 'route/lang/forgot-password', |
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | 'factories' => array( |
| 280 | 280 | 'auth' => '\Auth\Factory\View\Helper\AuthFactory', |
| 281 | 281 | 'acl' => '\Acl\Factory\View\Helper\AclFactory', |
| 282 | - ), |
|
| 282 | + ), |
|
| 283 | 283 | ), |
| 284 | 284 | |
| 285 | 285 | 'form_elements' => array( |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | - * @license MIT |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | + * @license MIT |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** SettingsEntityResolverFactory.php */ |
| 11 | 11 | namespace Settings\Repository; |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * YAWIK |
|
| 4 | - * |
|
| 5 | - * @filesource |
|
| 6 | - * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | - * @license MIT |
|
| 8 | - */ |
|
| 3 | + * YAWIK |
|
| 4 | + * |
|
| 5 | + * @filesource |
|
| 6 | + * @copyright (c) 2013 - 2016 Cross Solution (http://cross-solution.de) |
|
| 7 | + * @license MIT |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | namespace Organizations\Factory\Controller; |
| 11 | 11 | |