chippyash/Simple-Accounts

View on GitHub
src/Chippyash/SAccounts/Transaction/Entries.php

Summary

Maintainability
A
0 mins
Test Coverage

Expected 1 space after FUNCTION keyword; 0 found
Open

        $balance = $this->reduce(function($carry, Entry $entry) {

The closing brace for the class must go on the next line after the body
Open

}

Multi-line function call not indented correctly; expected 12 spaces but found 8
Open

        },

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        $balance = $this->reduce(function($carry, Entry $entry) {

Expected 1 newline at end of file; 0 found
Open

}

There are no issues that match your filters.

Category
Status