Skip to content

Commit d30bc52

Browse files
authored
Apply fixes from StyleCI (#33861)
1 parent f0572ff commit d30bc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/View/ComponentAttributeBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function whereStartsWith($string)
117117
return Str::startsWith($key, $string);
118118
});
119119
}
120-
120+
121121
/**
122122
* Return a bag of attributes with keys that do not start with the given value / pattern.
123123
*

0 commit comments

Comments
 (0)