mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 20:34:51 +00:00
Remove the vendor directory in .gitignore as these dependencies are needed for php-imap
This commit is contained in:
6
plugins/php-imap/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php
vendored
Normal file
6
plugins/php-imap/vendor/nikic/php-parser/lib/PhpParser/ConstExprEvaluationException.php
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace PhpParser;
|
||||
|
||||
class ConstExprEvaluationException extends \Exception {
|
||||
}
|
||||
Reference in New Issue
Block a user