Skip to content

Commit

Permalink
Fix protected variable in generator
Browse files Browse the repository at this point in the history
use updated PluginChecker
  • Loading branch information
jasonw4331 committed Jun 13, 2018
1 parent 72280a9 commit e8cdf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
- echo "extension=pthreads.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- mkdir "$TRAVIS_BUILD_DIR"/../PocketMine && cd "$TRAVIS_BUILD_DIR"/../PocketMine
- wget -O PocketMine-MP.phar "${1:-"https://jenkins.pmmp.io/job/PocketMine-MP/lastSuccessfulBuild/artifact/PocketMine-MP.phar"}"
- mkdir plugins && wget -O plugins/PluginChecker.phar https://github.com/jasonwynn10/MyPlot/releases/download/1.1.9/PluginChecker_v1.0.1.phar
- mkdir plugins && wget -O plugins/PluginChecker.phar https://github.com/jasonwynn10/MyPlot/releases/download/1.1.9/PluginChecker_v1.0.2.phar
- mkdir unstaged
- wget -O - https://poggit.pmmp.io/res/travisPluginTest.php | php -- unstaged

Expand Down
2 changes: 1 addition & 1 deletion src/MyPlot/MyPlotGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class MyPlotGenerator extends Generator {
/** @var ChunkManager $level */
private $level;
protected $level;
/** @var string[] $settings */
private $settings;
/** @var Block */
Expand Down

0 comments on commit e8cdf4c

Please sign in to comment.