Kevin Nowaczyk
Kevin Nowaczyk
Alternatively, instead of changing the tokenization and prototype, would it be easier to add something to the comment to force NaturalDocs to know there's a parent interface. I imagine there...
Some of the “method not found” errors originate from prophecy objects. I installed jangregor/phpstan-prophecy and phpstan/extension-installer, but then get the error: ``` - /home/travis/build/Beakerboy/drupal-project/vendor/phpstan/phpstan-deprecation-rules/rules.neon - /home/travis/build/Beakerboy/drupal-project/vendor/mglaman/phpstan-drupal/extension.neon It can lead to...
It looks like many of the errors are due to limitations in the way the core doc blocks are used. The function Connection::schema() will always return a child of \Drupal\Core\Database\Schema,...
If you have any advice on how to start figuring this out, I don’t mind doing it. I’m just completely unfamiliar with phpstan and it’s extensions.
I’ve been pulling from the git repository to make sure the pre-release changes are not going to affect the database interaction. If the test suite is run against an actual...
I just removed them and phpstan gives the same errors
If you have a Drupal project that is of type “general” you can use the GitLab CI infrastructure. I have a project called DrupalSqlsrvCI that I use to test sqlsrv...
I know this is a year old, but drush does not work with MS SQL Server. The drush team has a lot of customized code to get Oracle to install....
Would this be the same feature as using an annotation to ensure children are covered? Let's say I create a class with an abstract method. I create tests for this...
I’ve been having the same issue. I was hoping adding wall=no would help, but it does not.