Shirayuki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/80387


Change subject: Use the long PHP tag
......................................................................

Use the long PHP tag

For consistency

Change-Id: I960bc21547b4cf9c421b4d2834f567ebee3cbd02
---
M SocialLogin.alias.php
M SocialLogin.body.php
M SocialLogin.i18n.php
M SocialLogin.php
M plugins/facebook.com.php
M plugins/google.com.php
M plugins/odnoklassniki.ru.php
M plugins/twitter.com.php
M plugins/vk.com.php
9 files changed, 9 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SocialLogin 
refs/changes/87/80387/1

diff --git a/SocialLogin.alias.php b/SocialLogin.alias.php
index 1c0b032..7ef732a 100644
--- a/SocialLogin.alias.php
+++ b/SocialLogin.alias.php
@@ -1,4 +1,4 @@
-<?
+<?php
 $aliases = array();
 /** English */
 $aliases['en'] = array(
diff --git a/SocialLogin.body.php b/SocialLogin.body.php
index db3d638..1b7fc69 100644
--- a/SocialLogin.body.php
+++ b/SocialLogin.body.php
@@ -1,4 +1,4 @@
-<?
+<?php
 interface SocialLoginPlugin {
        public static function login( $code );
        public static function check( $id, $access_token );
diff --git a/SocialLogin.i18n.php b/SocialLogin.i18n.php
index 15ac53c..15dc5e6 100644
--- a/SocialLogin.i18n.php
+++ b/SocialLogin.i18n.php
@@ -1,4 +1,4 @@
-<?
+<?php
 $messages = array();
 $messages['en'] = array( 
        'sl' => 'Social Login',
diff --git a/SocialLogin.php b/SocialLogin.php
index 5fbe207..25bdee4 100644
--- a/SocialLogin.php
+++ b/SocialLogin.php
@@ -1,4 +1,4 @@
-<?
+<?php
 if (!defined('MEDIAWIKI')) die('Not an entry point.');
 $wgExtensionCredits['specialpage'][] = array(
         'name' => 'SocialLogin',
diff --git a/plugins/facebook.com.php b/plugins/facebook.com.php
index 20f6ae3..08ccc5c 100644
--- a/plugins/facebook.com.php
+++ b/plugins/facebook.com.php
@@ -1,4 +1,4 @@
-<?
+<?php
 class facebook_com implements SocialLoginPlugin {
        public static function login( $code ) {
                global $wgFacebookSecret, $wgFacebookAppId;
diff --git a/plugins/google.com.php b/plugins/google.com.php
index 402fa4c..062cf15 100644
--- a/plugins/google.com.php
+++ b/plugins/google.com.php
@@ -1,4 +1,4 @@
-<?
+<?php
 class google_com implements SocialLoginPlugin {
        public static function login( $code ) {
                global $wgGoogleSecret, $wgGoogleAppId;
diff --git a/plugins/odnoklassniki.ru.php b/plugins/odnoklassniki.ru.php
index 2635a72..660046c 100644
--- a/plugins/odnoklassniki.ru.php
+++ b/plugins/odnoklassniki.ru.php
@@ -1,4 +1,4 @@
-<?
+<?php
 class odnoklassniki_ru implements SocialLoginPlugin {
        public static function login( $code ) {
                global $wgOdnoklassnikiSecret, $wgOdnoklassnikiAppId, 
$wgOdnoklassnikiPublic;
diff --git a/plugins/twitter.com.php b/plugins/twitter.com.php
index 71d383e..09e1827 100644
--- a/plugins/twitter.com.php
+++ b/plugins/twitter.com.php
@@ -1,4 +1,4 @@
-<?
+<?php
 class twitter_com implements SocialLoginPlugin {
        public static function login( $code ) {
                global $wgTwitterSecret, $wgTwitterAppId;
diff --git a/plugins/vk.com.php b/plugins/vk.com.php
index d6449c5..9357c26 100644
--- a/plugins/vk.com.php
+++ b/plugins/vk.com.php
@@ -1,4 +1,4 @@
-<?
+<?php
 class vk_com implements SocialLoginPlugin {
        public static function login( $code ) {
                global $wgVkSecret, $wgVkAppId;

-- 
To view, visit https://gerrit.wikimedia.org/r/80387
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I960bc21547b4cf9c421b4d2834f567ebee3cbd02
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SocialLogin
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to