X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FExternalEdit.php;h=11e942308c2b491c73cb431bf26814c8f6519a18;hb=893ff1ed77d6f0f3deba85ba240a74e16ed8cd02;hp=346832538c657ae8f9637d3382df8fbf0f86982a;hpb=73737df4a4b96e4bfacfa5eae13a7926ba917502;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ExternalEdit.php b/includes/ExternalEdit.php index 346832538c..11e942308c 100644 --- a/includes/ExternalEdit.php +++ b/includes/ExternalEdit.php @@ -40,7 +40,7 @@ class ExternalEdit extends ContextSource { * Check whether external edit or diff should be used. * * @param $context IContextSource context to use - * @param $type String can be either 'edit' or 'diff' + * @param string $type can be either 'edit' or 'diff' * @return Bool */ public static function useExternalEngine( IContextSource $context, $type ) { @@ -87,7 +87,7 @@ class ExternalEdit extends ContextSource { 'URL' => $image->getCanonicalURL() ) ); - } else{ + } else { $urls = array(); } } else {