<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Doctrine\\Common\\Annotations\\AnnotationException: [Semantical Error] in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Doctrine-Common-Annotations-AnnotationException-Semantical-Error/m-p/84115#M53036</link>
    <description>&lt;P&gt;there's a to-do here that might resolve this:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-php/blob/master/lib/net/authorize/util/SensitiveDataConfigType.php" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/blob/master/lib/net/authorize/util/SensitiveDataConfigType.php&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Sep 2022 17:47:01 GMT</pubDate>
    <dc:creator>cowebpost</dc:creator>
    <dc:date>2022-09-13T17:47:01Z</dc:date>
    <item>
      <title>Doctrine\\Common\\Annotations\\AnnotationException: [Semantical Error]</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Doctrine-Common-Annotations-AnnotationException-Semantical-Error/m-p/84112#M53033</link>
      <description>&lt;P&gt;Everything runs fine with PHP 7.4 but &lt;STRONG&gt;PHP 8 seems problematic.&amp;nbsp;&lt;/STRONG&gt;Here's my composer.json:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"require"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"php"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt;=5.6"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"ext-curl"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"*"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"authorizenet/authorizenet"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"2.0.2"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"require-dev"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"phpcompatibility/php-compatibility"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"*"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"prefer-stable"&lt;/SPAN&gt;&lt;SPAN&gt; : &lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"scripts"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"post-install-cmd"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;vendor/bin/phpcs&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt; --config-set installed_paths vendor/phpcompatibility/php-compatibility"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"post-update-cmd"&lt;/SPAN&gt;&lt;SPAN&gt; : &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt;vendor/bin/phpcs&lt;/SPAN&gt;&lt;SPAN&gt;\"&lt;/SPAN&gt;&lt;SPAN&gt; --config-set installed_paths vendor/phpcompatibility/php-compatibility"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;STRONG&gt;After upgrading my environment to PHP 8, I get the following error:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Doctrine\\Common\\Annotations\\AnnotationException: [Semantical Error] The annotation “@Type” in property net\\authorize\\util\\SensitiveDataConfigType::$sensitiveTags was never imported. Did you maybe forget to add a ‘use’ statement for this annotation? in Doctrine\\Common\\Annotations\\AnnotationException::semanticalError() 54 /mnt/www/html/ucsfp1sand/docroot/sites/controller.ucsf.edu/modules/custom/authorizenet_payroll_payments/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 16:31:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Doctrine-Common-Annotations-AnnotationException-Semantical-Error/m-p/84112#M53033</guid>
      <dc:creator>cowebpost</dc:creator>
      <dc:date>2022-09-13T16:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Doctrine\\Common\\Annotations\\AnnotationException: [Semantical Error]</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Doctrine-Common-Annotations-AnnotationException-Semantical-Error/m-p/84115#M53036</link>
      <description>&lt;P&gt;there's a to-do here that might resolve this:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-php/blob/master/lib/net/authorize/util/SensitiveDataConfigType.php" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/blob/master/lib/net/authorize/util/SensitiveDataConfigType.php&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 17:47:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Doctrine-Common-Annotations-AnnotationException-Semantical-Error/m-p/84115#M53036</guid>
      <dc:creator>cowebpost</dc:creator>
      <dc:date>2022-09-13T17:47:01Z</dc:date>
    </item>
  </channel>
</rss>

