mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 04:46:44 +00:00
Add newlines and strict type declarations.
This commit is contained in:
@@ -112,4 +112,4 @@ class InstallController extends Controller
|
|||||||
return response()->json(['OK']);
|
return response()->json(['OK']);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace FireflyIII\Http\Middleware;
|
namespace FireflyIII\Http\Middleware;
|
||||||
|
|
||||||
|
@@ -684,4 +684,4 @@ class BunqRoutine implements RoutineInterface
|
|||||||
{
|
{
|
||||||
$this->repository->setStatus($this->job, $status);
|
$this->repository->setStatus($this->job, $status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -30,4 +30,4 @@ namespace FireflyIII\Services\Bunq\Object;
|
|||||||
class LabelMonetaryAccount extends BunqObject
|
class LabelMonetaryAccount extends BunqObject
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -67,4 +67,4 @@ class Payment extends BunqObject
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -92,4 +92,4 @@ class ListPaymentRequest extends BunqRequest
|
|||||||
{
|
{
|
||||||
$this->userId = $userId;
|
$this->userId = $userId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
@@ -17,4 +18,4 @@ return [
|
|||||||
|
|
||||||
'driver' => 'bcrypt',
|
'driver' => 'bcrypt',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@@ -94,4 +94,4 @@ return [
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user