You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
$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 :
This problem also occurs when I try to scroll that page.
The text was updated successfully, but these errors were encountered: