Add newlines and strict types

This commit is contained in:
James Cole
2018-03-05 19:35:58 +01:00
parent 0d72fcdf02
commit a97bfc92e1
100 changed files with 112 additions and 89 deletions

View File

@@ -168,4 +168,4 @@ class AccountFactory
}
}
}

View File

@@ -40,4 +40,4 @@ class AccountMetaFactory
return AccountMeta::create($data);
}
}
}

View File

@@ -134,4 +134,4 @@ class BillFactory
$this->user = $user;
}
}
}

View File

@@ -97,4 +97,4 @@ class BudgetFactory
$this->user = $user;
}
}
}

View File

@@ -106,4 +106,4 @@ class CategoryFactory
$this->user = $user;
}
}
}

View File

@@ -85,4 +85,4 @@ class PiggyBankEventFactory
return $event;
}
}
}

View File

@@ -97,4 +97,4 @@ class PiggyBankFactory
}
}
}

View File

@@ -99,4 +99,4 @@ class TagFactory
$this->user = $user;
}
}
}

View File

@@ -64,4 +64,4 @@ class TransactionCurrencyFactory
}
}
}

View File

@@ -145,4 +145,4 @@ class TransactionFactory
}
}
}

View File

@@ -151,4 +151,4 @@ class TransactionJournalFactory
return $transactionType;
}
}
}

View File

@@ -69,4 +69,4 @@ class TransactionJournalMetaFactory
return $entry;
}
}
}

View File

@@ -41,4 +41,4 @@ class TransactionTypeFactory
return TransactionType::whereType(ucfirst($type))->first();
}
}
}