Skip to content

Commit

Permalink
Apply fixes from StyleCI (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Apr 21, 2019
1 parent a2e733e commit 046e162
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/const.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the overtrue/pinyin.
*
* (c) overtrue <i@overtrue.me>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

define('PINYIN_DEFAULT', 4096);
define('PINYIN_TONE', 2);
define('PINYIN_NO_TONE', 4);
Expand Down

0 comments on commit 046e162

Please sign in to comment.