Fix PHP docs formatting issue

This commit is contained in:
Olly Betts 2022-01-16 12:35:41 +13:00
commit 0fbf23a77b

View file

@ -746,7 +746,10 @@ class Ko {
};
</pre></div>
would be executed in PHP as,
<p>
would be executed in PHP as
</p>
<div class="code"><pre>
Ko::threats();
</pre></div>