|
@@ -13,7 +13,7 @@ discard block |
|
|
block discarded – undo |
|
13
|
13
|
* You should have received a copy of the GNU General Public License |
|
14
|
14
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
15
|
15
|
*/ |
|
16
|
|
-declare(strict_types=1); |
|
|
16
|
+declare(strict_types = 1); |
|
17
|
17
|
|
|
18
|
18
|
namespace Fisharebest\Webtrees\Http\Controllers; |
|
19
|
19
|
|
|
@@ -57,7 +57,7 @@ discard block |
|
|
block discarded – undo |
|
57
|
57
|
return new RedirectResponse(Html::url('admin_trees_manage.php', [])); |
|
58
|
58
|
} |
|
59
|
59
|
|
|
60
|
|
- return $this->viewResponse('errors/no-tree-access', [ 'title' => '' ]); |
|
|
60
|
+ return $this->viewResponse('errors/no-tree-access', ['title' => '']); |
|
61
|
61
|
} |
|
62
|
62
|
|
|
63
|
63
|
/** |
Please login to merge, or discard this patch.