Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
doMatches example
return
$this
->
doAdditionalFailureDescription
(
$other
)
;
}
protected
function
failureDescription
(
$other
)
: string
{
return
$this
->
doFailureDescription
(
$other
)
;
}
protected
function
matches
(
$other
)
: bool
{
return
$this
->
doMatches
(
$other
)
;
}
}
return
$this
->
doAdditionalFailureDescription
(
$other
)
;
}
protected
function
failureDescription
(
$other
)
: string
{
return
$this
->
doFailureDescription
(
$other
)
;
}
protected
function
matches
(
$other
)
: bool
{
return
$this
->
doMatches
(
$other
)
;
}
}
return
$this
->exporter;
}
protected
function
failureDescription
(
$other
)
: string
{
return
$this
->
doFailureDescription
(
$other
)
;
}
protected
function
matches
(
$other
)
: bool
{
return
$this
->
doMatches
(
$other
)
;
}
}