Skip to content

Commit 4fe16c2

Browse files
fix typo in docblock (#31699)
1 parent fe8c7e1 commit 4fe16c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/View/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class Component
2626
protected static $methodCache = [];
2727

2828
/**
29-
* That properties / methods that should not be exposed to the component.
29+
* The properties / methods that should not be exposed to the component.
3030
*
3131
* @var array
3232
*/

0 commit comments

Comments
 (0)