Skip to content

Commit d37c9fa

Browse files
author
Wout Gevaert
committed
Fix capitalisation typo
1 parent 544841c commit d37c9fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Traits/PatternTraits/AssignablePatternTrait.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ public function addProperties($properties): self
9393
return $this;
9494
}
9595

96-
97-
private function MakeProperties(): void
96+
private function makeProperties(): void
9897
{
9998
if (!isset($this->properties)) {
10099
$this->properties = new Map();

0 commit comments

Comments
 (0)