'/opt/jenkins/jobs/VuFindCode/workspace/src/VuFindCode/EAN.php-1573136951', 'data' => array ( '938ecedb1cb3b1da5731c438e7d4e8d3' => PHPStan\PhpDoc\NameScopedPhpDocString::__set_state(array( 'phpDocString' => '/** * EAN validation and checksumming functionality * * PHP version 7 * * Copyright (c) Demian Katz 2019. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * @category VuFind * @package Code * @author Demian Katz * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link https://vufind.org Main Page */', 'nameScope' => PHPStan\Analyser\NameScope::__set_state(array( 'namespace' => NULL, 'uses' => array ( ), 'className' => NULL, 'functionName' => NULL, 'templateTypeMap' => PHPStan\Type\Generic\TemplateTypeMap::__set_state(array( 'types' => array ( ), )), 'typeAliasesMap' => array ( ), 'bypassTypeAliases' => false, )), )), 'f6dad3f416fc878c6e9592de74ab7430' => PHPStan\PhpDoc\NameScopedPhpDocString::__set_state(array( 'phpDocString' => '/** * EAN Class * * This class provides EAN validation and checksumming functionality. * * @category VuFind * @package Code * @author Demian Katz * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link https://vufind.org Main Page */', 'nameScope' => PHPStan\Analyser\NameScope::__set_state(array( 'namespace' => 'VuFindCode', 'uses' => array ( ), 'className' => 'VuFindCode\\EAN', 'functionName' => NULL, 'templateTypeMap' => PHPStan\Type\Generic\TemplateTypeMap::__set_state(array( 'types' => array ( ), )), 'typeAliasesMap' => array ( ), 'bypassTypeAliases' => false, )), )), 'bd7d363989bc583d7f7b7467ec4fa5a9' => PHPStan\PhpDoc\NameScopedPhpDocString::__set_state(array( 'phpDocString' => '/** * Return the first sequence of at least 12 digits followed by an optional X. * These characters may be separated by any number of \'.\', \'-\', \'_\' and * whitespace characters; the separation characters are removed. * A lower x is converted to an upper X. * * @param string $raw EAN to clean up. * * @return string Normalized EAN. */', 'nameScope' => PHPStan\Analyser\NameScope::__set_state(array( 'namespace' => 'VuFindCode', 'uses' => array ( ), 'className' => 'VuFindCode\\EAN', 'functionName' => 'normalizeEAN', 'templateTypeMap' => PHPStan\Type\Generic\TemplateTypeMap::__set_state(array( 'types' => array ( ), )), 'typeAliasesMap' => array ( ), 'bypassTypeAliases' => false, )), )), '43ea56a7d9524200f2a84fe1b015c5e6' => PHPStan\PhpDoc\NameScopedPhpDocString::__set_state(array( 'phpDocString' => '/** * Given the first 12 digits of an EAN, generate the check digit. * * @param string $ean The first 12 digits of an EAN. * * @return string The check digit. */', 'nameScope' => PHPStan\Analyser\NameScope::__set_state(array( 'namespace' => 'VuFindCode', 'uses' => array ( ), 'className' => 'VuFindCode\\EAN', 'functionName' => 'getEAN13CheckDigit', 'templateTypeMap' => PHPStan\Type\Generic\TemplateTypeMap::__set_state(array( 'types' => array ( ), )), 'typeAliasesMap' => array ( ), 'bypassTypeAliases' => false, )), )), 'bd678de3ef8758adeaa901154aeddbb9' => PHPStan\PhpDoc\NameScopedPhpDocString::__set_state(array( 'phpDocString' => '/** * Is the provided EAN valid? * * @param string $ean The EAN to test. * * @return bool */', 'nameScope' => PHPStan\Analyser\NameScope::__set_state(array( 'namespace' => 'VuFindCode', 'uses' => array ( ), 'className' => 'VuFindCode\\EAN', 'functionName' => 'isValidEAN13', 'templateTypeMap' => PHPStan\Type\Generic\TemplateTypeMap::__set_state(array( 'types' => array ( ), )), 'typeAliasesMap' => array ( ), 'bypassTypeAliases' => false, )), )), ), ));