Sign in
apache
/
netbeans
/
3f277361c3bdd1d5120c7a7654e8acb61994283a
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
indent
/
issue222753_02.php.indented
blob: d35c25fbf5b5914bac7a9123580c9580b18e9825 [
file
] [
log
] [
blame
]
<?
php
class
A
{
public
function
getDataSource
(
Search
$search
=
null
)
{
$fluent
=
$this
^->
getBaseQuery
()->
omg
();
return
$fluent
->
toDatoDataSource
();
}
}
?>