Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with InstantiateNewClassesSniff
The following line would trigger issues with the InstantiateNewClassesSniff: $model = new JModelDatabase(new JRegistry, JFactory::getDbo()); This incorrectly finds the JFactory::getDbo() parenthesis and assumes they're there for the JRegistry call. This pull request adds the comma to the list of escape tokens to reset the call.
- Loading branch information