Open yegor256 opened 2 weeks ago
Earlier, the method Phi.take() was returning Attr interface. Currently, it returns Phi. Looks like we can safely remove the Attr and stay only with the Phi.
Phi.take()
Attr
Phi
Earlier, the method
Phi.take()
was returningAttr
interface. Currently, it returnsPhi
. Looks like we can safely remove theAttr
and stay only with thePhi
.