Add newlines [skip ci]

This commit is contained in:
James Cole
2017-07-07 08:09:42 +02:00
parent dd508dbc49
commit 71a41bc00d
58 changed files with 94 additions and 96 deletions

View File

@@ -53,4 +53,4 @@ class AmountFilter implements FilterInterface
}
);
}
}
}

View File

@@ -31,4 +31,4 @@ class EmptyFilter implements FilterInterface
{
return $set;
}
}
}

View File

@@ -23,4 +23,4 @@ interface FilterInterface
*/
public function filter(Collection $set): Collection;
}
}

View File

@@ -70,4 +70,4 @@ class InternalTransferFilter implements FilterInterface
}
}
}

View File

@@ -44,4 +44,4 @@ class NegativeAmountFilter implements FilterInterface
}
);
}
}
}

View File

@@ -60,4 +60,4 @@ class OpposingAccountFilter implements FilterInterface
}
);
}
}
}

View File

@@ -47,4 +47,4 @@ class PositiveAmountFilter implements FilterInterface
}
);
}
}
}

View File

@@ -55,4 +55,4 @@ class TransferFilter implements FilterInterface
return $new;
}
}
}

View File

@@ -196,4 +196,4 @@ class PopupReport implements PopupReportInterface
return $journals;
}
}
}

View File

@@ -80,4 +80,4 @@ interface PopupReportInterface
* @return Collection
*/
public function byIncome(Account $account, array $attributes): Collection;
}
}