mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
PHP coding conventions: reorder doxygen tags
See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#Doxygen_tags Change-Id: Ied27b09fd717fd469170dc842091732195b4046d
This commit is contained in:
parent
735e99935f
commit
720aff85b1
|
@ -43,8 +43,8 @@ class TemplateDataBlob {
|
|||
*
|
||||
* @param IDatabase $db
|
||||
* @param string $json
|
||||
* @throws Exception
|
||||
* @return TemplateDataBlob|TemplateDataCompressedBlob
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function newFromJSON( $db, $json ) {
|
||||
if ( $db->getType() === 'mysql' ) {
|
||||
|
|
Loading…
Reference in a new issue