Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and StyleCIBot committed Oct 8, 2021
1 parent b25f211 commit c7278f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/Concerns/ManagesLoops.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trait ManagesLoops
public function addLoop($data)
{
$length = is_countable($data) && ! $data instanceof LazyCollection
? count($data)
? count($data)
: null;

$parent = Arr::last($this->loopsStack);
Expand Down

0 comments on commit c7278f1

Please sign in to comment.