Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin crash in atom editor while trying to write $object = $object->orderBy($order)->; #406

Open
aravindSRM-India opened this issue Sep 14, 2019 · 0 comments

Comments

@aravindSRM-India
Copy link

$object = $object->orderBy($order);

When I try to add '->' to extend query (i.e, $object->orderBy($order)->) plugin crashes with atom.

This behavior is strange and will not occur when I try to write '>' back array and then '-' to write '->'

System: Ubuntu 18.04,
Platform: atom snap --classic version 1.40.1
Framework: Yii2
PHP version Details :

PHP 7.3.9-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Sep  2 2019 12:54:24) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.9, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.9-1+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies

This problem also occurs when I try to scroll that page.

@aravindSRM-India aravindSRM-India changed the title plugin crash in atom editor while trying to write $students = $students->orderBy($order)->; plugin crash in atom editor while trying to write $object = $object->orderBy($order)->; Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant