Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-05-16 20:09:05 +00:00 committed by StyleCI Bot
parent 3c30bbf39c
commit e1bc813beb

View File

@ -12,7 +12,7 @@ If not, see <http://www.gnu.org/licenses/>.
*/
require 'vendor/autoload.php';
$settings = ["app_info" => ["api_id" => 6, "api_hash" => "eb06d4abfb49dc3eeb1aeb98ae0f581e"]];
$settings = ['app_info' => ['api_id' => 6, 'api_hash' => 'eb06d4abfb49dc3eeb1aeb98ae0f581e']];
try {
$MadelineProto = \danog\MadelineProto\Serialization::deserialize('bot.madeline');