We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98e96d commit fa4b4bfCopy full SHA for fa4b4bf
src/Traits/ConfigurableTrait.php
@@ -13,7 +13,7 @@ trait ConfigurableTrait
13
*
14
* @return $this
15
*/
16
- public function configurable(array $attributes, $exceptOnMiss = true)
+ public function configurable(array $attributes, ?bool $exceptOnMiss = true)
17
{
18
foreach ($attributes as $key => $value) {
19
if ($exceptOnMiss && !property_exists($this, $key)) {
0 commit comments