X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FCdbCompat.php;h=0074cc96b07752298336e0429d6509443626f178;hb=b51076a84446d157bed511246450e70d26e0f945;hp=0c00b39e0ef57f1104b0cb451b877ecb3bb3562c;hpb=f6062511ecd7f8c565bf2f08c08874fc4bfe72e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CdbCompat.php b/includes/CdbCompat.php index 0c00b39e0e..0074cc96b0 100644 --- a/includes/CdbCompat.php +++ b/includes/CdbCompat.php @@ -29,14 +29,17 @@ /** * @deprecated since 1.25 */ -abstract class CdbReader extends \Cdb\Reader {} +abstract class CdbReader extends \Cdb\Reader { +} /** * @deprecated since 1.25 */ -abstract class CdbWriter extends \Cdb\Writer {} +abstract class CdbWriter extends \Cdb\Writer { +} /** * @deprecated since 1.25 */ -class CdbException extends \Cdb\Exception {} +class CdbException extends \Cdb\Exception { +}