Skip to content

Commit b42aad6

Browse files
committed
Remove __toString method
1 parent 259fb74 commit b42aad6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Http/Input.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,4 @@ public function filter($type)
5858
}
5959
return $this->value;
6060
}
61-
62-
/**
63-
* @return mixed
64-
*/
65-
public function __toString()
66-
{
67-
return $this->filterString();
68-
}
6961
}

0 commit comments

Comments
 (0)