3cf19d8656
This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/8wKwbZ).
13 lines
273 B
PHP
13 lines
273 B
PHP
<?php
|
|
/**
|
|
* @Author: printempw
|
|
* @Date: 2016-08-27 18:21:04
|
|
* @Last Modified by: printempw
|
|
* @Last Modified time: 2016-08-27 18:21:15
|
|
*/
|
|
if (Option::get('update_source') == 'github') {
|
|
Option::set('update_source', 'nyavm');
|
|
}
|
|
|
|
Option::set('version', '3.0.4');
|