diff options
| author | Greg Roach <fisharebest@gmail.com> | 2019-01-03 11:41:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-03 11:41:57 +0000 |
| commit | e25bd67c07af0e81531294f4aa01295b09735dc3 (patch) | |
| tree | 166a01fb52cbeb127e1c622ea482a75239547107 /app | |
| parent | 94026f200c17dcfccf296678dc90ea88b14f6246 (diff) | |
| download | webtrees-e25bd67c07af0e81531294f4aa01295b09735dc3.tar.gz webtrees-e25bd67c07af0e81531294f4aa01295b09735dc3.tar.bz2 webtrees-e25bd67c07af0e81531294f4aa01295b09735dc3.zip | |
Apply fixes from StyleCI (#2087)
Diffstat (limited to 'app')
| -rw-r--r-- | app/Tree.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Tree.php b/app/Tree.php index 4fb8399446..5f03ff3fb1 100644 --- a/app/Tree.php +++ b/app/Tree.php @@ -638,7 +638,7 @@ class Tree ->orderBy('n') ->orderBy('len') ->orderBy('xref') - ->chunk(100, function(Collection $rows) use ($stream, &$buffer): void { + ->chunk(100, function (Collection $rows) use ($stream, &$buffer): void { foreach ($rows as $row) { $buffer .= FunctionsExport::reformatRecord($row->gedcom); if (strlen($buffer) > 65535) { |
