Current File : //var/www/prestashop/modules/psxdesign/vendor/jetbrains/phpstorm-stubs/pspell/pspell_c.php
<?php

namespace PSpell;

/**
 * A fully opaque class which replaces a pspell resource as of PHP 8.1.0.
 * @since 8.1
 */
final class Dictionary {}

/**
 * A fully opaque class which replaces a pspell config resource as of PHP 8.1.0.
 * @since 8.1
 */
final class Config {}