We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9d943 commit b1cb65cCopy full SHA for b1cb65c
src/Providers/Api/Gist.php
@@ -26,7 +26,7 @@ public function run()
26
*/
27
public function getType()
28
{
29
- if (!empty($this->getCode())) {
+ if ($this->getCode() !== null) {
30
return 'rich';
31
}
32
0 commit comments