benmatselby / atom-php-checkstyle

✅ [DEPRECATED] Checkstyle reporter for PHP, utilising phpcs, phpmd, php linter and php-cs-fixer
MIT License
21 stars 5 forks source link

Atom.Object.defineProperty.get is deprecated. #31

Closed gambledor closed 9 years ago

gambledor commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:55:11)
PhpCheckstyleStatusBarView.initialize (/Users/giuseppelobrutto/.atom/packages/php-checkstyle/lib/php-checkstyle-statusbar-view.coffee:15:22)
benmatselby commented 9 years ago

As per the Readme I'm no longer supporting this plugin as AtomLinter provides all of the functionality this plugin was offering. Apologies