Declare strict type.

This commit is contained in:
James Cole
2016-02-05 12:08:25 +01:00
parent 0bad227548
commit 8f7f263a48
258 changed files with 267 additions and 67 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Auth;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Auth;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* ExportController.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* RuleController.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* ExportFormRequest.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* RuleFormRequest.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
/**
* RuleGroupFormRequest.php
* Copyright (C) 2016 Sander Dorigo

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Requests;
use Auth;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
use Carbon\Carbon;
use DaveJamesMiller\Breadcrumbs\Generator as BreadCrumbGenerator;
use FireflyIII\Models\Account;

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);
// auth routes, i think
Route::group(