PHP Classes

File: vendor/mongodb/mongodb/.phpcs/autoload.php

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/.phpcs/autoload.php   Download  
File: vendor/mongodb/mongodb/.phpcs/autoload.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 644 bytes
 

Contents

Class file image Download
<?php

// Since doctrine/coding-standard requires PHP 7, we can't add it as a dependency
// yet. This autoload file adds more information to the phpcs error message,
// telling the user how they can fix the error presented to them by phpcs.
if (! file_exists(__DIR__ . '/../vendor/doctrine/coding-standard')) {
    echo <<<ERRORMESSAGE
==============================================================================
ERROR: Doctrine coding standard is not installed. To rectify this, please run:
composer require --dev doctrine/coding-standard=^6.0
==============================================================================


ERRORMESSAGE;
}