Skip to content

Commit e24abb3

Browse files
committed
typo fix
1 parent d0e3902 commit e24abb3

File tree

12 files changed

+3
-335
lines changed

12 files changed

+3
-335
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- travis_retry composer install --no-interaction --prefer-source --dev
1414
script:
1515
- ./vendor/bin/phpcs --standard=PSR2 src
16-
- ./vendor/bin/phpcs --standard=PSR2 demos
16+
- ./vendor/bin/phpcs --standard=PSR2 examples
1717
- ./vendor/bin/phpcs --standard=PSR2 tests
1818
- ./vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover tests/Qiniu/Tests/
1919
after_script:

autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
1+
<?php
22

3-
$path = __DIR__ . DIRECTORY_SEPARATOR . 'src';
3+
$path = __DIR__ . DIRECTORY_SEPARATOR . 'src';
44
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
55

66
spl_autoload_extensions('.php');

demos/bucket_mgr.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

demos/callback.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

demos/download_token.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

demos/fetch.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

demos/list_file.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

demos/mkzip.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

demos/pfop.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

demos/php-logo.png

-63.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)