phcbf autofixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 12:38:27 +00:00
parent 486d386489
commit 7290393f2a
2 changed files with 6 additions and 5 deletions

View File

@ -26,7 +26,8 @@ use phpOMS\Stdlib\Base\FloatInt;
* @link https://jingga.app
* @since 1.0.0
*/
class Expense {
class Expense
{
public int $id = 0;
public Account $from;