Skip to content

Commit

Permalink
Apply fixes from StyleCI (#33861)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 13, 2020
1 parent f0572ff commit d30bc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/ComponentAttributeBag.php
Expand Up @@ -117,7 +117,7 @@ public function whereStartsWith($string)
return Str::startsWith($key, $string);
});
}

/**
* Return a bag of attributes with keys that do not start with the given value / pattern.
*
Expand Down

0 comments on commit d30bc52

Please sign in to comment.