Skip to content

Commit 3f60d3a

Browse files
committed
Rename Operation::getAttributes() method to be more descriptive
1 parent 481265d commit 3f60d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operations/Operation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __call($name, $arguments): self
5858
*
5959
* @return array
6060
*/
61-
protected function getAttributes(array $properties, $skipIfNull = false): array
61+
protected function getPropertiesAsAttributes(array $properties, $skipIfNull = false): array
6262
{
6363
$attributes = [];
6464

0 commit comments

Comments
 (0)