Fix phpstan issues.

This commit is contained in:
James Cole
2022-10-30 14:34:36 +01:00
parent 1a7d60ccc8
commit c032ffd4f9
6 changed files with 13 additions and 3 deletions

View File

@@ -19,6 +19,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Api\V1\Controllers\Data;
use FireflyIII\Api\V1\Controllers\Controller;