コード例 #1
0
ファイル: TokenTest.php プロジェクト: icehawk/forms
 public function equals(IdentifiesFormRequestSource $other) : bool
 {
     return $other->toString() == $this->toString();
 }