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

@@ -69,4 +69,4 @@ class AccountDestroyService
return true;
}
}
}

View File

@@ -44,4 +44,4 @@ class BillDestroyService
}
}
}
}

View File

@@ -62,4 +62,4 @@ class JournalDestroyService
return;
}
}
}

View File

@@ -394,4 +394,4 @@ trait AccountServiceTrait
return false;
}
}
}

View File

@@ -61,4 +61,4 @@ trait BillServiceTrait
return true;
}
}
}

View File

@@ -130,4 +130,4 @@ trait JournalServiceTrait
return;
}
}
}

View File

@@ -267,4 +267,4 @@ trait TransactionServiceTrait
}
}
}

View File

@@ -79,4 +79,4 @@ class AccountUpdateService
return $account;
}
}
}

View File

@@ -66,4 +66,4 @@ class BillUpdateService
return $bill;
}
}
}

View File

@@ -166,4 +166,4 @@ class JournalUpdateService
return $journal;
}
}
}

View File

@@ -159,4 +159,4 @@ class TransactionUpdateService
return $transaction;
}
}
}