Skip to content

Commit 0e88856

Browse files
committed
Remove unused Gravity::createFromParameters()
1 parent 3448283 commit 0e88856

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ReferenceClasses/Gravity.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ class Gravity
3737
*/
3838
private $value;
3939

40-
public static function createFromParameters(string $gravity): string
41-
{
42-
return $gravity;
43-
}
44-
4540
public function __construct(string $gravity)
4641
{
4742
$this->value = $gravity;

0 commit comments

Comments
 (0)