Commit da5fb0c3 authored by Gabriel Caruso's avatar Gabriel Caruso Committed by Jeremy Mikola

Simplify return statement

parent ecfa979a
......@@ -992,10 +992,6 @@ class Collection
$out = (array) $out;
if (key($out) === 'inline') {
return true;
}
return false;
return key($out) === 'inline';
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment