@@ -190,7 +190,7 @@  | 
                                                    ||
| 190 | 190 | /**  | 
                                                        
| 191 | 191 | * Shows the albums and pictures the token gives access to  | 
                                                        
| 192 | 192 | *  | 
                                                        
| 193 | - * @param $token  | 
                                                        |
| 193 | + * @param string $token  | 
                                                        |
| 194 | 194 | *  | 
                                                        
| 195 | 195 | * @return TemplateResponse  | 
                                                        
| 196 | 196 | */  | 
                                                        
@@ -1,16 +1,16 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | /**  | 
                                                        
| 3 | - * ownCloud - galleryplus  | 
                                                        |
| 4 | - *  | 
                                                        |
| 5 | - * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | - * later. See the COPYING file.  | 
                                                        |
| 7 | - *  | 
                                                        |
| 8 | - * @author Robin Appelman <[email protected]>  | 
                                                        |
| 9 | - * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 10 | - *  | 
                                                        |
| 11 | - * @copyright Robin Appelman 2012-2015  | 
                                                        |
| 12 | - * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 13 | - */  | 
                                                        |
| 3 | + * ownCloud - galleryplus  | 
                                                        |
| 4 | + *  | 
                                                        |
| 5 | + * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | + * later. See the COPYING file.  | 
                                                        |
| 7 | + *  | 
                                                        |
| 8 | + * @author Robin Appelman <[email protected]>  | 
                                                        |
| 9 | + * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 10 | + *  | 
                                                        |
| 11 | + * @copyright Robin Appelman 2012-2015  | 
                                                        |
| 12 | + * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 13 | + */  | 
                                                        |
| 14 | 14 | |
| 15 | 15 | namespace OCA\GalleryPlus\Controller;  | 
                                                        
| 16 | 16 | |
@@ -97,7 +97,7 @@  | 
                                                    ||
| 97 | 97 | }  | 
                                                        
| 98 | 98 | |
| 99 | 99 | /**  | 
                                                        
| 100 | - * @param $depth  | 
                                                        |
| 100 | + * @param integer $depth  | 
                                                        |
| 101 | 101 | *  | 
                                                        
| 102 | 102 | * @return bool  | 
                                                        
| 103 | 103 | */  | 
                                                        
@@ -25,7 +25,7 @@  | 
                                                    ||
| 25 | 25 | */  | 
                                                        
| 26 | 26 |  $c->query('OCP\INavigationManager') | 
                                                        
| 27 | 27 | ->add(  | 
                                                        
| 28 | -	  function () use ($c, $appName) { | 
                                                        |
| 28 | +	  function() use ($c, $appName) { | 
                                                        |
| 29 | 29 |  		  $urlGenerator = $c->query('OCP\IURLGenerator'); | 
                                                        
| 30 | 30 |  		  $l10n = $c->query('OCP\IL10N'); | 
                                                        
| 31 | 31 | |
@@ -1,14 +1,14 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | /**  | 
                                                        
| 3 | - * owncloud - galleryplus  | 
                                                        |
| 4 | - *  | 
                                                        |
| 5 | - * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | - * later. See the COPYING file.  | 
                                                        |
| 7 | - *  | 
                                                        |
| 8 | - * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | - *  | 
                                                        |
| 10 | - * @copyright Olivier Paroz 2015  | 
                                                        |
| 11 | - */  | 
                                                        |
| 3 | + * owncloud - galleryplus  | 
                                                        |
| 4 | + *  | 
                                                        |
| 5 | + * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | + * later. See the COPYING file.  | 
                                                        |
| 7 | + *  | 
                                                        |
| 8 | + * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | + *  | 
                                                        |
| 10 | + * @copyright Olivier Paroz 2015  | 
                                                        |
| 11 | + */  | 
                                                        |
| 12 | 12 | |
| 13 | 13 | namespace OCA\GalleryPlus\Config;  | 
                                                        
| 14 | 14 | |
@@ -1,16 +1,16 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | /**  | 
                                                        
| 3 | - * ownCloud - galleryplus  | 
                                                        |
| 4 | - *  | 
                                                        |
| 5 | - * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | - * later. See the COPYING file.  | 
                                                        |
| 7 | - *  | 
                                                        |
| 8 | - * @author Bernhard Posselt <[email protected]>  | 
                                                        |
| 9 | - * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 10 | - *  | 
                                                        |
| 11 | - * @copyright Bernhard Posselt 2014-2015  | 
                                                        |
| 12 | - * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 13 | - */  | 
                                                        |
| 3 | + * ownCloud - galleryplus  | 
                                                        |
| 4 | + *  | 
                                                        |
| 5 | + * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | + * later. See the COPYING file.  | 
                                                        |
| 7 | + *  | 
                                                        |
| 8 | + * @author Bernhard Posselt <[email protected]>  | 
                                                        |
| 9 | + * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 10 | + *  | 
                                                        |
| 11 | + * @copyright Bernhard Posselt 2014-2015  | 
                                                        |
| 12 | + * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 13 | + */  | 
                                                        |
| 14 | 14 | |
| 15 | 15 | namespace OCA\GalleryPlus\Controller;  | 
                                                        
| 16 | 16 | |
@@ -1,14 +1,14 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | /**  | 
                                                        
| 3 | - * ownCloud - galleryplus  | 
                                                        |
| 4 | - *  | 
                                                        |
| 5 | - * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | - * later. See the COPYING file.  | 
                                                        |
| 7 | - *  | 
                                                        |
| 8 | - * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | - *  | 
                                                        |
| 10 | - * @copyright Olivier Paroz 2015  | 
                                                        |
| 11 | - */  | 
                                                        |
| 3 | + * ownCloud - galleryplus  | 
                                                        |
| 4 | + *  | 
                                                        |
| 5 | + * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | + * later. See the COPYING file.  | 
                                                        |
| 7 | + *  | 
                                                        |
| 8 | + * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | + *  | 
                                                        |
| 10 | + * @copyright Olivier Paroz 2015  | 
                                                        |
| 11 | + */  | 
                                                        |
| 12 | 12 | |
| 13 | 13 | namespace OCA\GalleryPlus\Service;  | 
                                                        
| 14 | 14 | |
@@ -1,14 +1,14 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | /**  | 
                                                        
| 3 | - * ownCloud - galleryplus  | 
                                                        |
| 4 | - *  | 
                                                        |
| 5 | - * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | - * later. See the COPYING file.  | 
                                                        |
| 7 | - *  | 
                                                        |
| 8 | - * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | - *  | 
                                                        |
| 10 | - * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 11 | - */  | 
                                                        |
| 3 | + * ownCloud - galleryplus  | 
                                                        |
| 4 | + *  | 
                                                        |
| 5 | + * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | + * later. See the COPYING file.  | 
                                                        |
| 7 | + *  | 
                                                        |
| 8 | + * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | + *  | 
                                                        |
| 10 | + * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 11 | + */  | 
                                                        |
| 12 | 12 | |
| 13 | 13 | namespace OCA\GalleryPlus\Service;  | 
                                                        
| 14 | 14 | |
@@ -1,14 +1,14 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | /**  | 
                                                        
| 3 | - * ownCloud - galleryplus  | 
                                                        |
| 4 | - *  | 
                                                        |
| 5 | - * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | - * later. See the COPYING file.  | 
                                                        |
| 7 | - *  | 
                                                        |
| 8 | - * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | - *  | 
                                                        |
| 10 | - * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 11 | - */  | 
                                                        |
| 3 | + * ownCloud - galleryplus  | 
                                                        |
| 4 | + *  | 
                                                        |
| 5 | + * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | + * later. See the COPYING file.  | 
                                                        |
| 7 | + *  | 
                                                        |
| 8 | + * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | + *  | 
                                                        |
| 10 | + * @copyright Olivier Paroz 2014-2015  | 
                                                        |
| 11 | + */  | 
                                                        |
| 12 | 12 | |
| 13 | 13 | namespace OCA\GalleryPlus\Service;  | 
                                                        
| 14 | 14 | |
@@ -1,14 +1,14 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | /**  | 
                                                        
| 3 | - * ownCloud - galleryplus  | 
                                                        |
| 4 | - *  | 
                                                        |
| 5 | - * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | - * later. See the COPYING file.  | 
                                                        |
| 7 | - *  | 
                                                        |
| 8 | - * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | - *  | 
                                                        |
| 10 | - * @copyright Olivier Paroz 2015  | 
                                                        |
| 11 | - */  | 
                                                        |
| 3 | + * ownCloud - galleryplus  | 
                                                        |
| 4 | + *  | 
                                                        |
| 5 | + * This file is licensed under the Affero General Public License version 3 or  | 
                                                        |
| 6 | + * later. See the COPYING file.  | 
                                                        |
| 7 | + *  | 
                                                        |
| 8 | + * @author Olivier Paroz <[email protected]>  | 
                                                        |
| 9 | + *  | 
                                                        |
| 10 | + * @copyright Olivier Paroz 2015  | 
                                                        |
| 11 | + */  | 
                                                        |
| 12 | 12 | |
| 13 | 13 | namespace OCA\GalleryPlus\Service;  | 
                                                        
| 14 | 14 | |