Skip to content

Instantly share code, notes, and snippets.

@MathijsvanVelde
Created July 5, 2023 09:04
Show Gist options
  • Save MathijsvanVelde/c19685d7cf0840dcb35d5d7ac79fabb4 to your computer and use it in GitHub Desktop.
Save MathijsvanVelde/c19685d7cf0840dcb35d5d7ac79fabb4 to your computer and use it in GitHub Desktop.
BunkSDK PhpStorm Code Inspection results
This file has been truncated, but you can view the full file.
<problems>
<problem>
<file>file://$PROJECT_DIR$/src/Context/ApiContext.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Context\ApiContext" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>class ApiContext</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Context/ApiContext.php</file>
<line>92</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Context\ApiContext __construct" />
<language>PHP</language>
<offset>4</offset>
<length>30</length>
<highlighted_element>private function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/AnchorObjectInterface.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\AnchorObjectInterface" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>interface AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 11 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/BunqModel.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\BunqModel" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>abstract class BunqModel implements JsonSerializable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 251 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/DeviceServerInternal.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\DeviceServerInternal" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class DeviceServerInternal extends DeviceServer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/Id.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\Id" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Id extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/Installation.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\Installation" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class Installation extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/Installation.php</file>
<line>50</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Core\Installation __construct" />
<language>PHP</language>
<offset>4</offset>
<length>59</length>
<highlighted_element>public function __construct(string $clientPublicKey = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/NotificationFilterUrlMonetaryAccountInternal.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\NotificationFilterUrlMonetaryAccountInternal" />
<language>PHP</language>
<offset>0</offset>
<length>95</length>
<highlighted_element>class NotificationFilterUrlMonetaryAccountInternal extends NotificationFilterUrlMonetaryAccount</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/OauthAccessToken.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\OauthAccessToken" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class OauthAccessToken extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/OauthAccessToken.php</file>
<line>60</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Core\OauthAccessToken __construct" />
<language>PHP</language>
<offset>4</offset>
<length>31</length>
<highlighted_element>protected function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/OauthAuthorizationUri.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\OauthAuthorizationUri" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class OauthAuthorizationUri extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/OauthAuthorizationUri.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Core\OauthAuthorizationUri __construct" />
<language>PHP</language>
<offset>4</offset>
<length>49</length>
<highlighted_element>protected function __construct($authorizationUri)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/PaymentServiceProviderCredentialInternal.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\PaymentServiceProviderCredentialInternal" />
<language>PHP</language>
<offset>0</offset>
<length>87</length>
<highlighted_element>class PaymentServiceProviderCredentialInternal extends PaymentServiceProviderCredential</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/SandboxUserInternal.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\SandboxUserInternal" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class SandboxUserInternal extends SandboxUserPerson</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/ServerPublicKey.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\ServerPublicKey" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class ServerPublicKey extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/ServerPublicKey.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Core\ServerPublicKey __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct($serverPublicKey = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/SessionServer.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\SessionServer" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class SessionServer extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/Token.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\Token" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Token extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/Token.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Core\Token __construct" />
<language>PHP</language>
<offset>4</offset>
<length>49</length>
<highlighted_element>public function __construct(string $token = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Core/Uuid.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Core\Uuid" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class Uuid extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AdditionalTransactionInformationCategory.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AdditionalTransactionInformationCategory" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>class AdditionalTransactionInformationCategory extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AdditionalTransactionInformationCategoryUserDefined.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AdditionalTransactionInformationCategoryUserDefined" />
<language>PHP</language>
<offset>0</offset>
<length>75</length>
<highlighted_element>class AdditionalTransactionInformationCategoryUserDefined extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AdditionalTransactionInformationCategoryUserDefined.php</file>
<line>74</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\AdditionalTransactionInformationCategoryUserDefined __construct" />
<language>PHP</language>
<offset>4</offset>
<length>144</length>
<highlighted_element>public function __construct(string $status, string $category = null, string $description = null, ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AttachmentConversationContent.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AttachmentConversationContent" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class AttachmentConversationContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AttachmentMonetaryAccount.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AttachmentMonetaryAccount" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class AttachmentMonetaryAccount extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AttachmentMonetaryAccountContent.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AttachmentMonetaryAccountContent" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>class AttachmentMonetaryAccountContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AttachmentPublic.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AttachmentPublic" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class AttachmentPublic extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AttachmentPublicContent.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AttachmentPublicContent" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class AttachmentPublicContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AttachmentUser.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AttachmentUser" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class AttachmentUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/AttachmentUserContent.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\AttachmentUserContent" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class AttachmentUserContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Avatar.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Avatar" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Avatar extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Avatar.php</file>
<line>66</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\Avatar __construct" />
<language>PHP</language>
<offset>4</offset>
<length>58</length>
<highlighted_element>public function __construct(string $attachmentPublicUuid)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BankSwitchServiceNetherlandsIncoming.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BankSwitchServiceNetherlandsIncoming" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>class BankSwitchServiceNetherlandsIncoming extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BankSwitchServiceNetherlandsIncoming.php</file>
<line>121</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\BankSwitchServiceNetherlandsIncoming __construct" />
<language>PHP</language>
<offset>4</offset>
<length>97</length>
<highlighted_element>public function __construct(Pointer $alias, Pointer $counterpartyAlias, string $status = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BankSwitchServiceNetherlandsIncomingPayment.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BankSwitchServiceNetherlandsIncomingPayment" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>class BankSwitchServiceNetherlandsIncomingPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BillingContractSubscription.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BillingContractSubscription" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class BillingContractSubscription extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BillingContractSubscription.php</file>
<line>118</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\BillingContractSubscription __construct" />
<language>PHP</language>
<offset>4</offset>
<length>54</length>
<highlighted_element>public function __construct(string $subscriptionType)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BirdeeInvestmentPortfolio.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BirdeeInvestmentPortfolio" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class BirdeeInvestmentPortfolio extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BirdeeInvestmentPortfolio.php</file>
<line>121</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\BirdeeInvestmentPortfolio __construct" />
<language>PHP</language>
<offset>4</offset>
<length>146</length>
<highlighted_element>public function __construct(string $riskProfileType, string $investmentTheme, string $name = null...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BirdeeInvestmentPortfolioBalance.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BirdeeInvestmentPortfolioBalance" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>class BirdeeInvestmentPortfolioBalance extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BirdeePortfolioAllocation.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BirdeePortfolioAllocation" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class BirdeePortfolioAllocation extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeFundraiserProfile.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeFundraiserProfile" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class BunqMeFundraiserProfile extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeFundraiserProfile.php</file>
<line>109</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeFundraiserProfile __construct" />
<language>PHP</language>
<offset>4</offset>
<length>46</length>
<highlighted_element>public function __construct(Pointer $pointer)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeFundraiserProfileUser.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeFundraiserProfileUser" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class BunqMeFundraiserProfileUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeFundraiserProfileUser.php</file>
<line>186</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeFundraiserProfileUser __construct" />
<language>PHP</language>
<offset>4</offset>
<length>207</length>
<highlighted_element>public function __construct(int $monetaryAccountId, string $description, Pointer $pointer, string...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeFundraiserResult.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeFundraiserResult" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class BunqMeFundraiserResult extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeTab.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeTab" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class BunqMeTab extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeTab.php</file>
<line>146</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeTab __construct" />
<language>PHP</language>
<offset>4</offset>
<length>84</length>
<highlighted_element>public function __construct(BunqMeTabEntry $bunqmeTabEntry, string $status = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeTabEntry.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeTabEntry" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class BunqMeTabEntry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeTabEntry.php</file>
<line>113</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeTabEntry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>103</length>
<highlighted_element>public function __construct(Amount $amountInquired, string $description, string $redirectUrl = nu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeTabResultInquiry.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeTabResultInquiry" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class BunqMeTabResultInquiry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/BunqMeTabResultResponse.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\BunqMeTabResultResponse" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class BunqMeTabResultResponse extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Card.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Card" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class Card extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Card.php</file>
<line>335</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\Card __construct" />
<language>PHP</language>
<offset>4</offset>
<length>340</length>
<highlighted_element>public function __construct(string $pinCode = null, string $activationCode = null, string $status...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardBatch.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CardBatch" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class CardBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardBatch.php</file>
<line>50</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CardBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(array $cards)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardBatchReplace.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CardBatchReplace" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class CardBatchReplace extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardBatchReplace.php</file>
<line>50</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CardBatchReplace __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(array $cards)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardCredit.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CardCredit" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class CardCredit extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardCredit.php</file>
<line>307</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CardCredit __construct" />
<language>PHP</language>
<offset>4</offset>
<length>270</length>
<highlighted_element>public function __construct(string $secondLine, string $nameOnCard, string $type, string $produc...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardDebit.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CardDebit" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class CardDebit extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardDebit.php</file>
<line>287</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CardDebit __construct" />
<language>PHP</language>
<offset>4</offset>
<length>270</length>
<highlighted_element>public function __construct(string $secondLine, string $nameOnCard, string $type, string $produc...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardGeneratedCvc2.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CardGeneratedCvc2" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class CardGeneratedCvc2 extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardGeneratedCvc2.php</file>
<line>94</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CardGeneratedCvc2 __construct" />
<language>PHP</language>
<offset>4</offset>
<length>49</length>
<highlighted_element>public function __construct(string $type = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardName.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CardName" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class CardName extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardReplace.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CardReplace" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class CardReplace extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CardReplace.php</file>
<line>80</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CardReplace __construct" />
<language>PHP</language>
<offset>4</offset>
<length>154</length>
<highlighted_element>public function __construct(string $nameOnCard = null, string $preferredNameOnCard = null, array ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CertificatePinned.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CertificatePinned" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class CertificatePinned extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CertificatePinned.php</file>
<line>63</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CertificatePinned __construct" />
<language>PHP</language>
<offset>4</offset>
<length>53</length>
<highlighted_element>public function __construct(array $certificateChain)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ChatMessage.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ChatMessage" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class ChatMessage extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Company.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Company" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Company extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Company.php</file>
<line>157</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\Company __construct" />
<language>PHP</language>
<offset>4</offset>
<length>341</length>
<highlighted_element>public function __construct(string $name, Address $addressMain, Address $addressPostal, string $...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ConfirmationOfFunds.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ConfirmationOfFunds" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class ConfirmationOfFunds extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ConfirmationOfFunds.php</file>
<line>60</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ConfirmationOfFunds __construct" />
<language>PHP</language>
<offset>4</offset>
<length>67</length>
<highlighted_element>public function __construct(Pointer $pointerIban, Amount $amount)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyCloudBeneficiary.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyCloudBeneficiary" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class CurrencyCloudBeneficiary extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyCloudBeneficiary.php</file>
<line>139</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyCloudBeneficiary __construct" />
<language>PHP</language>
<offset>4</offset>
<length>145</length>
<highlighted_element>public function __construct(string $name, string $country, string $currency, string $paymentType...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyCloudBeneficiaryRequirement.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyCloudBeneficiaryRequirement" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>class CurrencyCloudBeneficiaryRequirement extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyCloudPaymentQuote.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyCloudPaymentQuote" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class CurrencyCloudPaymentQuote extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyCloudPaymentQuote.php</file>
<line>45</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyCloudPaymentQuote __construct" />
<language>PHP</language>
<offset>4</offset>
<length>45</length>
<highlighted_element>public function __construct(array $pointers)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyConversion.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyConversion" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class CurrencyConversion extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyConversionQuote.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyConversionQuote" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class CurrencyConversionQuote extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CurrencyConversionQuote.php</file>
<line>149</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\CurrencyConversionQuote __construct" />
<language>PHP</language>
<offset>4</offset>
<length>174</length>
<highlighted_element>public function __construct(Amount $amount, string $currencySource, string $currencyTarget, Point...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Customer.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Customer" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Customer extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Customer.php</file>
<line>74</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\Customer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>108</length>
<highlighted_element>public function __construct(string $billingAccountId = null, string $invoiceNotificationPreference...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/CustomerLimit.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\CustomerLimit" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class CustomerLimit extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Device.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Device" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>class Device extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/DraftPayment.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\DraftPayment" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class DraftPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/DraftPayment.php</file>
<line>168</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\DraftPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>169</length>
<highlighted_element>public function __construct(array $entries, int $numberOfRequiredAccepts, string $status = null, ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Event.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Event" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Event extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportAnnualOverview.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportAnnualOverview" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class ExportAnnualOverview extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportAnnualOverview.php</file>
<line>82</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ExportAnnualOverview __construct" />
<language>PHP</language>
<offset>4</offset>
<length>39</length>
<highlighted_element>public function __construct(int $year)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportAnnualOverviewContent.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportAnnualOverviewContent" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class ExportAnnualOverviewContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportRib.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportRib" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class ExportRib extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportRibContent.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportRibContent" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class ExportRibContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatement.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatement" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class ExportStatement extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatement.php</file>
<line>158</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatement __construct" />
<language>PHP</language>
<offset>4</offset>
<length>156</length>
<highlighted_element>public function __construct(string $statementFormat, string $dateStart, string $dateEnd, string ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementCard.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementCard" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class ExportStatementCard extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementCardContent.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementCardContent" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class ExportStatementCardContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementCardCsv.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementCardCsv" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class ExportStatementCardCsv extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementCardCsv.php</file>
<line>121</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementCardCsv __construct" />
<language>PHP</language>
<offset>4</offset>
<length>90</length>
<highlighted_element>public function __construct(string $dateStart, string $dateEnd, string $regionalFormat)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementCardPdf.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementCardPdf" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class ExportStatementCardPdf extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementCardPdf.php</file>
<line>102</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementCardPdf __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(string $dateStart, string $dateEnd)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementContent.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementContent" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class ExportStatementContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementPayment.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementPayment" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class ExportStatementPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ExportStatementPaymentContent.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ExportStatementPaymentContent" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class ExportStatementPaymentContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/FeatureAnnouncement.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\FeatureAnnouncement" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class FeatureAnnouncement extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/IdealMerchantTransaction.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\IdealMerchantTransaction" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class IdealMerchantTransaction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/IdealMerchantTransaction.php</file>
<line>146</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\IdealMerchantTransaction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>70</length>
<highlighted_element>public function __construct(Amount $amountRequested, string $issuer)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Insight.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Insight" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Insight extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/InsightEvent.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\InsightEvent" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class InsightEvent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/InsightPreferenceDate.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\InsightPreferenceDate" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class InsightPreferenceDate extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/InsightPreferenceDate.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\InsightPreferenceDate __construct" />
<language>PHP</language>
<offset>4</offset>
<length>45</length>
<highlighted_element>public function __construct(int $dayOfMonth)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/InstallationServerPublicKey.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\InstallationServerPublicKey" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class InstallationServerPublicKey extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Invoice.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Invoice" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Invoice extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Invoice.php</file>
<line>193</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\Invoice __construct" />
<language>PHP</language>
<offset>4</offset>
<length>88</length>
<highlighted_element>public function __construct(string $status, string $description, string $externalUrl)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/InvoiceByUser.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\InvoiceByUser" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class InvoiceByUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/InvoiceExportPdfContent.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\InvoiceExportPdfContent" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class InvoiceExportPdfContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MasterCardAction.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MasterCardAction" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class MasterCardAction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MasterCardActionRefund.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MasterCardActionRefund" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class MasterCardActionRefund extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MasterCardActionRefund.php</file>
<line>250</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MasterCardActionRefund __construct" />
<language>PHP</language>
<offset>4</offset>
<length>215</length>
<highlighted_element>public function __construct(string $type, string $subType, Amount $amount, string $category = nu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MasterCardIdentityCheckChallengeRequestUser.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MasterCardIdentityCheckChallengeRequestUser" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>class MasterCardIdentityCheckChallengeRequestUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MasterCardIdentityCheckChallengeRequestUser.php</file>
<line>88</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MasterCardIdentityCheckChallengeRequestUser __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(string $status)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MasterCardPayment.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MasterCardPayment" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class MasterCardPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccount.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccount" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>class MonetaryAccount extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountBank.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountBank" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class MonetaryAccountBank extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountBank.php</file>
<line>331</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountBank __construct" />
<language>PHP</language>
<offset>4</offset>
<length>340</length>
<highlighted_element>public function __construct(string $currency, string $description = null, Amount $dailyLimit = nu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountExternal.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountExternal" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class MonetaryAccountExternal extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountExternal.php</file>
<line>330</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountExternal __construct" />
<language>PHP</language>
<offset>4</offset>
<length>329</length>
<highlighted_element>public function __construct(string $currency, string $service, string $description = null, Amount...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountInvestment.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountInvestment" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class MonetaryAccountInvestment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountInvestment.php</file>
<line>315</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountInvestment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>392</length>
<highlighted_element>public function __construct(string $currency, string $provider, string $description = null, Amoun...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountJoint.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountJoint" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class MonetaryAccountJoint extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountJoint.php</file>
<line>338</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountJoint __construct" />
<language>PHP</language>
<offset>4</offset>
<length>356</length>
<highlighted_element>public function __construct(string $currency, array $allCoOwner, string $description = null, Amou...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountLight.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountLight" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class MonetaryAccountLight extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountLight.php</file>
<line>312</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountLight __construct" />
<language>PHP</language>
<offset>4</offset>
<length>282</length>
<highlighted_element>public function __construct(string $currency, string $description = null, Amount $dailyLimit = nu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountProfile.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountProfile" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class MonetaryAccountProfile extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountProfile.php</file>
<line>56</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountProfile __construct" />
<language>PHP</language>
<offset>4</offset>
<length>127</length>
<highlighted_element>public function __construct(MonetaryAccountProfileFill $profileFill = null, MonetaryAccountProfileD...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountSavings.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountSavings" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class MonetaryAccountSavings extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/MonetaryAccountSavings.php</file>
<line>346</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\MonetaryAccountSavings __construct" />
<language>PHP</language>
<offset>4</offset>
<length>338</length>
<highlighted_element>public function __construct(string $currency, string $description = null, Amount $dailyLimit = nu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment" />
<language>PHP</language>
<offset>0</offset>
<length>81</length>
<highlighted_element>class NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentBankSwitchServiceNetherlandsIncomingPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentBunqMeFundraiserResult.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentBunqMeFundraiserResult" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>class NoteAttachmentBunqMeFundraiserResult extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentBunqMeFundraiserResult.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentBunqMeFundraiserResult __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentDraftPayment.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentDraftPayment" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class NoteAttachmentDraftPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentDraftPayment.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentDraftPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentIdealMerchantTransaction.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentIdealMerchantTransaction" />
<language>PHP</language>
<offset>0</offset>
<length>62</length>
<highlighted_element>class NoteAttachmentIdealMerchantTransaction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentIdealMerchantTransaction.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentIdealMerchantTransaction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentMasterCardAction.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentMasterCardAction" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>class NoteAttachmentMasterCardAction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentMasterCardAction.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentMasterCardAction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentPayment.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentPayment" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class NoteAttachmentPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentPayment.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentPaymentBatch.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentPaymentBatch" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class NoteAttachmentPaymentBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentPaymentBatch.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentPaymentBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiry.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentRequestInquiry" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>class NoteAttachmentRequestInquiry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiry.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentRequestInquiry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiryBatch.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentRequestInquiryBatch" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class NoteAttachmentRequestInquiryBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentRequestInquiryBatch.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentRequestInquiryBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentRequestResponse.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentRequestResponse" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class NoteAttachmentRequestResponse extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentRequestResponse.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentRequestResponse __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentScheduleInstance.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentScheduleInstance" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>class NoteAttachmentScheduleInstance extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentScheduleInstance.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentScheduleInstance __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentSchedulePayment.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentSchedulePayment" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class NoteAttachmentSchedulePayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentSchedulePayment.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentSchedulePayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentSchedulePaymentBatch.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentSchedulePaymentBatch" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>class NoteAttachmentSchedulePaymentBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentSchedulePaymentBatch.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentSchedulePaymentBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentSofortMerchantTransaction.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentSofortMerchantTransaction" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>class NoteAttachmentSofortMerchantTransaction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentSofortMerchantTransaction.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentSofortMerchantTransaction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentWhitelistResult.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentWhitelistResult" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class NoteAttachmentWhitelistResult extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteAttachmentWhitelistResult.php</file>
<line>99</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteAttachmentWhitelistResult __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(int $attachmentId, string $description = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextBankSwitchServiceNetherlandsIncomingPayment.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextBankSwitchServiceNetherlandsIncomingPayment" />
<language>PHP</language>
<offset>0</offset>
<length>75</length>
<highlighted_element>class NoteTextBankSwitchServiceNetherlandsIncomingPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextBankSwitchServiceNetherlandsIncomingPayment.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextBankSwitchServiceNetherlandsIncomingPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextBunqMeFundraiserResult.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextBunqMeFundraiserResult" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>class NoteTextBunqMeFundraiserResult extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextBunqMeFundraiserResult.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextBunqMeFundraiserResult __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextDraftPayment.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextDraftPayment" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class NoteTextDraftPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextDraftPayment.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextDraftPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextIdealMerchantTransaction.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextIdealMerchantTransaction" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>class NoteTextIdealMerchantTransaction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextIdealMerchantTransaction.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextIdealMerchantTransaction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextMasterCardAction.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextMasterCardAction" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class NoteTextMasterCardAction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextMasterCardAction.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextMasterCardAction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextPayment.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextPayment" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class NoteTextPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextPayment.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextPaymentBatch.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextPaymentBatch" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class NoteTextPaymentBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextPaymentBatch.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextPaymentBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextRequestInquiry.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextRequestInquiry" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class NoteTextRequestInquiry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextRequestInquiry.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextRequestInquiry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextRequestInquiryBatch.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextRequestInquiryBatch" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class NoteTextRequestInquiryBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextRequestInquiryBatch.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextRequestInquiryBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextRequestResponse.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextRequestResponse" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class NoteTextRequestResponse extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextRequestResponse.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextRequestResponse __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextScheduleInstance.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextScheduleInstance" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class NoteTextScheduleInstance extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextScheduleInstance.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextScheduleInstance __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextSchedulePayment.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextSchedulePayment" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class NoteTextSchedulePayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextSchedulePayment.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextSchedulePayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextSchedulePaymentBatch.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextSchedulePaymentBatch" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>class NoteTextSchedulePaymentBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextSchedulePaymentBatch.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextSchedulePaymentBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextSofortMerchantTransaction.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextSofortMerchantTransaction" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class NoteTextSofortMerchantTransaction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextSofortMerchantTransaction.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextSofortMerchantTransaction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextWhitelistResult" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class NoteTextWhitelistResult extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NoteTextWhitelistResult.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NoteTextWhitelistResult __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $content = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterEmail.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterEmail" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class NotificationFilterEmail extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterEmail.php</file>
<line>54</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterEmail __construct" />
<language>PHP</language>
<offset>4</offset>
<length>63</length>
<highlighted_element>public function __construct(array $notificationFilters = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterFailure.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterFailure" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class NotificationFilterFailure extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterFailure.php</file>
<line>72</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterFailure __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(string $notificationFilterFailedIds)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterPush.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterPush" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class NotificationFilterPush extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterPush.php</file>
<line>54</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterPush __construct" />
<language>PHP</language>
<offset>4</offset>
<length>63</length>
<highlighted_element>public function __construct(array $notificationFilters = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterUrl.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterUrl" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class NotificationFilterUrl extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/NotificationFilterUrl.php</file>
<line>53</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\NotificationFilterUrl __construct" />
<language>PHP</language>
<offset>4</offset>
<length>63</length>
<highlighted_element>public function __construct(array $notificationFilters = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/OauthCallbackUrl.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\OauthCallbackUrl" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class OauthCallbackUrl extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/OauthCallbackUrl.php</file>
<line>52</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\OauthCallbackUrl __construct" />
<language>PHP</language>
<offset>4</offset>
<length>41</length>
<highlighted_element>public function __construct(string $url)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/OauthClient.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\OauthClient" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class OauthClient extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/OauthClient.php</file>
<line>89</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\OauthClient __construct" />
<language>PHP</language>
<offset>4</offset>
<length>51</length>
<highlighted_element>public function __construct(string $status = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentAutoAllocate.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PaymentAutoAllocate" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class PaymentAutoAllocate extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentAutoAllocate.php</file>
<line>117</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\PaymentAutoAllocate __construct" />
<language>PHP</language>
<offset>4</offset>
<length>79</length>
<highlighted_element>public function __construct(int $paymentId, string $type, array $definition)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentAutoAllocateDefinition.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PaymentAutoAllocateDefinition" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class PaymentAutoAllocateDefinition extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentAutoAllocateDefinition.php</file>
<line>130</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\PaymentAutoAllocateDefinition __construct" />
<language>PHP</language>
<offset>4</offset>
<length>142</length>
<highlighted_element>public function __construct(string $type, Pointer $counterpartyAlias, string $description, Amount...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentAutoAllocateInstance.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PaymentAutoAllocateInstance" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class PaymentAutoAllocateInstance extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentAutoAllocateUser.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PaymentAutoAllocateUser" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>class PaymentAutoAllocateUser extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentBatch.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PaymentBatch" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class PaymentBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentBatch.php</file>
<line>54</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\PaymentBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>45</length>
<highlighted_element>public function __construct(array $payments)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentServiceProviderDraftPayment.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PaymentServiceProviderDraftPayment" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>class PaymentServiceProviderDraftPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentServiceProviderDraftPayment.php</file>
<line>130</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\PaymentServiceProviderDraftPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>193</length>
<highlighted_element>public function __construct(string $senderIban, string $counterpartyIban, string $counterpartyNam...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentServiceProviderIssuerTransaction.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PaymentServiceProviderIssuerTransaction" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>class PaymentServiceProviderIssuerTransaction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PaymentServiceProviderIssuerTransaction.php</file>
<line>175</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\PaymentServiceProviderIssuerTransaction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>169</length>
<highlighted_element>public function __construct(Pointer $counterpartyAlias, Amount $amount, string $description, stri...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PermittedIp.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PermittedIp" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class PermittedIp extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PermittedIp.php</file>
<line>74</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\PermittedIp __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct(string $ip, string $status = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/PlacePhotoLookupContent.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\PlacePhotoLookupContent" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class PlacePhotoLookupContent extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RegistryMembership.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RegistryMembership" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class RegistryMembership extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RegistryMembership.php</file>
<line>154</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\RegistryMembership __construct" />
<language>PHP</language>
<offset>4</offset>
<length>164</length>
<highlighted_element>public function __construct(Pointer $alias, string $uuid = null, string $status = null, string $...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RegistrySettlement.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RegistrySettlement" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class RegistrySettlement extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RelationUser.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RelationUser" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class RelationUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RequestInquiry.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RequestInquiry" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class RequestInquiry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RequestInquiry.php</file>
<line>399</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\RequestInquiry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>405</length>
<highlighted_element>public function __construct(Amount $amountInquired, Pointer $counterpartyAlias, string $descripti...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RequestInquiryBatch.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RequestInquiryBatch" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class RequestInquiryBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RequestInquiryBatch.php</file>
<line>100</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\RequestInquiryBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>129</length>
<highlighted_element>public function __construct(array $requestInquiries, Amount $totalAmountInquired, string $status ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RequestResponse.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RequestResponse" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class RequestResponse extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RequestResponse.php</file>
<line>327</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\RequestResponse __construct" />
<language>PHP</language>
<offset>4</offset>
<length>184</length>
<highlighted_element>public function __construct(string $status, Amount $amountResponded = null, Address $addressShipp...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Reward.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Reward" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Reward extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RewardRecipient.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RewardRecipient" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class RewardRecipient extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/RewardSender.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\RewardSender" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class RewardSender extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/SandboxUserCompany.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\SandboxUserCompany" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class SandboxUserCompany extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Schedule.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Schedule" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Schedule extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Schedule.php</file>
<line>118</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\Schedule __construct" />
<language>PHP</language>
<offset>4</offset>
<length>119</length>
<highlighted_element>public function __construct(string $timeStart, string $recurrenceUnit, int $recurrenceSize, strin...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ScheduleInstance.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ScheduleInstance" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class ScheduleInstance extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ScheduleInstance.php</file>
<line>100</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ScheduleInstance __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(string $state)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/SchedulePayment.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\SchedulePayment" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class SchedulePayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/SchedulePayment.php</file>
<line>78</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\SchedulePayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>80</length>
<highlighted_element>public function __construct(SchedulePaymentEntry $payment, Schedule $schedule)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/SchedulePaymentBatch.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\SchedulePaymentBatch" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class SchedulePaymentBatch extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/SchedulePaymentBatch.php</file>
<line>69</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\SchedulePaymentBatch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>66</length>
<highlighted_element>public function __construct(array $payments, Schedule $schedule)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ScheduleUser.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ScheduleUser" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class ScheduleUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ServerError.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ServerError" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class ServerError extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Session.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Session" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Session extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountInquiry.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ShareInviteMonetaryAccountInquiry" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class ShareInviteMonetaryAccountInquiry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountInquiry.php</file>
<line>200</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ShareInviteMonetaryAccountInquiry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>287</length>
<highlighted_element>public function __construct(Pointer $counterUserAlias, string $accessType = null, int $draftShare...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountResponse.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\ShareInviteMonetaryAccountResponse" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>class ShareInviteMonetaryAccountResponse extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/ShareInviteMonetaryAccountResponse.php</file>
<line>174</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\ShareInviteMonetaryAccountResponse __construct" />
<language>PHP</language>
<offset>4</offset>
<length>72</length>
<highlighted_element>public function __construct(string $status = null, int $cardId = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/SofortMerchantTransaction.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\SofortMerchantTransaction" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class SofortMerchantTransaction extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/SofortMerchantTransaction.php</file>
<line>125</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\SofortMerchantTransaction __construct" />
<language>PHP</language>
<offset>4</offset>
<length>77</length>
<highlighted_element>public function __construct(Amount $amountRequested, string $issuer = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TokenQrRequestIdeal.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TokenQrRequestIdeal" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class TokenQrRequestIdeal extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TokenQrRequestIdeal.php</file>
<line>197</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TokenQrRequestIdeal __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(string $token)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TokenQrRequestSofort.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TokenQrRequestSofort" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class TokenQrRequestSofort extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TokenQrRequestSofort.php</file>
<line>42</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TokenQrRequestSofort __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(string $token)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseAccountQuote.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseAccountQuote" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class TransferwiseAccountQuote extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseAccountQuote.php</file>
<line>119</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseAccountQuote __construct" />
<language>PHP</language>
<offset>4</offset>
<length>118</length>
<highlighted_element>public function __construct(string $nameAccountHolder, string $type, string $country = null, arra...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseAccountRequirement.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseAccountRequirement" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>class TransferwiseAccountRequirement extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseAccountRequirement.php</file>
<line>97</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseAccountRequirement __construct" />
<language>PHP</language>
<offset>4</offset>
<length>118</length>
<highlighted_element>public function __construct(string $nameAccountHolder, string $type, string $country = null, arra...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseCurrency.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseCurrency" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class TransferwiseCurrency extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseQuote.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseQuote" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class TransferwiseQuote extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseQuote.php</file>
<line>143</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseQuote __construct" />
<language>PHP</language>
<offset>4</offset>
<length>137</length>
<highlighted_element>public function __construct(string $currencySource, string $currencyTarget, Amount $amountSource ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseQuoteTemporary.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseQuoteTemporary" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class TransferwiseQuoteTemporary extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseQuoteTemporary.php</file>
<line>131</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseQuoteTemporary __construct" />
<language>PHP</language>
<offset>4</offset>
<length>137</length>
<highlighted_element>public function __construct(string $currencySource, string $currencyTarget, Amount $amountSource ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseTransfer.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseTransfer" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class TransferwiseTransfer extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseTransfer.php</file>
<line>149</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseTransfer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>77</length>
<highlighted_element>public function __construct(string $monetaryAccountId, string $recipientId)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseTransferRequirement.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseTransferRequirement" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>class TransferwiseTransferRequirement extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseTransferRequirement.php</file>
<line>70</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseTransferRequirement __construct" />
<language>PHP</language>
<offset>4</offset>
<length>72</length>
<highlighted_element>public function __construct(string $recipientId, array $detail = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseUser.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseUser" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class TransferwiseUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TransferwiseUser.php</file>
<line>86</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\TransferwiseUser __construct" />
<language>PHP</language>
<offset>4</offset>
<length>54</length>
<highlighted_element>public function __construct(string $oauthCode = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/TreeProgress.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\TreeProgress" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class TreeProgress extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/User.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\User" />
<language>PHP</language>
<offset>0</offset>
<length>61</length>
<highlighted_element>class User extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserApiKey.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\UserApiKey" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class UserApiKey extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserCompany.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\UserCompany" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class UserCompany extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserCompany.php</file>
<line>434</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\UserCompany __construct" />
<language>PHP</language>
<offset>4</offset>
<length>445</length>
<highlighted_element>public function __construct(Address $addressMain, string $language, string $region, string $name...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserCompanyName.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\UserCompanyName" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class UserCompanyName extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserCredentialPasswordIp.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\UserCredentialPasswordIp" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class UserCredentialPasswordIp extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserLegalName.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\UserLegalName" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class UserLegalName extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserPaymentServiceProvider.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\UserPaymentServiceProvider" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class UserPaymentServiceProvider extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserPerson.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\UserPerson" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class UserPerson extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/UserPerson.php</file>
<line>515</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\UserPerson __construct" />
<language>PHP</language>
<offset>4</offset>
<length>839</length>
<highlighted_element>public function __construct(string $subscriptionType = null, string $firstName = null, string $mi...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/Whitelist.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\Whitelist" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class Whitelist extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistResult.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistResult" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class WhitelistResult extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistSdd.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistSdd" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class WhitelistSdd extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistSdd.php</file>
<line>139</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistSdd __construct" />
<language>PHP</language>
<offset>4</offset>
<length>107</length>
<highlighted_element>public function __construct(int $monetaryAccountPayingId, int $requestId, Amount $maximumAmountPe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistSddMonetaryAccountPaying.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistSddMonetaryAccountPaying" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class WhitelistSddMonetaryAccountPaying extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistSddOneOff.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistSddOneOff" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class WhitelistSddOneOff extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistSddOneOff.php</file>
<line>136</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistSddOneOff __construct" />
<language>PHP</language>
<offset>4</offset>
<length>114</length>
<highlighted_element>public function __construct(int $monetaryAccountPayingId, int $requestId, Amount $maximumAmountPe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistSddRecurring.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistSddRecurring" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class WhitelistSddRecurring extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Endpoint/WhitelistSddRecurring.php</file>
<line>143</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Endpoint\WhitelistSddRecurring __construct" />
<language>PHP</language>
<offset>4</offset>
<length>114</length>
<highlighted_element>public function __construct(int $monetaryAccountPayingId, int $requestId, Amount $maximumAmountPe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/AdditionalInformation.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\AdditionalInformation" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class AdditionalInformation extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Address.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Address" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Address extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Address.php</file>
<line>150</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Address __construct" />
<language>PHP</language>
<offset>4</offset>
<length>195</length>
<highlighted_element>public function __construct(string $street, string $houseNumber, string $postalCode, string $cit...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Amount.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Amount" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Amount extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Amount.php</file>
<line>44</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Amount __construct" />
<language>PHP</language>
<offset>4</offset>
<length>62</length>
<highlighted_element>public function __construct(string $value, string $currency)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Attachment.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Attachment" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class Attachment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/AttachmentMasterCardActionRefund.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\AttachmentMasterCardActionRefund" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>class AttachmentMasterCardActionRefund extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/AttachmentMasterCardActionRefund.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\AttachmentMasterCardActionRefund __construct" />
<language>PHP</language>
<offset>4</offset>
<length>37</length>
<highlighted_element>public function __construct(int $id)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/AttachmentMonetaryAccountPayment.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\AttachmentMonetaryAccountPayment" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>class AttachmentMonetaryAccountPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/AttachmentMonetaryAccountPayment.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\AttachmentMonetaryAccountPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>37</length>
<highlighted_element>public function __construct(int $id)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/AttachmentPublic.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\AttachmentPublic" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class AttachmentPublic extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/AttachmentUrl.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\AttachmentUrl" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class AttachmentUrl extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Avatar.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Avatar" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Avatar extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Avatar.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Avatar __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(string $uuid)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/BirdeeInvestmentPortfolioGoal.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\BirdeeInvestmentPortfolioGoal" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class BirdeeInvestmentPortfolioGoal extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/BirdeeInvestmentPortfolioGoal.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\BirdeeInvestmentPortfolioGoal __construct" />
<language>PHP</language>
<offset>4</offset>
<length>82</length>
<highlighted_element>public function __construct(Amount $amountTarget = null, string $timeEnd = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/BunqId.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\BunqId" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class BunqId extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/BunqId.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\BunqId __construct" />
<language>PHP</language>
<offset>4</offset>
<length>37</length>
<highlighted_element>public function __construct(int $id)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/BunqMeMerchantAvailable.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\BunqMeMerchantAvailable" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class BunqMeMerchantAvailable extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardBatchEntry.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\CardBatchEntry" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class CardBatchEntry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardBatchEntry.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\CardBatchEntry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>192</length>
<highlighted_element>public function __construct(int $id, string $status = null, Amount $cardLimit = null, Amount $ca...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardBatchReplaceEntry.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\CardBatchReplaceEntry" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class CardBatchReplaceEntry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardBatchReplaceEntry.php</file>
<line>48</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\CardBatchReplaceEntry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>127</length>
<highlighted_element>public function __construct(int $id, string $nameOnCard = null, array $pinCodeAssignment = null, ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardCountryPermission.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\CardCountryPermission" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class CardCountryPermission extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardCountryPermission.php</file>
<line>44</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\CardCountryPermission __construct" />
<language>PHP</language>
<offset>4</offset>
<length>73</length>
<highlighted_element>public function __construct(string $country, string $expiryTime = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardPinAssignment.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\CardPinAssignment" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class CardPinAssignment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CardPinAssignment.php</file>
<line>61</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\CardPinAssignment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>128</length>
<highlighted_element>public function __construct(string $type, string $routingType = null, string $pinCode = null, int...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Certificate.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Certificate" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class Certificate extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Certificate.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Certificate __construct" />
<language>PHP</language>
<offset>4</offset>
<length>49</length>
<highlighted_element>public function __construct(string $certificate)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CoOwner.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\CoOwner" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class CoOwner extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CoOwner.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\CoOwner __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(Pointer $alias)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CompanyVatNumber.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\CompanyVatNumber" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class CompanyVatNumber extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CompanyVatNumber.php</file>
<line>51</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\CompanyVatNumber __construct" />
<language>PHP</language>
<offset>4</offset>
<length>83</length>
<highlighted_element>public function __construct(string $country, string $value, string $type = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/CurrencyCloudBeneficiaryRequirementField.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\CurrencyCloudBeneficiaryRequirementField" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>class CurrencyCloudBeneficiaryRequirementField extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/DraftPaymentAnchorObject.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\DraftPaymentAnchorObject" />
<language>PHP</language>
<offset>0</offset>
<length>81</length>
<highlighted_element>class DraftPaymentAnchorObject extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/DraftPaymentEntry.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\DraftPaymentEntry" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class DraftPaymentEntry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/DraftPaymentEntry.php</file>
<line>126</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\DraftPaymentEntry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>157</length>
<highlighted_element>public function __construct(Amount $amount, Pointer $counterpartyAlias, string $description, stri...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/DraftPaymentResponse.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\DraftPaymentResponse" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class DraftPaymentResponse extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Error.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Error" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Error extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/EventObject.php</file>
<line>36</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\EventObject" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>class EventObject extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Geolocation.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Geolocation" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class Geolocation extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Geolocation.php</file>
<line>74</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Geolocation __construct" />
<language>PHP</language>
<offset>4</offset>
<length>130</length>
<highlighted_element>public function __construct(string $latitude = null, string $longitude = null, string $altitude =...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Image.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Image" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Image extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/InvoiceItem.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\InvoiceItem" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class InvoiceItem extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/InvoiceItemGroup.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\InvoiceItemGroup" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class InvoiceItemGroup extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Issuer.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Issuer" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Issuer extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Issuer.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Issuer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>63</length>
<highlighted_element>public function __construct(string $bic, string $name = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/LabelCard.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\LabelCard" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class LabelCard extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/LabelMonetaryAccount.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\LabelMonetaryAccount" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class LabelMonetaryAccount extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/LabelUser.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\LabelUser" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class LabelUser extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/LabelUser.php</file>
<line>73</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\LabelUser __construct" />
<language>PHP</language>
<offset>4</offset>
<length>82</length>
<highlighted_element>public function __construct(string $uuid, string $displayName, string $country)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/MasterCardActionReference.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\MasterCardActionReference" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class MasterCardActionReference extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/MonetaryAccountProfileDrain.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\MonetaryAccountProfileDrain" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class MonetaryAccountProfileDrain extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/MonetaryAccountProfileDrain.php</file>
<line>73</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\MonetaryAccountProfileDrain __construct" />
<language>PHP</language>
<offset>4</offset>
<length>133</length>
<highlighted_element>public function __construct(string $status, Amount $balancePreferred, Amount $balanceThresholdHig...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/MonetaryAccountProfileFill.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\MonetaryAccountProfileFill" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class MonetaryAccountProfileFill extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/MonetaryAccountProfileFill.php</file>
<line>74</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\MonetaryAccountProfileFill __construct" />
<language>PHP</language>
<offset>4</offset>
<length>125</length>
<highlighted_element>public function __construct(string $status, Amount $balancePreferred, Amount $balanceThresholdLow...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/MonetaryAccountSetting.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\MonetaryAccountSetting" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class MonetaryAccountSetting extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/MonetaryAccountSetting.php</file>
<line>97</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\MonetaryAccountSetting __construct" />
<language>PHP</language>
<offset>4</offset>
<length>179</length>
<highlighted_element>public function __construct(string $color = null, string $icon = null, string $defaultAvatarStatu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationAnchorObject.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\NotificationAnchorObject" />
<language>PHP</language>
<offset>0</offset>
<length>81</length>
<highlighted_element>class NotificationAnchorObject extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilter.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\NotificationFilter" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class NotificationFilter extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilter.php</file>
<line>87</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\NotificationFilter __construct" />
<language>PHP</language>
<offset>4</offset>
<length>112</length>
<highlighted_element>public function __construct(string $notificationDeliveryMethod, string $notificationTarget, string...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilterEmail.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\NotificationFilterEmail" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class NotificationFilterEmail extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilterEmail.php</file>
<line>61</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\NotificationFilterEmail __construct" />
<language>PHP</language>
<offset>4</offset>
<length>109</length>
<highlighted_element>public function __construct(string $category, array $allUserId = null, array $allMonetaryAccountI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilterPush.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\NotificationFilterPush" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class NotificationFilterPush extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilterPush.php</file>
<line>61</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\NotificationFilterPush __construct" />
<language>PHP</language>
<offset>4</offset>
<length>109</length>
<highlighted_element>public function __construct(string $category, array $allUserId = null, array $allMonetaryAccountI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilterUrl.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\NotificationFilterUrl" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class NotificationFilterUrl extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationFilterUrl.php</file>
<line>114</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\NotificationFilterUrl __construct" />
<language>PHP</language>
<offset>4</offset>
<length>174</length>
<highlighted_element>public function __construct(string $category, string $notificationTarget, array $allUserId = null...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/NotificationUrl.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\NotificationUrl" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class NotificationUrl extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/OauthCallbackUrl.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\OauthCallbackUrl" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class OauthCallbackUrl extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/PaymentBatchAnchoredPayment.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\PaymentBatchAnchoredPayment" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class PaymentBatchAnchoredPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/PermittedDevice.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\PermittedDevice" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class PermittedDevice extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Pointer.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Pointer" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Pointer extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Pointer.php</file>
<line>69</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Pointer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>105</length>
<highlighted_element>public function __construct(string $type, string $value, string $name = null, string $service = ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/RegistrySettlementItem.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\RegistrySettlementItem" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class RegistrySettlementItem extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/RequestInquiryReference.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\RequestInquiryReference" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class RequestInquiryReference extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/RequestReferenceSplitTheBillAnchorObject.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\RequestReferenceSplitTheBillAnchorObject" />
<language>PHP</language>
<offset>0</offset>
<length>97</length>
<highlighted_element>class RequestReferenceSplitTheBillAnchorObject extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ScheduleAnchorObject.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\ScheduleAnchorObject" />
<language>PHP</language>
<offset>0</offset>
<length>77</length>
<highlighted_element>class ScheduleAnchorObject extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ScheduleInstanceAnchorObject.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\ScheduleInstanceAnchorObject" />
<language>PHP</language>
<offset>0</offset>
<length>85</length>
<highlighted_element>class ScheduleInstanceAnchorObject extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/SchedulePaymentEntry.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\SchedulePaymentEntry" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class SchedulePaymentEntry extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/SchedulePaymentEntry.php</file>
<line>123</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\SchedulePaymentEntry __construct" />
<language>PHP</language>
<offset>4</offset>
<length>184</length>
<highlighted_element>public function __construct(Amount $amount, Pointer $counterpartyAlias, string $description, arra...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetail.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\ShareDetail" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class ShareDetail extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetail.php</file>
<line>80</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\ShareDetail __construct" />
<language>PHP</language>
<offset>4</offset>
<length>150</length>
<highlighted_element>public function __construct(ShareDetailPayment $payment = null, ShareDetailReadOnly $readOnly = nu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetailDraftPayment.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\ShareDetailDraftPayment" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class ShareDetailDraftPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetailDraftPayment.php</file>
<line>85</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\ShareDetailDraftPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>117</length>
<highlighted_element>public function __construct(bool $makeDraftPayments, bool $viewBalance, bool $viewOldEvents, bool...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetailPayment.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\ShareDetailPayment" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class ShareDetailPayment extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetailPayment.php</file>
<line>103</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\ShareDetailPayment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>145</length>
<highlighted_element>public function __construct(bool $makePayments, bool $viewBalance, bool $viewOldEvents, bool $vi...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetailReadOnly.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\ShareDetailReadOnly" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class ShareDetailReadOnly extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/ShareDetailReadOnly.php</file>
<line>67</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\ShareDetailReadOnly __construct" />
<language>PHP</language>
<offset>4</offset>
<length>91</length>
<highlighted_element>public function __construct(bool $viewBalance, bool $viewOldEvents, bool $viewNewEvents)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TaxResident.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\TaxResident" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class TaxResident extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TaxResident.php</file>
<line>59</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\TaxResident __construct" />
<language>PHP</language>
<offset>4</offset>
<length>89</length>
<highlighted_element>public function __construct(string $country, string $taxNumber, string $status = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TransferwiseRequirementField.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\TransferwiseRequirementField" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>class TransferwiseRequirementField extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TransferwiseRequirementField.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\TransferwiseRequirementField __construct" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>public function __construct(string $key, string $value)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TransferwiseRequirementFieldGroup.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\TransferwiseRequirementFieldGroup" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class TransferwiseRequirementFieldGroup extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TransferwiseRequirementFieldGroupValidationAsync.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\TransferwiseRequirementFieldGroupValidationAsync" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>class TransferwiseRequirementFieldGroupValidationAsync extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TransferwiseRequirementFieldGroupValidationAsyncParams.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\TransferwiseRequirementFieldGroupValidationAsyncParams" />
<language>PHP</language>
<offset>0</offset>
<length>78</length>
<highlighted_element>class TransferwiseRequirementFieldGroupValidationAsyncParams extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/TransferwiseRequirementFieldGroupValuesAllowed.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\TransferwiseRequirementFieldGroupValuesAllowed" />
<language>PHP</language>
<offset>0</offset>
<length>70</length>
<highlighted_element>class TransferwiseRequirementFieldGroupValuesAllowed extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Ubo.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\Ubo" />
<language>PHP</language>
<offset>0</offset>
<length>27</length>
<highlighted_element>class Ubo extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/Ubo.php</file>
<line>62</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\bunq\Model\Generated\Object\Ubo __construct" />
<language>PHP</language>
<offset>4</offset>
<length>107</length>
<highlighted_element>public function __construct(string $name = null, string $dateOfBirth = null, string $nationality ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/UserApiKeyAnchoredUser.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\UserApiKeyAnchoredUser" />
<language>PHP</language>
<offset>0</offset>
<length>79</length>
<highlighted_element>class UserApiKeyAnchoredUser extends BunqModel implements AnchorObjectInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/src/Model/Generated/Object/WhitelistResultViewAnchoredObject.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\bunq\Model\Generated\Object\WhitelistResultViewAnchoredObject" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class WhitelistResultViewAnchoredObject extends BunqModel</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/CallableMaker.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\CallableMaker" />
<language>PHP</language>
<offset>4</offset>
<length>19</length>
<highlighted_element>trait CallableMaker</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Trait is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/CallableMaker.php</file>
<line>62</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\CallableMaker" />
<language>PHP</language>
<offset>4</offset>
<length>19</length>
<highlighted_element>trait CallableMaker</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Trait is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/Iterator.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Iterator" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>interface Iterator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/Loop/NativeDriver.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Loop\NativeDriver" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class NativeDriver extends Driver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/Loop/NativeDriver.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Loop\NativeDriver __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/MultiReasonException.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\MultiReasonException" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class MultiReasonException extends \Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/MultiReasonException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\MultiReasonException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>67</length>
<highlighted_element>public function __construct(array $reasons, string $message = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/Producer.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Producer" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>final class Producer implements Iterator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/Producer.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Producer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>47</length>
<highlighted_element>public function __construct(callable $producer)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/amp/lib/Promise.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Promise" />
<language>PHP</language>
<offset>0</offset>
<length>17</length>
<highlighted_element>interface Promise</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 10 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/byte-stream/lib/InputStream.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\ByteStream\InputStream" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>interface InputStream</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 10 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/byte-stream/lib/OutputStream.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\ByteStream\OutputStream" />
<language>PHP</language>
<offset>0</offset>
<length>22</length>
<highlighted_element>interface OutputStream</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 6 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Context/ContextFactory.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Context\ContextFactory" />
<language>PHP</language>
<offset>0</offset>
<length>24</length>
<highlighted_element>interface ContextFactory</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Sync/ContextPanicError.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Sync\ContextPanicError" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>final class ContextPanicError extends PanicError</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Sync/ContextPanicError.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Parallel\Sync\ContextPanicError __construct" />
<language>PHP</language>
<offset>4</offset>
<length>108</length>
<highlighted_element>public function __construct(string $className, string $message, $code, array $trace, ?self $previous...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/BasicEnvironment.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Worker\BasicEnvironment" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>final class BasicEnvironment implements Environment</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/BasicEnvironment.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Parallel\Worker\BasicEnvironment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/Environment.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Worker\Environment" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>interface Environment extends \ArrayAccess</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/Task.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Worker\Task" />
<language>PHP</language>
<offset>0</offset>
<length>14</length>
<highlighted_element>interface Task</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/TaskFailureError.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Worker\TaskFailureError" />
<language>PHP</language>
<offset>0</offset>
<length>78</length>
<highlighted_element>final class TaskFailureError extends TaskError implements TaskFailureThrowable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/TaskFailureError.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Parallel\Worker\TaskFailureError __construct" />
<language>PHP</language>
<offset>4</offset>
<length>124</length>
<highlighted_element>public function __construct(string $className, string $message, $code, array $trace, ?TaskFailureThr...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/TaskFailureException.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Worker\TaskFailureException" />
<language>PHP</language>
<offset>0</offset>
<length>86</length>
<highlighted_element>final class TaskFailureException extends TaskException implements TaskFailureThrowable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/TaskFailureException.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Parallel\Worker\TaskFailureException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>124</length>
<highlighted_element>public function __construct(string $className, string $message, $code, array $trace, ?TaskFailureThr...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/parallel/lib/Worker/WorkerFactory.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Parallel\Worker\WorkerFactory" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>interface WorkerFactory</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/process/lib/Internal/Posix/Runner.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Process\Internal\Posix\Runner" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>final class Runner implements ProcessRunner</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/process/lib/Process.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Process\Process" />
<language>PHP</language>
<offset>0</offset>
<length>19</length>
<highlighted_element>final class Process</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/process/lib/Process.php</file>
<line>46</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Process\Process __construct" />
<language>PHP</language>
<offset>4</offset>
<length>95</length>
<highlighted_element>public function __construct($command, string $cwd = null, array $env = [], array $options = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/serialization/src/SerializationException.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Serialization\SerializationException" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class SerializationException extends \Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/sync/src/LocalMutex.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Sync\LocalMutex" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class LocalMutex implements Mutex</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/sync/src/LocalSemaphore.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Sync\LocalSemaphore" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class LocalSemaphore implements Semaphore</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/amphp/sync/src/LocalSemaphore.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Amp\Sync\LocalSemaphore __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(int $maxLocks)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/composer</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/grumphp</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/jsonlint</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/parallel-lint</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/php-cs-fixer</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/php-parse</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/phpstan</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/phpunit</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/validate-json</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/bin/yaml-lint</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\BinProxyWrapper" />
<language>PHP</language>
<offset>8</offset>
<length>27</length>
<highlighted_element>final class BinProxyWrapper</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/ClassLoader.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Autoload\ClassLoader" />
<language>PHP</language>
<offset>0</offset>
<length>17</length>
<highlighted_element>class ClassLoader</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/ClassLoader.php</file>
<line>106</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Autoload\ClassLoader __construct" />
<language>PHP</language>
<offset>4</offset>
<length>46</length>
<highlighted_element>public function __construct($vendorDir = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 6 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/InstalledVersions.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\InstalledVersions" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>class InstalledVersions</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/autoload_real.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\ComposerAutoloaderInit0eb2946a13bc120ed1a61597435fc2ff" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>class ComposerAutoloaderInit0eb2946a13bc120ed1a61597435fc2ff</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Autoload/ClassLoader.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Autoload\ClassLoader" />
<language>PHP</language>
<offset>0</offset>
<length>17</length>
<highlighted_element>class ClassLoader</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Autoload/ClassLoader.php</file>
<line>109</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Autoload\ClassLoader __construct" />
<language>PHP</language>
<offset>4</offset>
<length>46</length>
<highlighted_element>public function __construct($vendorDir = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 6 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/AboutCommand.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\AboutCommand" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class AboutCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ArchiveCommand.php</file>
<line>44</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ArchiveCommand" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class ArchiveCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/AuditCommand.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\AuditCommand" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class AuditCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/BaseCommand.php</file>
<line>45</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\BaseCommand" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>abstract class BaseCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 32 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/BumpCommand.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\BumpCommand" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>final class BumpCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/CheckPlatformReqsCommand.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\CheckPlatformReqsCommand" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class CheckPlatformReqsCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ClearCacheCommand.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ClearCacheCommand" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class ClearCacheCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/CreateProjectCommand.php</file>
<line>59</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\CreateProjectCommand" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class CreateProjectCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/DependsCommand.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\DependsCommand" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class DependsCommand extends BaseDependencyCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/DiagnoseCommand.php</file>
<line>42</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\DiagnoseCommand" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class DiagnoseCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/DumpAutoloadCommand.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\DumpAutoloadCommand" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class DumpAutoloadCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ExecCommand.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ExecCommand" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class ExecCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/FundCommand.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\FundCommand" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class FundCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/GlobalCommand.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\GlobalCommand" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class GlobalCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/HomeCommand.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\HomeCommand" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class HomeCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/InitCommand.php</file>
<line>38</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\InitCommand" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class InitCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/InstallCommand.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\InstallCommand" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class InstallCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/LicensesCommand.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\LicensesCommand" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class LicensesCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/OutdatedCommand.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\OutdatedCommand" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class OutdatedCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ProhibitsCommand.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ProhibitsCommand" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>class ProhibitsCommand extends BaseDependencyCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ReinstallCommand.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ReinstallCommand" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class ReinstallCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/RemoveCommand.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\RemoveCommand" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class RemoveCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/RequireCommand.php</file>
<line>52</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\RequireCommand" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class RequireCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/RunScriptCommand.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\RunScriptCommand" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class RunScriptCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ScriptAliasCommand.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ScriptAliasCommand" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class ScriptAliasCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ScriptAliasCommand.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Command\ScriptAliasCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(string $script, ?string $description)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/SearchCommand.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\SearchCommand" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class SearchCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php</file>
<line>37</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\SelfUpdateCommand" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class SelfUpdateCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ShowCommand.php</file>
<line>62</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ShowCommand" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class ShowCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/StatusCommand.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\StatusCommand" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class StatusCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/SuggestsCommand.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\SuggestsCommand" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class SuggestsCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/UpdateCommand.php</file>
<line>38</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\UpdateCommand" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class UpdateCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Command/ValidateCommand.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Command\ValidateCommand" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class ValidateCommand extends BaseCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Console/Application.php</file>
<line>52</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Console\Application" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class Application extends BaseApplication</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Console/Application.php</file>
<line>88</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Console\Application __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(string $name = 'Composer', string $version = '')</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Downloader/FilesystemException.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Downloader\FilesystemException" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class FilesystemException extends \Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Downloader/FilesystemException.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Downloader\FilesystemException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>94</length>
<highlighted_element>public function __construct(string $message = '', int $code = 0, ?\Exception $previous = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/InstalledVersions.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\InstalledVersions" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>class InstalledVersions</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Installer/InstallerInterface.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Installer\InstallerInterface" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>interface InstallerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 5 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Installer\LibraryInstaller" />
<language>PHP</language>
<offset>0</offset>
<length>77</length>
<highlighted_element>class LibraryInstaller implements InstallerInterface, BinaryPresenceInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php</file>
<line>56</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Installer\LibraryInstaller __construct" />
<language>PHP</language>
<offset>4</offset>
<length>172</length>
<highlighted_element>public function __construct(IOInterface $io, PartialComposer $composer, ?string $type = 'library', ?...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Installer/PluginInstaller.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Installer\PluginInstaller" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class PluginInstaller extends LibraryInstaller</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Installer/PluginInstaller.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Installer\PluginInstaller __construct" />
<language>PHP</language>
<offset>4</offset>
<length>137</length>
<highlighted_element>public function __construct(IOInterface $io, PartialComposer $composer, ?Filesystem $fs = null, ?Bin...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Package/CompletePackage.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Package\CompletePackage" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>class CompletePackage extends Package implements CompletePackageInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class and its implementation are never instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Plugin/Capability/CommandProvider.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Plugin\Capability\CommandProvider" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>interface CommandProvider extends Capability</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/ArtifactRepository.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\ArtifactRepository" />
<language>PHP</language>
<offset>0</offset>
<length>91</length>
<highlighted_element>class ArtifactRepository extends ArrayRepository implements ConfigurableRepositoryInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/ArtifactRepository.php</file>
<line>41</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Repository\ArtifactRepository __construct" />
<language>PHP</language>
<offset>4</offset>
<length>63</length>
<highlighted_element>public function __construct(array $repoConfig, IOInterface $io)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/ComposerRepository.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\ComposerRepository" />
<language>PHP</language>
<offset>0</offset>
<length>118</length>
<highlighted_element>class ComposerRepository extends ArrayRepository implements ConfigurableRepositoryInterface, Advisor...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/ComposerRepository.php</file>
<line>138</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Repository\ComposerRepository __construct" />
<language>PHP</language>
<offset>4</offset>
<length>153</length>
<highlighted_element>public function __construct(array $repoConfig, IOInterface $io, Config $config, HttpDownloader $http...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/PackageRepository.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\PackageRepository" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class PackageRepository extends ArrayRepository</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/PackageRepository.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Repository\PackageRepository __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(array $config)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/PathRepository.php</file>
<line>72</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\PathRepository" />
<language>PHP</language>
<offset>0</offset>
<length>87</length>
<highlighted_element>class PathRepository extends ArrayRepository implements ConfigurableRepositoryInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/PathRepository.php</file>
<line>110</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Repository\PathRepository __construct" />
<language>PHP</language>
<offset>4</offset>
<length>190</length>
<highlighted_element>public function __construct(array $repoConfig, IOInterface $io, Config $config, ?HttpDownloader $htt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/PearRepository.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\PearRepository" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class PearRepository extends ArrayRepository</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/PearRepository.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Repository\PearRepository __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/FossilDriver.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\FossilDriver" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class FossilDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/GitBitbucketDriver.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\GitBitbucketDriver" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class GitBitbucketDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\GitDriver" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class GitDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\GitHubDriver" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class GitHubDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/GitLabDriver.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\GitLabDriver" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class GitLabDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/HgDriver.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\HgDriver" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class HgDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/PerforceDriver.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\PerforceDriver" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class PerforceDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/Vcs/SvnDriver.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\Vcs\SvnDriver" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class SvnDriver extends VcsDriver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/VcsRepository.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Repository\VcsRepository" />
<language>PHP</language>
<offset>0</offset>
<length>86</length>
<highlighted_element>class VcsRepository extends ArrayRepository implements ConfigurableRepositoryInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Repository/VcsRepository.php</file>
<line>77</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Composer\Repository\VcsRepository __construct" />
<language>PHP</language>
<offset>4</offset>
<length>251</length>
<highlighted_element>public function __construct(array $repoConfig, IOInterface $io, Config $config, HttpDownloader $http...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/composer/src/Composer/Util/Platform.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Util\Platform" />
<language>PHP</language>
<offset>0</offset>
<length>14</length>
<highlighted_element>class Platform</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/pcre/src/PcreException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Pcre\PcreException" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class PcreException extends \RuntimeException</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class and its implementation are never instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/pcre/src/UnexpectedNullMatchException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Pcre\UnexpectedNullMatchException" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>class UnexpectedNullMatchException extends PcreException</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/semver/src/CompilingMatcher.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Semver\CompilingMatcher" />
<language>PHP</language>
<offset>0</offset>
<length>22</length>
<highlighted_element>class CompilingMatcher</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/composer/semver/src/Constraint/ConstraintInterface.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Composer\Semver\Constraint\ConstraintInterface" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>interface ConstraintInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 4 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Annotations\Annotation\Attribute" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>final class Attribute</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Annotations\Annotation\Attributes" />
<language>PHP</language>
<offset>0</offset>
<length>22</length>
<highlighted_element>final class Attributes</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Annotations\Annotation\Enum" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>final class Enum</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php</file>
<line>41</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Doctrine\Common\Annotations\Annotation\Enum __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(array $values)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Annotations\Annotation\IgnoreAnnotation" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>final class IgnoreAnnotation</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Doctrine\Common\Annotations\Annotation\IgnoreAnnotation __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(array $values)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Annotations\Annotation\NamedArgumentConstructor" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>final class NamedArgumentConstructor</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Annotations\Annotation" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>class Annotation</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Doctrine\Common\Annotations\Annotation __construct" />
<language>PHP</language>
<offset>4</offset>
<length>46</length>
<highlighted_element>final public function __construct(array $data)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Annotations\NamedArgumentConstructorAnnotation" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>interface NamedArgumentConstructorAnnotation</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php</file>
<line>45</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Collections\ArrayCollection" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>class ArrayCollection implements Collection, Selectable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 33 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php</file>
<line>61</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Doctrine\Common\Collections\ArrayCollection __construct" />
<language>PHP</language>
<offset>4</offset>
<length>49</length>
<highlighted_element>public function __construct(array $elements = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 33 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Instantiator\Instantiator" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>final class Instantiator implements InstantiatorInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/lexer/src/AbstractLexer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Lexer\AbstractLexer" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>abstract class AbstractLexer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/lexer/src/Token.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Doctrine\Common\Lexer\Token" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>final class Token implements ArrayAccess</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/doctrine/lexer/src/Token.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Doctrine\Common\Lexer\Token __construct" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>public function __construct($value, $type, int $position)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractDoctrineAnnotationFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractDoctrineAnnotationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>117</length>
<highlighted_element>abstract class AbstractDoctrineAnnotationFixer extends AbstractFixer implements ConfigurationDefinit...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 4 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php</file>
<line>36</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractFixer" />
<language>PHP</language>
<offset>0</offset>
<length>77</length>
<highlighted_element>abstract class AbstractFixer implements FixerInterface, DefinedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 244 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractFixer.php</file>
<line>53</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\AbstractFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 28 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractFopenFlagFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractFopenFlagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>76</length>
<highlighted_element>abstract class AbstractFopenFlagFixer extends AbstractFunctionReferenceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractFunctionReferenceFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractFunctionReferenceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>abstract class AbstractFunctionReferenceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 8 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractLinesBeforeNamespaceFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractLinesBeforeNamespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>112</length>
<highlighted_element>abstract class AbstractLinesBeforeNamespaceFixer extends AbstractFixer implements WhitespacesAwareFi...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractNoUselessElseFixer.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractNoUselessElseFixer" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>abstract class AbstractNoUselessElseFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocToTypeDeclarationFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractPhpdocToTypeDeclarationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>122</length>
<highlighted_element>abstract class AbstractPhpdocToTypeDeclarationFixer extends AbstractFixer implements ConfigurationDe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocTypesFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractPhpdocTypesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>61</length>
<highlighted_element>abstract class AbstractPhpdocTypesFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractPhpdocTypesFixer.php</file>
<line>39</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\AbstractPhpdocTypesFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractProxyFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\AbstractProxyFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>abstract class AbstractProxyFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 20 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/AbstractProxyFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\AbstractProxyFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeCommand.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Console\Command\DescribeCommand" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>final class DescribeCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DescribeCommand.php</file>
<line>71</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Console\Command\DescribeCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>62</length>
<highlighted_element>public function __construct(FixerFactory $fixerFactory = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DocumentationCommand.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Console\Command\DocumentationCommand" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>final class DocumentationCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/DocumentationCommand.php</file>
<line>40</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Console\Command\DocumentationCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>41</length>
<highlighted_element>public function __construct($name = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommand.php</file>
<line>42</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Console\Command\FixCommand" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>final class FixCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/FixCommand.php</file>
<line>74</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Console\Command\FixCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>56</length>
<highlighted_element>public function __construct(ToolInfoInterface $toolInfo)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/HelpCommand.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Console\Command\HelpCommand" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>final class HelpCommand extends BaseHelpCommand</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListFilesCommand.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Console\Command\ListFilesCommand" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>final class ListFilesCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListFilesCommand.php</file>
<line>47</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Console\Command\ListFilesCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>56</length>
<highlighted_element>public function __construct(ToolInfoInterface $toolInfo)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/ListSetsCommand.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Console\Command\ListSetsCommand" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>final class ListSetsCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/SelfUpdateCommand.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Console\Command\SelfUpdateCommand" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>final class SelfUpdateCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Console/Command/SelfUpdateCommand.php</file>
<line>56</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Console\Command\SelfUpdateCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Differ/DifferInterface.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Differ\DifferInterface" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>interface DifferInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 5 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractIncrementOperatorFixer.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\AbstractIncrementOperatorFixer" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>abstract class AbstractIncrementOperatorFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/AbstractPhpUnitFixer.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\AbstractPhpUnitFixer" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>abstract class AbstractPhpUnitFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 16 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/ArrayPushFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\ArrayPushFixer" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>final class ArrayPushFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/BacktickToShellExecFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\BacktickToShellExecFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class BacktickToShellExecFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/EregToPregFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\EregToPregFixer" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>final class EregToPregFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/MbStrFunctionsFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\MbStrFunctionsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>70</length>
<highlighted_element>final class MbStrFunctionsFixer extends AbstractFunctionReferenceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/MbStrFunctionsFixer.php</file>
<line>51</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\Alias\MbStrFunctionsFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasFunctionsFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\NoAliasFunctionsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>104</length>
<highlighted_element>final class NoAliasFunctionsFixer extends AbstractFixer implements ConfigurationDefinitionFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoAliasLanguageConstructCallFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\NoAliasLanguageConstructCallFixer" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>final class NoAliasLanguageConstructCallFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/NoMixedEchoPrintFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\NoMixedEchoPrintFixer" />
<language>PHP</language>
<offset>0</offset>
<length>104</length>
<highlighted_element>final class NoMixedEchoPrintFixer extends AbstractFixer implements ConfigurationDefinitionFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/PowToExponentiationFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\PowToExponentiationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>75</length>
<highlighted_element>final class PowToExponentiationFixer extends AbstractFunctionReferenceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/RandomApiMigrationFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\RandomApiMigrationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>123</length>
<highlighted_element>final class RandomApiMigrationFixer extends AbstractFunctionReferenceFixer implements ConfigurationD...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Alias/SetTypeToCastFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Alias\SetTypeToCastFixer" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>final class SetTypeToCastFixer extends AbstractFunctionReferenceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/ArraySyntaxFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\ArraySyntaxFixer" />
<language>PHP</language>
<offset>0</offset>
<length>99</length>
<highlighted_element>final class ArraySyntaxFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoMultilineWhitespaceAroundDoubleArrowFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\NoMultilineWhitespaceAroundDoubleArrowFixer" />
<language>PHP</language>
<offset>0</offset>
<length>77</length>
<highlighted_element>final class NoMultilineWhitespaceAroundDoubleArrowFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoTrailingCommaInSinglelineArrayFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\NoTrailingCommaInSinglelineArrayFixer" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class NoTrailingCommaInSinglelineArrayFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NoWhitespaceBeforeCommaInArrayFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\NoWhitespaceBeforeCommaInArrayFixer" />
<language>PHP</language>
<offset>0</offset>
<length>118</length>
<highlighted_element>final class NoWhitespaceBeforeCommaInArrayFixer extends AbstractFixer implements ConfigurationDefini...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/NormalizeIndexBraceFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\NormalizeIndexBraceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class NormalizeIndexBraceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/TrailingCommaInMultilineArrayFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\TrailingCommaInMultilineArrayFixer" />
<language>PHP</language>
<offset>0</offset>
<length>148</length>
<highlighted_element>final class TrailingCommaInMultilineArrayFixer extends AbstractProxyFixer implements ConfigurationDe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/TrimArraySpacesFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\TrimArraySpacesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class TrimArraySpacesFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ArrayNotation/WhitespaceAfterCommaInArrayFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ArrayNotation\WhitespaceAfterCommaInArrayFixer" />
<language>PHP</language>
<offset>0</offset>
<length>66</length>
<highlighted_element>final class WhitespaceAfterCommaInArrayFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/BracesFixer.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Basic\BracesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>126</length>
<highlighted_element>final class BracesFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface, Whit...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/EncodingFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Basic\EncodingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>final class EncodingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/EncodingFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\Basic\EncodingFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NonPrintableCharacterFixer.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Basic\NonPrintableCharacterFixer" />
<language>PHP</language>
<offset>0</offset>
<length>109</length>
<highlighted_element>final class NonPrintableCharacterFixer extends AbstractFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/NonPrintableCharacterFixer.php</file>
<line>48</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\Basic\NonPrintableCharacterFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/Psr0Fixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Basic\Psr0Fixer" />
<language>PHP</language>
<offset>0</offset>
<length>123</length>
<highlighted_element>final class Psr0Fixer extends AbstractProxyFixer implements ConfigurationDefinitionFixerInterface, D...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/Psr0Fixer.php</file>
<line>37</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\Basic\Psr0Fixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/Psr4Fixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Basic\Psr4Fixer" />
<language>PHP</language>
<offset>0</offset>
<length>84</length>
<highlighted_element>final class Psr4Fixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/Psr4Fixer.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\Basic\Psr4Fixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Basic/PsrAutoloadingFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Basic\PsrAutoloadingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>102</length>
<highlighted_element>final class PsrAutoloadingFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterfa...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/ConstantCaseFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\ConstantCaseFixer" />
<language>PHP</language>
<offset>0</offset>
<length>100</length>
<highlighted_element>final class ConstantCaseFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseConstantsFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\LowercaseConstantsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>98</length>
<highlighted_element>final class LowercaseConstantsFixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseKeywordsFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\LowercaseKeywordsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>final class LowercaseKeywordsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/LowercaseStaticReferenceFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\LowercaseStaticReferenceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>final class LowercaseStaticReferenceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicConstantCasingFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\MagicConstantCasingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class MagicConstantCasingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/MagicMethodCasingFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\MagicMethodCasingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>final class MagicMethodCasingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionCasingFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\NativeFunctionCasingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class NativeFunctionCasingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionTypeDeclarationCasingFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Casing\NativeFunctionTypeDeclarationCasingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>74</length>
<highlighted_element>final class NativeFunctionTypeDeclarationCasingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Casing/NativeFunctionTypeDeclarationCasingFixer.php</file>
<line>55</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\Casing\NativeFunctionTypeDeclarationCasingFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/CastSpacesFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\CastNotation\CastSpacesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>98</length>
<highlighted_element>final class CastSpacesFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/LowercaseCastFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\CastNotation\LowercaseCastFixer" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>final class LowercaseCastFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ModernizeTypesCastingFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\CastNotation\ModernizeTypesCastingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>77</length>
<highlighted_element>final class ModernizeTypesCastingFixer extends AbstractFunctionReferenceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoShortBoolCastFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\CastNotation\NoShortBoolCastFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class NoShortBoolCastFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/NoUnsetCastFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\CastNotation\NoUnsetCastFixer" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>final class NoUnsetCastFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/CastNotation/ShortScalarCastFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\CastNotation\ShortScalarCastFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class ShortScalarCastFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ClassDefinitionFixer.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\ClassDefinitionFixer" />
<language>PHP</language>
<offset>0</offset>
<length>135</length>
<highlighted_element>final class ClassDefinitionFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterf...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalClassFixer.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\FinalClassFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class FinalClassFixer extends AbstractProxyFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalInternalClassFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\FinalInternalClassFixer" />
<language>PHP</language>
<offset>0</offset>
<length>106</length>
<highlighted_element>final class FinalInternalClassFixer extends AbstractFixer implements ConfigurationDefinitionFixerInt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalPublicMethodForAbstractClassFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\FinalPublicMethodForAbstractClassFixer" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>final class FinalPublicMethodForAbstractClassFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/FinalStaticAccessFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\FinalStaticAccessFixer" />
<language>PHP</language>
<offset>0</offset>
<length>97</length>
<highlighted_element>final class FinalStaticAccessFixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/MethodSeparationFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\MethodSeparationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>128</length>
<highlighted_element>final class MethodSeparationFixer extends AbstractProxyFixer implements DeprecatedFixerInterface, Wh...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoBlankLinesAfterClassOpeningFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\NoBlankLinesAfterClassOpeningFixer" />
<language>PHP</language>
<offset>0</offset>
<length>110</length>
<highlighted_element>final class NoBlankLinesAfterClassOpeningFixer extends AbstractFixer implements WhitespacesAwareFixe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoNullPropertyInitializationFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\NoNullPropertyInitializationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>final class NoNullPropertyInitializationFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoPhp4ConstructorFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\NoPhp4ConstructorFixer" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>final class NoPhp4ConstructorFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/NoUnneededFinalMethodFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\NoUnneededFinalMethodFixer" />
<language>PHP</language>
<offset>0</offset>
<length>109</length>
<highlighted_element>final class NoUnneededFinalMethodFixer extends AbstractFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedClassElementsFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>108</length>
<highlighted_element>final class OrderedClassElementsFixer extends AbstractFixer implements ConfigurationDefinitionFixerI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/OrderedTraitsFixer.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\OrderedTraitsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>final class OrderedTraitsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/ProtectedToPrivateFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\ProtectedToPrivateFixer" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>final class ProtectedToPrivateFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfAccessorFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\SelfAccessorFixer" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>final class SelfAccessorFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SelfStaticAccessorFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\SelfStaticAccessorFixer" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>final class SelfStaticAccessorFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleClassElementPerStatementFixer.php</file>
<line>36</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\SingleClassElementPerStatementFixer" />
<language>PHP</language>
<offset>0</offset>
<length>150</length>
<highlighted_element>final class SingleClassElementPerStatementFixer extends AbstractFixer implements ConfigurationDefini...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/SingleTraitInsertPerStatementFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\SingleTraitInsertPerStatementFixer" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class SingleTraitInsertPerStatementFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassNotation/VisibilityRequiredFixer.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer" />
<language>PHP</language>
<offset>0</offset>
<length>106</length>
<highlighted_element>final class VisibilityRequiredFixer extends AbstractFixer implements ConfigurationDefinitionFixerInt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ClassUsage/DateTimeImmutableFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ClassUsage\DateTimeImmutableFixer" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>final class DateTimeImmutableFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/CommentToPhpdocFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Comment\CommentToPhpdocFixer" />
<language>PHP</language>
<offset>0</offset>
<length>135</length>
<highlighted_element>final class CommentToPhpdocFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterf...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/HashToSlashCommentFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Comment\HashToSlashCommentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>98</length>
<highlighted_element>final class HashToSlashCommentFixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/HeaderCommentFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Comment\HeaderCommentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>133</length>
<highlighted_element>final class HeaderCommentFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterfac...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/MultilineCommentOpeningClosingFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Comment\MultilineCommentOpeningClosingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>final class MultilineCommentOpeningClosingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoEmptyCommentFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Comment\NoEmptyCommentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>final class NoEmptyCommentFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/NoTrailingWhitespaceInCommentFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Comment\NoTrailingWhitespaceInCommentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class NoTrailingWhitespaceInCommentFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Comment/SingleLineCommentStyleFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Comment\SingleLineCommentStyleFixer" />
<language>PHP</language>
<offset>0</offset>
<length>110</length>
<highlighted_element>final class SingleLineCommentStyleFixer extends AbstractFixer implements ConfigurationDefinitionFixe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ConstantNotation/NativeConstantInvocationFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ConstantNotation\NativeConstantInvocationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>112</length>
<highlighted_element>final class NativeConstantInvocationFixer extends AbstractFixer implements ConfigurationDefinitionFi...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/ElseifFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\ElseifFixer" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>final class ElseifFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/IncludeFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\IncludeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>final class IncludeFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoAlternativeSyntaxFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoAlternativeSyntaxFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class NoAlternativeSyntaxFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoBreakCommentFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoBreakCommentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>134</length>
<highlighted_element>final class NoBreakCommentFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterfa...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoSuperfluousElseifFixer.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoSuperfluousElseifFixer" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class NoSuperfluousElseifFixer extends AbstractNoUselessElseFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoTrailingCommaInListCallFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoTrailingCommaInListCallFixer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class NoTrailingCommaInListCallFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededControlParenthesesFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoUnneededControlParenthesesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>116</length>
<highlighted_element>final class NoUnneededControlParenthesesFixer extends AbstractFixer implements ConfigurationDefiniti...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededControlParenthesesFixer.php</file>
<line>45</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoUnneededControlParenthesesFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUnneededCurlyBracesFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoUnneededCurlyBracesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>109</length>
<highlighted_element>final class NoUnneededCurlyBracesFixer extends AbstractFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/NoUselessElseFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\NoUselessElseFixer" />
<language>PHP</language>
<offset>0</offset>
<length>65</length>
<highlighted_element>final class NoUselessElseFixer extends AbstractNoUselessElseFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SimplifiedIfReturnFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\SimplifiedIfReturnFixer" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>final class SimplifiedIfReturnFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSemicolonToColonFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\SwitchCaseSemicolonToColonFixer" />
<language>PHP</language>
<offset>0</offset>
<length>65</length>
<highlighted_element>final class SwitchCaseSemicolonToColonFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchCaseSpaceFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\SwitchCaseSpaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class SwitchCaseSpaceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/SwitchContinueToBreakFixer.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\SwitchContinueToBreakFixer" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class SwitchContinueToBreakFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ControlStructure/YodaStyleFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer" />
<language>PHP</language>
<offset>0</offset>
<length>97</length>
<highlighted_element>final class YodaStyleFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/DefinedFixerInterface.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\DefinedFixerInterface" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>interface DefinedFixerInterface extends FixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 244 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationArrayAssignmentFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\DoctrineAnnotation\DoctrineAnnotationArrayAssignmentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>90</length>
<highlighted_element>final class DoctrineAnnotationArrayAssignmentFixer extends AbstractDoctrineAnnotationFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationBracesFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\DoctrineAnnotation\DoctrineAnnotationBracesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>81</length>
<highlighted_element>final class DoctrineAnnotationBracesFixer extends AbstractDoctrineAnnotationFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationIndentationFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\DoctrineAnnotation\DoctrineAnnotationIndentationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>86</length>
<highlighted_element>final class DoctrineAnnotationIndentationFixer extends AbstractDoctrineAnnotationFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/DoctrineAnnotation/DoctrineAnnotationSpacesFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\DoctrineAnnotation\DoctrineAnnotationSpacesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>81</length>
<highlighted_element>final class DoctrineAnnotationSpacesFixer extends AbstractDoctrineAnnotationFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/CombineNestedDirnameFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\CombineNestedDirnameFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class CombineNestedDirnameFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagOrderFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\FopenFlagOrderFixer" />
<language>PHP</language>
<offset>0</offset>
<length>62</length>
<highlighted_element>final class FopenFlagOrderFixer extends AbstractFopenFlagFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FopenFlagsFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\FopenFlagsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>107</length>
<highlighted_element>final class FopenFlagsFixer extends AbstractFopenFlagFixer implements ConfigurationDefinitionFixerIn...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionDeclarationFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\FunctionDeclarationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>107</length>
<highlighted_element>final class FunctionDeclarationFixer extends AbstractFixer implements ConfigurationDefinitionFixerIn...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/FunctionTypehintSpaceFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\FunctionTypehintSpaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class FunctionTypehintSpaceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ImplodeCallFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\ImplodeCallFixer" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>final class ImplodeCallFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/LambdaNotUsedImportFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\LambdaNotUsedImportFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class LambdaNotUsedImportFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/MethodArgumentSpaceFixer.php</file>
<line>37</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\MethodArgumentSpaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>139</length>
<highlighted_element>final class MethodArgumentSpaceFixer extends AbstractFixer implements ConfigurationDefinitionFixerIn...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoSpacesAfterFunctionNameFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\NoSpacesAfterFunctionNameFixer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class NoSpacesAfterFunctionNameFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUnreachableDefaultArgumentValueFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\NoUnreachableDefaultArgumentValueFixer" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>final class NoUnreachableDefaultArgumentValueFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NoUselessSprintfFixer.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\NoUselessSprintfFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class NoUselessSprintfFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/NullableTypeDeclarationForDefaultNullValueFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\NullableTypeDeclarationForDefaultNullValueFixer" />
<language>PHP</language>
<offset>0</offset>
<length>130</length>
<highlighted_element>final class NullableTypeDeclarationForDefaultNullValueFixer extends AbstractFixer implements Configu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToParamTypeFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\PhpdocToParamTypeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>79</length>
<highlighted_element>final class PhpdocToParamTypeFixer extends AbstractPhpdocToTypeDeclarationFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToPropertyTypeFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\PhpdocToPropertyTypeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>82</length>
<highlighted_element>final class PhpdocToPropertyTypeFixer extends AbstractPhpdocToTypeDeclarationFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/PhpdocToReturnTypeFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\PhpdocToReturnTypeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>final class PhpdocToReturnTypeFixer extends AbstractPhpdocToTypeDeclarationFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/RegularCallableCallFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\RegularCallableCallFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class RegularCallableCallFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/ReturnTypeDeclarationFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\ReturnTypeDeclarationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>109</length>
<highlighted_element>final class ReturnTypeDeclarationFixer extends AbstractFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/SingleLineThrowFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\SingleLineThrowFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class SingleLineThrowFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/StaticLambdaFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\StaticLambdaFixer" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>final class StaticLambdaFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/UseArrowFunctionsFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\UseArrowFunctionsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>final class UseArrowFunctionsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/FunctionNotation/VoidReturnFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\FunctionNotation\VoidReturnFixer" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>final class VoidReturnFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/FullyQualifiedStrictTypesFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\FullyQualifiedStrictTypesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class FullyQualifiedStrictTypesFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GlobalNamespaceImportFixer.php</file>
<line>38</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\GlobalNamespaceImportFixer" />
<language>PHP</language>
<offset>0</offset>
<length>141</length>
<highlighted_element>final class GlobalNamespaceImportFixer extends AbstractFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/GroupImportFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\GroupImportFixer" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>final class GroupImportFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoLeadingImportSlashFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\NoLeadingImportSlashFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class NoLeadingImportSlashFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/NoUnusedImportsFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\NoUnusedImportsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class NoUnusedImportsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/OrderedImportsFixer.php</file>
<line>39</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\OrderedImportsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>134</length>
<highlighted_element>final class OrderedImportsFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterfa...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleImportPerStatementFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\SingleImportPerStatementFixer" />
<language>PHP</language>
<offset>0</offset>
<length>105</length>
<highlighted_element>final class SingleImportPerStatementFixer extends AbstractFixer implements WhitespacesAwareFixerInte...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Import/SingleLineAfterImportsFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Import\SingleLineAfterImportsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>103</length>
<highlighted_element>final class SingleLineAfterImportsFixer extends AbstractFixer implements WhitespacesAwareFixerInterf...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ClassKeywordRemoveFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\ClassKeywordRemoveFixer" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>final class ClassKeywordRemoveFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveIssetsFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveIssetsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>final class CombineConsecutiveIssetsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/CombineConsecutiveUnsetsFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\CombineConsecutiveUnsetsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>final class CombineConsecutiveUnsetsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DeclareEqualNormalizeFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\DeclareEqualNormalizeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>109</length>
<highlighted_element>final class DeclareEqualNormalizeFixer extends AbstractFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/DirConstantFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\DirConstantFixer" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>final class DirConstantFixer extends AbstractFunctionReferenceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ErrorSuppressionFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\ErrorSuppressionFixer" />
<language>PHP</language>
<offset>0</offset>
<length>104</length>
<highlighted_element>final class ErrorSuppressionFixer extends AbstractFixer implements ConfigurationDefinitionFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/ExplicitIndirectVariableFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\ExplicitIndirectVariableFixer" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>final class ExplicitIndirectVariableFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/FunctionToConstantFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\FunctionToConstantFixer" />
<language>PHP</language>
<offset>0</offset>
<length>106</length>
<highlighted_element>final class FunctionToConstantFixer extends AbstractFixer implements ConfigurationDefinitionFixerInt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/FunctionToConstantFixer.php</file>
<line>42</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\FunctionToConstantFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/IsNullFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\IsNullFixer" />
<language>PHP</language>
<offset>0</offset>
<length>94</length>
<highlighted_element>final class IsNullFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/NoUnsetOnPropertyFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\NoUnsetOnPropertyFixer" />
<language>PHP</language>
<offset>0</offset>
<length>56</length>
<highlighted_element>final class NoUnsetOnPropertyFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SilencedDeprecationErrorFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\SilencedDeprecationErrorFixer" />
<language>PHP</language>
<offset>0</offset>
<length>104</length>
<highlighted_element>final class SilencedDeprecationErrorFixer extends AbstractProxyFixer implements DeprecatedFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/LanguageConstruct/SingleSpaceAfterConstructFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\LanguageConstruct\SingleSpaceAfterConstructFixer" />
<language>PHP</language>
<offset>0</offset>
<length>113</length>
<highlighted_element>final class SingleSpaceAfterConstructFixer extends AbstractFixer implements ConfigurationDefinitionF...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ListNotation/ListSyntaxFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ListNotation\ListSyntaxFixer" />
<language>PHP</language>
<offset>0</offset>
<length>98</length>
<highlighted_element>final class ListSyntaxFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/BlankLineAfterNamespaceFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\NamespaceNotation\BlankLineAfterNamespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>104</length>
<highlighted_element>final class BlankLineAfterNamespaceFixer extends AbstractFixer implements WhitespacesAwareFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/CleanNamespaceFixer.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\NamespaceNotation\CleanNamespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class CleanNamespaceFixer extends AbstractLinesBeforeNamespaceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoBlankLinesBeforeNamespaceFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\NamespaceNotation\NoBlankLinesBeforeNamespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>86</length>
<highlighted_element>final class NoBlankLinesBeforeNamespaceFixer extends AbstractLinesBeforeNamespaceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/NoLeadingNamespaceWhitespaceFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\NamespaceNotation\NoLeadingNamespaceWhitespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>109</length>
<highlighted_element>final class NoLeadingNamespaceWhitespaceFixer extends AbstractFixer implements WhitespacesAwareFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/NamespaceNotation/SingleBlankLineBeforeNamespaceFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\NamespaceNotation\SingleBlankLineBeforeNamespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>89</length>
<highlighted_element>final class SingleBlankLineBeforeNamespaceFixer extends AbstractLinesBeforeNamespaceFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Naming/NoHomoglyphNamesFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Naming\NoHomoglyphNamesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class NoHomoglyphNamesFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/BinaryOperatorSpacesFixer.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\BinaryOperatorSpacesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>108</length>
<highlighted_element>final class BinaryOperatorSpacesFixer extends AbstractFixer implements ConfigurationDefinitionFixerI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ConcatSpaceFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\ConcatSpaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>99</length>
<highlighted_element>final class ConcatSpaceFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/IncrementStyleFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\IncrementStyleFixer" />
<language>PHP</language>
<offset>0</offset>
<length>119</length>
<highlighted_element>final class IncrementStyleFixer extends AbstractIncrementOperatorFixer implements ConfigurationDefin...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/LogicalOperatorsFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\LogicalOperatorsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class LogicalOperatorsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NewWithBracesFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\NewWithBracesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>final class NewWithBracesFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSpaceFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\NotOperatorWithSpaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class NotOperatorWithSpaceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/NotOperatorWithSuccessorSpaceFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class NotOperatorWithSuccessorSpaceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/ObjectOperatorWithoutWhitespaceFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\ObjectOperatorWithoutWhitespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>70</length>
<highlighted_element>final class ObjectOperatorWithoutWhitespaceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/OperatorLinebreakFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\OperatorLinebreakFixer" />
<language>PHP</language>
<offset>0</offset>
<length>105</length>
<highlighted_element>final class OperatorLinebreakFixer extends AbstractFixer implements ConfigurationDefinitionFixerInte...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/PreIncrementFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\PreIncrementFixer" />
<language>PHP</language>
<offset>0</offset>
<length>92</length>
<highlighted_element>final class PreIncrementFixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeIncrementFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\StandardizeIncrementFixer" />
<language>PHP</language>
<offset>0</offset>
<length>76</length>
<highlighted_element>final class StandardizeIncrementFixer extends AbstractIncrementOperatorFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/StandardizeNotEqualsFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\StandardizeNotEqualsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class StandardizeNotEqualsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryOperatorSpacesFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\TernaryOperatorSpacesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class TernaryOperatorSpacesFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToElvisOperatorFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\TernaryToElvisOperatorFixer" />
<language>PHP</language>
<offset>0</offset>
<length>61</length>
<highlighted_element>final class TernaryToElvisOperatorFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/TernaryToNullCoalescingFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\TernaryToNullCoalescingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>62</length>
<highlighted_element>final class TernaryToNullCoalescingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Operator/UnaryOperatorSpacesFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Operator\UnaryOperatorSpacesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class UnaryOperatorSpacesFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/BlankLineAfterOpeningTagFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpTag\BlankLineAfterOpeningTagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>105</length>
<highlighted_element>final class BlankLineAfterOpeningTagFixer extends AbstractFixer implements WhitespacesAwareFixerInte...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/EchoTagSyntaxFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpTag\EchoTagSyntaxFixer" />
<language>PHP</language>
<offset>0</offset>
<length>101</length>
<highlighted_element>final class EchoTagSyntaxFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterfac...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/FullOpeningTagFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpTag\FullOpeningTagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>final class FullOpeningTagFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/LinebreakAfterOpeningTagFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpTag\LinebreakAfterOpeningTagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>105</length>
<highlighted_element>final class LinebreakAfterOpeningTagFixer extends AbstractFixer implements WhitespacesAwareFixerInte...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/NoClosingTagFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpTag\NoClosingTagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>final class NoClosingTagFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpTag/NoShortEchoTagFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpTag\NoShortEchoTagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>94</length>
<highlighted_element>final class NoShortEchoTagFixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitConstructFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitConstructFixer" />
<language>PHP</language>
<offset>0</offset>
<length>111</length>
<highlighted_element>final class PhpUnitConstructFixer extends AbstractPhpUnitFixer implements ConfigurationDefinitionFix...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitDedicateAssertFixer" />
<language>PHP</language>
<offset>0</offset>
<length>116</length>
<highlighted_element>final class PhpUnitDedicateAssertFixer extends AbstractPhpUnitFixer implements ConfigurationDefiniti...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertInternalTypeFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitDedicateAssertInternalTypeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>128</length>
<highlighted_element>final class PhpUnitDedicateAssertInternalTypeFixer extends AbstractPhpUnitFixer implements Configura...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitExpectationFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitExpectationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>145</length>
<highlighted_element>final class PhpUnitExpectationFixer extends AbstractPhpUnitFixer implements ConfigurationDefinitionF...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitFqcnAnnotationFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitFqcnAnnotationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>final class PhpUnitFqcnAnnotationFixer extends AbstractPhpUnitFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitInternalClassFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitInternalClassFixer" />
<language>PHP</language>
<offset>0</offset>
<length>147</length>
<highlighted_element>final class PhpUnitInternalClassFixer extends AbstractPhpUnitFixer implements WhitespacesAwareFixerI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMethodCasingFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitMethodCasingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>114</length>
<highlighted_element>final class PhpUnitMethodCasingFixer extends AbstractPhpUnitFixer implements ConfigurationDefinition...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitMockFixer" />
<language>PHP</language>
<offset>0</offset>
<length>106</length>
<highlighted_element>final class PhpUnitMockFixer extends AbstractPhpUnitFixer implements ConfigurationDefinitionFixerInt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMockShortWillReturnFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitMockShortWillReturnFixer" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>final class PhpUnitMockShortWillReturnFixer extends AbstractPhpUnitFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNamespacedFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitNamespacedFixer" />
<language>PHP</language>
<offset>0</offset>
<length>105</length>
<highlighted_element>final class PhpUnitNamespacedFixer extends AbstractFixer implements ConfigurationDefinitionFixerInte...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNoExpectationAnnotationFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitNoExpectationAnnotationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>157</length>
<highlighted_element>final class PhpUnitNoExpectationAnnotationFixer extends AbstractPhpUnitFixer implements Configuratio...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitOrderedCoversFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitOrderedCoversFixer" />
<language>PHP</language>
<offset>0</offset>
<length>100</length>
<highlighted_element>final class PhpUnitOrderedCoversFixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSetUpTearDownVisibilityFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitSetUpTearDownVisibilityFixer" />
<language>PHP</language>
<offset>0</offset>
<length>76</length>
<highlighted_element>final class PhpUnitSetUpTearDownVisibilityFixer extends AbstractPhpUnitFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSizeClassFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitSizeClassFixer" />
<language>PHP</language>
<offset>0</offset>
<length>143</length>
<highlighted_element>final class PhpUnitSizeClassFixer extends AbstractPhpUnitFixer implements WhitespacesAwareFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitStrictFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer" />
<language>PHP</language>
<offset>0</offset>
<length>108</length>
<highlighted_element>final class PhpUnitStrictFixer extends AbstractPhpUnitFixer implements ConfigurationDefinitionFixerI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestAnnotationFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitTestAnnotationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>148</length>
<highlighted_element>final class PhpUnitTestAnnotationFixer extends AbstractPhpUnitFixer implements ConfigurationDefiniti...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestCaseStaticMethodCallsFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitTestCaseStaticMethodCallsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>127</length>
<highlighted_element>final class PhpUnitTestCaseStaticMethodCallsFixer extends AbstractPhpUnitFixer implements Configurat...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestClassRequiresCoversFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\PhpUnit\PhpUnitTestClassRequiresCoversFixer" />
<language>PHP</language>
<offset>0</offset>
<length>118</length>
<highlighted_element>final class PhpUnitTestClassRequiresCoversFixer extends AbstractPhpUnitFixer implements WhitespacesA...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/AlignMultilineCommentFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\AlignMultilineCommentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>141</length>
<highlighted_element>final class AlignMultilineCommentFixer extends AbstractFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocAnnotationRemoveFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\GeneralPhpdocAnnotationRemoveFixer" />
<language>PHP</language>
<offset>0</offset>
<length>117</length>
<highlighted_element>final class GeneralPhpdocAnnotationRemoveFixer extends AbstractFixer implements ConfigurationDefinit...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/GeneralPhpdocTagRenameFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\GeneralPhpdocTagRenameFixer" />
<language>PHP</language>
<offset>0</offset>
<length>110</length>
<highlighted_element>final class GeneralPhpdocTagRenameFixer extends AbstractFixer implements ConfigurationDefinitionFixe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoBlankLinesAfterPhpdocFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\NoBlankLinesAfterPhpdocFixer" />
<language>PHP</language>
<offset>0</offset>
<length>62</length>
<highlighted_element>final class NoBlankLinesAfterPhpdocFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoEmptyPhpdocFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\NoEmptyPhpdocFixer" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>final class NoEmptyPhpdocFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/NoSuperfluousPhpdocTagsFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\NoSuperfluousPhpdocTagsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>111</length>
<highlighted_element>final class NoSuperfluousPhpdocTagsFixer extends AbstractFixer implements ConfigurationDefinitionFix...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAddMissingParamAnnotationFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocAddMissingParamAnnotationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>151</length>
<highlighted_element>final class PhpdocAddMissingParamAnnotationFixer extends AbstractFixer implements ConfigurationDefin...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAlignFixer.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer" />
<language>PHP</language>
<offset>0</offset>
<length>131</length>
<highlighted_element>final class PhpdocAlignFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface,...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocAnnotationWithoutDotFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocAnnotationWithoutDotFixer" />
<language>PHP</language>
<offset>0</offset>
<length>65</length>
<highlighted_element>final class PhpdocAnnotationWithoutDotFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocIndentFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocIndentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>final class PhpdocIndentFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocInlineTagFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocInlineTagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>95</length>
<highlighted_element>final class PhpdocInlineTagFixer extends AbstractProxyFixer implements DeprecatedFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocInlineTagNormalizerFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocInlineTagNormalizerFixer" />
<language>PHP</language>
<offset>0</offset>
<length>113</length>
<highlighted_element>final class PhpdocInlineTagNormalizerFixer extends AbstractFixer implements ConfigurationDefinitionF...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocLineSpanFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocLineSpanFixer" />
<language>PHP</language>
<offset>0</offset>
<length>134</length>
<highlighted_element>final class PhpdocLineSpanFixer extends AbstractFixer implements WhitespacesAwareFixerInterface, Con...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAccessFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocNoAccessFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class PhpdocNoAccessFixer extends AbstractProxyFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoAliasTagFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocNoAliasTagFixer" />
<language>PHP</language>
<offset>0</offset>
<length>109</length>
<highlighted_element>final class PhpdocNoAliasTagFixer extends AbstractProxyFixer implements ConfigurationDefinitionFixer...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoEmptyReturnFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocNoEmptyReturnFixer" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>final class PhpdocNoEmptyReturnFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoPackageFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocNoPackageFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class PhpdocNoPackageFixer extends AbstractProxyFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocNoUselessInheritdocFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocNoUselessInheritdocFixer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PhpdocNoUselessInheritdocFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderByValueFixer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocOrderByValueFixer" />
<language>PHP</language>
<offset>0</offset>
<length>106</length>
<highlighted_element>final class PhpdocOrderByValueFixer extends AbstractFixer implements ConfigurationDefinitionFixerInt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocOrderFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocOrderFixer" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>final class PhpdocOrderFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocReturnSelfReferenceFixer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocReturnSelfReferenceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>113</length>
<highlighted_element>final class PhpdocReturnSelfReferenceFixer extends AbstractFixer implements ConfigurationDefinitionF...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocScalarFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocScalarFixer" />
<language>PHP</language>
<offset>0</offset>
<length>111</length>
<highlighted_element>final class PhpdocScalarFixer extends AbstractPhpdocTypesFixer implements ConfigurationDefinitionFix...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSeparationFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocSeparationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class PhpdocSeparationFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSingleLineVarSpacingFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocSingleLineVarSpacingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>65</length>
<highlighted_element>final class PhpdocSingleLineVarSpacingFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocSummaryFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocSummaryFixer" />
<language>PHP</language>
<offset>0</offset>
<length>94</length>
<highlighted_element>final class PhpdocSummaryFixer extends AbstractFixer implements WhitespacesAwareFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagCasingFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocTagCasingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>108</length>
<highlighted_element>final class PhpdocTagCasingFixer extends AbstractProxyFixer implements ConfigurationDefinitionFixerI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTagTypeFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocTagTypeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>101</length>
<highlighted_element>final class PhpdocTagTypeFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterfac...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocToCommentFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocToCommentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class PhpdocToCommentFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimConsecutiveBlankLineSeparationFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocTrimConsecutiveBlankLineSeparationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>79</length>
<highlighted_element>final class PhpdocTrimConsecutiveBlankLineSeparationFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTrimFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocTrimFixer" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>final class PhpdocTrimFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocTypesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>110</length>
<highlighted_element>final class PhpdocTypesFixer extends AbstractPhpdocTypesFixer implements ConfigurationDefinitionFixe...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocTypesOrderFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocTypesOrderFixer" />
<language>PHP</language>
<offset>0</offset>
<length>104</length>
<highlighted_element>final class PhpdocTypesOrderFixer extends AbstractFixer implements ConfigurationDefinitionFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarAnnotationCorrectOrderFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocVarAnnotationCorrectOrderFixer" />
<language>PHP</language>
<offset>0</offset>
<length>70</length>
<highlighted_element>final class PhpdocVarAnnotationCorrectOrderFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Phpdoc/PhpdocVarWithoutNameFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Phpdoc\PhpdocVarWithoutNameFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class PhpdocVarWithoutNameFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/BlankLineBeforeReturnFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ReturnNotation\BlankLineBeforeReturnFixer" />
<language>PHP</language>
<offset>0</offset>
<length>133</length>
<highlighted_element>final class BlankLineBeforeReturnFixer extends AbstractProxyFixer implements DeprecatedFixerInterfac...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/NoUselessReturnFixer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ReturnNotation\NoUselessReturnFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class NoUselessReturnFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/ReturnAssignmentFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ReturnNotation\ReturnAssignmentFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class ReturnAssignmentFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/ReturnNotation/SimplifiedNullReturnFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\ReturnNotation\SimplifiedNullReturnFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class SimplifiedNullReturnFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoEmptyStatementFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Semicolon\NoEmptyStatementFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class NoEmptyStatementFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoMultilineWhitespaceBeforeSemicolonsFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Semicolon\NoMultilineWhitespaceBeforeSemicolonsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>149</length>
<highlighted_element>final class NoMultilineWhitespaceBeforeSemicolonsFixer extends AbstractProxyFixer implements Depreca...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/NoSinglelineWhitespaceBeforeSemicolonsFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Semicolon\NoSinglelineWhitespaceBeforeSemicolonsFixer" />
<language>PHP</language>
<offset>0</offset>
<length>77</length>
<highlighted_element>final class NoSinglelineWhitespaceBeforeSemicolonsFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SemicolonAfterInstructionFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Semicolon\SemicolonAfterInstructionFixer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class SemicolonAfterInstructionFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Semicolon/SpaceAfterSemicolonFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Semicolon\SpaceAfterSemicolonFixer" />
<language>PHP</language>
<offset>0</offset>
<length>107</length>
<highlighted_element>final class SpaceAfterSemicolonFixer extends AbstractFixer implements ConfigurationDefinitionFixerIn...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/DeclareStrictTypesFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Strict\DeclareStrictTypesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>99</length>
<highlighted_element>final class DeclareStrictTypesFixer extends AbstractFixer implements WhitespacesAwareFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictComparisonFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Strict\StrictComparisonFixer" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class StrictComparisonFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Strict/StrictParamFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Strict\StrictParamFixer" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>final class StrictParamFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/EscapeImplicitBackslashesFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\EscapeImplicitBackslashesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>113</length>
<highlighted_element>final class EscapeImplicitBackslashesFixer extends AbstractFixer implements ConfigurationDefinitionF...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/ExplicitStringVariableFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\ExplicitStringVariableFixer" />
<language>PHP</language>
<offset>0</offset>
<length>61</length>
<highlighted_element>final class ExplicitStringVariableFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/HeredocToNowdocFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\HeredocToNowdocFixer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class HeredocToNowdocFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoBinaryStringFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\NoBinaryStringFixer" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>final class NoBinaryStringFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/NoTrailingWhitespaceInStringFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\NoTrailingWhitespaceInStringFixer" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>final class NoTrailingWhitespaceInStringFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SimpleToComplexStringVariableFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\SimpleToComplexStringVariableFixer" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class SimpleToComplexStringVariableFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/SingleQuoteFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\SingleQuoteFixer" />
<language>PHP</language>
<offset>0</offset>
<length>99</length>
<highlighted_element>final class SingleQuoteFixer extends AbstractFixer implements ConfigurationDefinitionFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/StringNotation/StringLineEndingFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\StringNotation\StringLineEndingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>97</length>
<highlighted_element>final class StringLineEndingFixer extends AbstractFixer implements WhitespacesAwareFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/ArrayIndentationFixer.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\ArrayIndentationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>97</length>
<highlighted_element>final class ArrayIndentationFixer extends AbstractFixer implements WhitespacesAwareFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/BlankLineBeforeStatementFixer.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\BlankLineBeforeStatementFixer" />
<language>PHP</language>
<offset>0</offset>
<length>144</length>
<highlighted_element>final class BlankLineBeforeStatementFixer extends AbstractFixer implements ConfigurationDefinitionFi...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/BlankLineBeforeStatementFixer.php</file>
<line>71</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Fixer\Whitespace\BlankLineBeforeStatementFixer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/CompactNullableTypehintFixer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\CompactNullableTypehintFixer" />
<language>PHP</language>
<offset>0</offset>
<length>62</length>
<highlighted_element>final class CompactNullableTypehintFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/HeredocIndentationFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\HeredocIndentationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>138</length>
<highlighted_element>final class HeredocIndentationFixer extends AbstractFixer implements ConfigurationDefinitionFixerInt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/IndentationTypeFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\IndentationTypeFixer" />
<language>PHP</language>
<offset>0</offset>
<length>96</length>
<highlighted_element>final class IndentationTypeFixer extends AbstractFixer implements WhitespacesAwareFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/LineEndingFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\LineEndingFixer" />
<language>PHP</language>
<offset>0</offset>
<length>91</length>
<highlighted_element>final class LineEndingFixer extends AbstractFixer implements WhitespacesAwareFixerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/MethodChainingIndentationFixer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\MethodChainingIndentationFixer" />
<language>PHP</language>
<offset>0</offset>
<length>106</length>
<highlighted_element>final class MethodChainingIndentationFixer extends AbstractFixer implements WhitespacesAwareFixerInt...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoExtraBlankLinesFixer.php</file>
<line>36</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\NoExtraBlankLinesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>137</length>
<highlighted_element>final class NoExtraBlankLinesFixer extends AbstractFixer implements ConfigurationDefinitionFixerInte...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoExtraConsecutiveBlankLinesFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\NoExtraConsecutiveBlankLinesFixer" />
<language>PHP</language>
<offset>0</offset>
<length>179</length>
<highlighted_element>final class NoExtraConsecutiveBlankLinesFixer extends AbstractProxyFixer implements ConfigurationDef...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesAroundOffsetFixer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\NoSpacesAroundOffsetFixer" />
<language>PHP</language>
<offset>0</offset>
<length>108</length>
<highlighted_element>final class NoSpacesAroundOffsetFixer extends AbstractFixer implements ConfigurationDefinitionFixerI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoSpacesInsideParenthesisFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\NoSpacesInsideParenthesisFixer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class NoSpacesInsideParenthesisFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoTrailingWhitespaceFixer.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\NoTrailingWhitespaceFixer" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>final class NoTrailingWhitespaceFixer extends AbstractFixer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/NoWhitespaceInBlankLineFixer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\NoWhitespaceInBlankLineFixer" />
<language>PHP</language>
<offset>0</offset>
<length>104</length>
<highlighted_element>final class NoWhitespaceInBlankLineFixer extends AbstractFixer implements WhitespacesAwareFixerInter...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Fixer/Whitespace/SingleBlankLineAtEofFixer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Fixer\Whitespace\SingleBlankLineAtEofFixer" />
<language>PHP</language>
<offset>0</offset>
<length>101</length>
<highlighted_element>final class SingleBlankLineAtEofFixer extends AbstractFixer implements WhitespacesAwareFixerInterfac...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerConfigurationResolverInterface.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\FixerConfiguration\FixerConfigurationResolverInterface" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>interface FixerConfigurationResolverInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/FixerConfiguration/FixerOptionInterface.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\FixerConfiguration\FixerOptionInterface" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>interface FixerOptionInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/FixerDefinition/CodeSampleInterface.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\FixerDefinition\CodeSampleInterface" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>interface CodeSampleInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Linter/LinterInterface.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Linter\LinterInterface" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>interface LinterInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 4 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Linter/LintingResultInterface.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Linter\LintingResultInterface" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>interface LintingResultInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractRuleSetDescription.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\AbstractRuleSetDescription" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>abstract class AbstractRuleSetDescription implements RuleSetDescriptionInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 35 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/AbstractRuleSetDescription.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\RuleSet\AbstractRuleSetDescription __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/DoctrineAnnotationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\DoctrineAnnotationSet" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class DoctrineAnnotationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP54MigrationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP54MigrationSet" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PHP54MigrationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP56MigrationRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP56MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>final class PHP56MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP56MigrationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP56MigrationSet" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PHP56MigrationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP70MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>final class PHP70MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP70MigrationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP70MigrationSet" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PHP70MigrationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP71MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>final class PHP71MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP71MigrationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP71MigrationSet" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PHP71MigrationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP73MigrationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP73MigrationSet" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PHP73MigrationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP74MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>final class PHP74MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP74MigrationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP74MigrationSet" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PHP74MigrationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP80MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>final class PHP80MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHP80MigrationSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHP80MigrationSet" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class PHP80MigrationSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit30MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit30MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit30MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit32MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit32MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit32MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit35MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit35MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit35MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit43MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit43MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit43MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit48MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit48MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit48MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit50MigrationRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit50MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit50MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit52MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit52MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit52MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit54MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit54MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit54MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit55MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit55MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit55MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit56MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit56MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit56MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit57MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit57MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit57MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit60MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit60MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit60MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit75MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit75MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit75MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PHPUnit84MigrationRiskySet.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PHPUnit84MigrationRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class PHPUnit84MigrationRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12RiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PSR12RiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class PSR12RiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR12Set.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PSR12Set" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>final class PSR12Set extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR1Set.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PSR1Set" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class PSR1Set extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PSR2Set.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PSR2Set" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class PSR2Set extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PhpCsFixerRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>65</length>
<highlighted_element>final class PhpCsFixerRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/PhpCsFixerSet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\PhpCsFixerSet" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class PhpCsFixerSet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonyRiskySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\SymfonyRiskySet" />
<language>PHP</language>
<offset>0</offset>
<length>62</length>
<highlighted_element>final class SymfonyRiskySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/RuleSet/Sets/SymfonySet.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\RuleSet\Sets\SymfonySet" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>final class SymfonySet extends AbstractRuleSetDescription</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Test/AbstractFixerTestCase.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Test\AbstractFixerTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>70</length>
<highlighted_element>abstract class AbstractFixerTestCase extends BaseAbstractFixerTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Test/AbstractFixerTestCase.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Test\AbstractFixerTestCase __construct" />
<language>PHP</language>
<offset>4</offset>
<length>75</length>
<highlighted_element>public function __construct($name = null, array $data = [], $dataName = '')</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/AbstractTransformer.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\AbstractTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>66</length>
<highlighted_element>abstract class AbstractTransformer implements TransformerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 17 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ArrayTypehintTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\ArrayTypehintTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class ArrayTypehintTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/AttributeTransformer.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\AttributeTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class AttributeTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/BraceClassInstantiationTransformer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\BraceClassInstantiationTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>74</length>
<highlighted_element>final class BraceClassInstantiationTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ClassConstantTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\ClassConstantTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class ClassConstantTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ConstructorPromotionTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\ConstructorPromotionTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class ConstructorPromotionTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/CurlyBraceTransformer.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\CurlyBraceTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>61</length>
<highlighted_element>final class CurlyBraceTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ImportTransformer.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\ImportTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>final class ImportTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NameQualifiedTransformer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\NameQualifiedTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class NameQualifiedTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamedArgumentTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\NamedArgumentTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>final class NamedArgumentTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NamespaceOperatorTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\NamespaceOperatorTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class NamespaceOperatorTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/NullableTypeTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\NullableTypeTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>final class NullableTypeTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/ReturnRefTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\ReturnRefTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class ReturnRefTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/SquareBraceTransformer.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\SquareBraceTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>62</length>
<highlighted_element>final class SquareBraceTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeAlternationTransformer.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\TypeAlternationTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>66</length>
<highlighted_element>final class TypeAlternationTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/TypeColonTransformer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\TypeColonTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>final class TypeColonTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/UseTransformer.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\UseTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class UseTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/src/Tokenizer/Transformer/WhitespacyCommentTransformer.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tokenizer\Transformer\WhitespacyCommentTransformer" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class WhitespacyCommentTransformer extends AbstractTransformer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/AbstractFixerTestCase.php</file>
<line>44</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\AbstractFixerTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>abstract class AbstractFixerTestCase extends TestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/AbstractIntegrationCaseFactory.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\AbstractIntegrationCaseFactory" />
<language>PHP</language>
<offset>0</offset>
<length>88</length>
<highlighted_element>abstract class AbstractIntegrationCaseFactory implements IntegrationCaseFactoryInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/AbstractIntegrationTestCase.php</file>
<line>64</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\AbstractIntegrationTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>abstract class AbstractIntegrationTestCase extends TestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/Assert/AssertTokensTrait.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\Assert\AssertTokensTrait" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>trait AssertTokensTrait</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Trait is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/IntegrationCase.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\IntegrationCase" />
<language>PHP</language>
<offset>0</offset>
<length>27</length>
<highlighted_element>final class IntegrationCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/IntegrationCase.php</file>
<line>71</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Tests\Test\IntegrationCase __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/IntegrationCaseFactory.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\IntegrationCaseFactory" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class IntegrationCaseFactory extends AbstractIntegrationCaseFactory</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/IntegrationCaseFactoryInterface.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\IntegrationCaseFactoryInterface" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>interface IntegrationCaseFactoryInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/InternalIntegrationCaseFactory.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\InternalIntegrationCaseFactory" />
<language>PHP</language>
<offset>0</offset>
<length>81</length>
<highlighted_element>final class InternalIntegrationCaseFactory extends AbstractIntegrationCaseFactory</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/IsIdenticalConstraint.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\IsIdenticalConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>27</length>
<highlighted_element>trait IsIdenticalConstraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Trait is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/Test/TokensWithObservedTransformers.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\Test\TokensWithObservedTransformers" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>class TokensWithObservedTransformers extends Tokens</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/TestCase.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\InterimTestCase" />
<language>PHP</language>
<offset>8</offset>
<length>51</length>
<highlighted_element>abstract class InterimTestCase extends BaseTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/TestCase.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\InterimTestCase" />
<language>PHP</language>
<offset>8</offset>
<length>51</length>
<highlighted_element>abstract class InterimTestCase extends BaseTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/TestCase.php</file>
<line>53</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\TestCase" />
<language>PHP</language>
<offset>4</offset>
<length>47</length>
<highlighted_element>abstract class TestCase extends InterimTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/tests/TestCase.php</file>
<line>73</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Tests\TestCase" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>abstract class TestCase extends BaseTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Exception\ClientException" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class ClientException extends BadResponseException</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Exception\ServerException" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class ServerException extends BadResponseException</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\MessageFormatterInterface" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>interface MessageFormatterInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/AppendStream.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\AppendStream" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>final class AppendStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/AppendStream.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\AppendStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>public function __construct(array $streams = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/CachingStream.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\CachingStream" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>final class CachingStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/CachingStream.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\CachingStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/DroppingStream.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\DroppingStream" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>final class DroppingStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/DroppingStream.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\DroppingStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>68</length>
<highlighted_element>public function __construct(StreamInterface $stream, int $maxLength)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/FnStream.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\FnStream" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>#[\AllowDynamicProperties]</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/FnStream.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\FnStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(array $methods)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/InflateStream.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\InflateStream" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>final class InflateStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/InflateStream.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\InflateStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(StreamInterface $stream)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/LazyOpenStream.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\LazyOpenStream" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>#[\AllowDynamicProperties]</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/LazyOpenStream.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\LazyOpenStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>59</length>
<highlighted_element>public function __construct(string $filename, string $mode)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/LimitStream.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\LimitStream" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>final class LimitStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/LimitStream.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\LimitStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/MultipartStream.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\MultipartStream" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>final class MultipartStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/MultipartStream.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\MultipartStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>74</length>
<highlighted_element>public function __construct(array $elements = [], string $boundary = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/NoSeekStream.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\NoSeekStream" />
<language>PHP</language>
<offset>0</offset>
<length>51</length>
<highlighted_element>final class NoSeekStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/PumpStream.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\PumpStream" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>final class PumpStream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/PumpStream.php</file>
<line>46</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\PumpStream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>66</length>
<highlighted_element>public function __construct(callable $source, array $options = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/Stream.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\Stream" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class Stream implements StreamInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 4 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/Stream.php</file>
<line>50</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\Stream __construct" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>public function __construct($stream, array $options = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GuzzleHttp\Psr7\StreamDecoratorTrait" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>trait StreamDecoratorTrait</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Trait is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GuzzleHttp\Psr7\StreamDecoratorTrait __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(StreamInterface $stream)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\CollectionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class CollectionConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\ConstraintInterface" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>interface ConstraintInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 9 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\EnumConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class EnumConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\FormatConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class FormatConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\NumberConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class NumberConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\ObjectConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class ObjectConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\SchemaConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class SchemaConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\StringConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class StringConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\TypeConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class TypeConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSchema\Constraints\UndefinedConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>class UndefinedConstraint extends Constraint</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Monolog\Formatter\FormatterInterface" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>interface FormatterInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 17 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Monolog\Handler\BrowserConsoleHandler" />
<language>PHP</language>
<offset>0</offset>
<length>61</length>
<highlighted_element>class BrowserConsoleHandler extends AbstractProcessingHandler</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Monolog\Handler\FormattableHandlerInterface" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>interface FormattableHandlerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 51 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Monolog\Handler\ProcessableHandlerInterface" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>interface ProcessableHandlerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 52 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Test/TestCase.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Monolog\Test\TestCase" />
<language>PHP</language>
<offset>0</offset>
<length>50</length>
<highlighted_element>class TestCase extends \PHPUnit\Framework\TestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Test/TestCase.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Monolog\Test\TestCase tearDown" />
<language>PHP</language>
<offset>4</offset>
<length>32</length>
<highlighted_element>public function tearDown(): void</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Test/TestCase.php</file>
<line>47</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Monolog\Test\TestCase getRecord" />
<language>PHP</language>
<offset>4</offset>
<length>112</length>
<highlighted_element>protected function getRecord(int $level = Logger::WARNING, string $message = 'test', array $context ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Test/TestCase.php</file>
<line>63</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Monolog\Test\TestCase getMultipleRecords" />
<language>PHP</language>
<offset>4</offset>
<length>46</length>
<highlighted_element>protected function getMultipleRecords(): array</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/monolog/monolog/src/Monolog/Test/TestCase.php</file>
<line>74</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\Monolog\Test\TestCase getIdentityFormatter" />
<language>PHP</language>
<offset>4</offset>
<length>61</length>
<highlighted_element>protected function getIdentityFormatter(): FormatterInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\DeepCopy\DeepCopy" />
<language>PHP</language>
<offset>0</offset>
<length>14</length>
<highlighted_element>class DeepCopy</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php</file>
<line>60</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\DeepCopy\DeepCopy __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct($useCloneMethod = false)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Comment/Doc.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Comment\Doc" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class Doc extends \PhpParser\Comment</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Comment.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Comment" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class Comment implements \JsonSerializable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Comment.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Comment __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\ArrayDimFetch" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class ArrayDimFetch extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 24 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ArrayDimFetch.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\ArrayDimFetch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>82</length>
<highlighted_element>public function __construct(Expr $var, Expr $dim = null, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 24 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Assign" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>class Assign extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Assign.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\Assign __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(Expr $var, Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\BitwiseAnd" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class BitwiseAnd extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseOr.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\BitwiseOr" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class BitwiseOr extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseXor.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\BitwiseXor" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class BitwiseXor extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Coalesce.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Coalesce" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Coalesce extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Concat.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Concat" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Concat extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Div.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Div" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Div extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Minus.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Minus" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class Minus extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mod.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Mod" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Mod extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Mul.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Mul" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Mul extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Plus.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Plus" />
<language>PHP</language>
<offset>0</offset>
<length>27</length>
<highlighted_element>class Plus extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/Pow.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\Pow" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Pow extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftLeft.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\ShiftLeft" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class ShiftLeft extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/ShiftRight.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignOp\ShiftRight" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class ShiftRight extends AssignOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\AssignRef" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class AssignRef extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignRef.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\AssignRef __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(Expr $var, Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\BitwiseAnd" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class BitwiseAnd extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\BitwiseOr" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class BitwiseOr extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\BitwiseXor" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class BitwiseXor extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\BooleanAnd" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class BooleanAnd extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\BooleanOr" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class BooleanOr extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Coalesce.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Coalesce" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Coalesce extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Concat.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Concat" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Concat extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Div.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Div" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Div extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Equal.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Equal" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class Equal extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Greater.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Greater" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Greater extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/GreaterOrEqual.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\GreaterOrEqual" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class GreaterOrEqual extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Identical.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Identical" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Identical extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalAnd.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\LogicalAnd" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class LogicalAnd extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalOr.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\LogicalOr" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class LogicalOr extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/LogicalXor.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\LogicalXor" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class LogicalXor extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Minus.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Minus" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class Minus extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mod.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Mod" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Mod extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Mul.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Mul" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Mul extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotEqual.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\NotEqual" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class NotEqual extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/NotIdentical.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\NotIdentical" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class NotIdentical extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Plus.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Plus" />
<language>PHP</language>
<offset>0</offset>
<length>27</length>
<highlighted_element>class Plus extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Pow.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Pow" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Pow extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\ShiftLeft" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class ShiftLeft extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftRight.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\ShiftRight" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class ShiftRight extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Smaller.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Smaller" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Smaller extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/SmallerOrEqual.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\SmallerOrEqual" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class SmallerOrEqual extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/Spaceship.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BinaryOp\Spaceship" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Spaceship extends BinaryOp</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BitwiseNot" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class BitwiseNot extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BitwiseNot.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\BitwiseNot __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\BooleanNot" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class BooleanNot extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BooleanNot.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\BooleanNot __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Array_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Cast\Array_" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>class Array_ extends Cast</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Bool_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Cast\Bool_" />
<language>PHP</language>
<offset>0</offset>
<length>24</length>
<highlighted_element>class Bool_ extends Cast</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Int_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Cast\Int_" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>class Int_ extends Cast</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Object_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Cast\Object_" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Object_ extends Cast</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/String_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Cast\String_" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class String_ extends Cast</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/Unset_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Cast\Unset_" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>class Unset_ extends Cast</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\ClassConstFetch" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class ClassConstFetch extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ClassConstFetch.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\ClassConstFetch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>68</length>
<highlighted_element>public function __construct($class, $name, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\ErrorSuppress" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class ErrorSuppress extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ErrorSuppress.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\ErrorSuppress __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\FuncCall" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class FuncCall extends CallLike</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 8 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/FuncCall.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\FuncCall __construct" />
<language>PHP</language>
<offset>4</offset>
<length>78</length>
<highlighted_element>public function __construct($name, array $args = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 8 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Instanceof_" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Instanceof_ extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Instanceof_.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\Instanceof_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>73</length>
<highlighted_element>public function __construct(Expr $expr, $class, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\MethodCall" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class MethodCall extends CallLike</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 4 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/MethodCall.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\MethodCall __construct" />
<language>PHP</language>
<offset>4</offset>
<length>89</length>
<highlighted_element>public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\New_" />
<language>PHP</language>
<offset>0</offset>
<length>27</length>
<highlighted_element>class New_ extends CallLike</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/New_.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\New_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>79</length>
<highlighted_element>public function __construct($class, array $args = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\NullsafeMethodCall" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class NullsafeMethodCall extends CallLike</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafeMethodCall.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\NullsafeMethodCall __construct" />
<language>PHP</language>
<offset>4</offset>
<length>89</length>
<highlighted_element>public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\NullsafePropertyFetch" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class NullsafePropertyFetch extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/NullsafePropertyFetch.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\NullsafePropertyFetch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>71</length>
<highlighted_element>public function __construct(Expr $var, $name, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\PostDec" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class PostDec extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostDec.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\PostDec __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct(Expr $var, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\PostInc" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class PostInc extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PostInc.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\PostInc __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct(Expr $var, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\PreDec" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>class PreDec extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreDec.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\PreDec __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct(Expr $var, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\PreInc" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>class PreInc extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PreInc.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\PreInc __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct(Expr $var, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Print_" />
<language>PHP</language>
<offset>0</offset>
<length>25</length>
<highlighted_element>class Print_ extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Print_.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\Print_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\PropertyFetch" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class PropertyFetch extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 8 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\PropertyFetch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>71</length>
<highlighted_element>public function __construct(Expr $var, $name, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 8 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\StaticCall" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class StaticCall extends CallLike</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticCall.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\StaticCall __construct" />
<language>PHP</language>
<offset>4</offset>
<length>86</length>
<highlighted_element>public function __construct($class, $name, array $args = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\StaticPropertyFetch" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class StaticPropertyFetch extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 6 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/StaticPropertyFetch.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\StaticPropertyFetch __construct" />
<language>PHP</language>
<offset>4</offset>
<length>68</length>
<highlighted_element>public function __construct($class, $name, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 6 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\Ternary" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class Ternary extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 6 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Ternary.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\Ternary __construct" />
<language>PHP</language>
<offset>4</offset>
<length>82</length>
<highlighted_element>public function __construct(Expr $cond, $if, Expr $else, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 6 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\UnaryMinus" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class UnaryMinus extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryMinus.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\UnaryMinus __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\UnaryPlus" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class UnaryPlus extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/UnaryPlus.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\UnaryPlus __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Expr\YieldFrom" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class YieldFrom extends Expr</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/YieldFrom.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Expr\YieldFrom __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct(Expr $expr, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Scalar\Encapsed" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Encapsed extends Scalar</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Encapsed.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Scalar\Encapsed __construct" />
<language>PHP</language>
<offset>4</offset>
<length>67</length>
<highlighted_element>public function __construct(array $parts, array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\Case_" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>class Case_ extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 4 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Case_.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\Case_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>79</length>
<highlighted_element>public function __construct($cond, array $stmts = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\Catch_" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Catch_ extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Catch_.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\Catch_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\ClassConst" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class ClassConst extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassConst.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\ClassConst __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\ClassMethod" />
<language>PHP</language>
<offset>0</offset>
<length>59</length>
<highlighted_element>class ClassMethod extends Node\Stmt implements FunctionLike</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ClassMethod.php</file>
<line>58</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\ClassMethod __construct" />
<language>PHP</language>
<offset>4</offset>
<length>82</length>
<highlighted_element>public function __construct($name, array $subNodes = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\ElseIf_" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class ElseIf_ extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 4 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/ElseIf_.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\ElseIf_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>89</length>
<highlighted_element>public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php</file>
<line>8</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\EnumCase" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class EnumCase extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/EnumCase.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\EnumCase __construct" />
<language>PHP</language>
<offset>4</offset>
<length>108</length>
<highlighted_element>public function __construct($name, Node\Expr $expr = null, array $attrGroups = [], array $attributes...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\For_" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class For_ extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/For_.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\For_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>75</length>
<highlighted_element>public function __construct(array $subNodes = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\Foreach_" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Foreach_ extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Foreach_.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\Foreach_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>113</length>
<highlighted_element>public function __construct(Node\Expr $expr, Node\Expr $valueVar, array $subNodes = [], array $attri...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\If_" />
<language>PHP</language>
<offset>0</offset>
<length>27</length>
<highlighted_element>class If_ extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 4 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/If_.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\If_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>92</length>
<highlighted_element>public function __construct(Node\Expr $cond, array $subNodes = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\Property" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Property extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Property.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\Property __construct" />
<language>PHP</language>
<offset>4</offset>
<length>117</length>
<highlighted_element>public function __construct(int $flags, array $props, array $attributes = [], $type = null, array $a...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\TraitUse" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class TraitUse extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/TraitUse.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\TraitUse __construct" />
<language>PHP</language>
<offset>4</offset>
<length>93</length>
<highlighted_element>public function __construct(array $traits, array $adaptations = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Node\Stmt\While_" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class While_ extends Node\Stmt</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/While_.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpParser\Node\Stmt\While_ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>89</length>
<highlighted_element>public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/nikic/php-parser/lib/PhpParser/Parser.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpParser\Parser" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>interface Parser</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/AppVeyor.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\AppVeyor" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class AppVeyor extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/AwsCodeBuild.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\AwsCodeBuild" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class AwsCodeBuild extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/AzurePipelines.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\AzurePipelines" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class AzurePipelines extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Bamboo.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Bamboo" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Bamboo extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/BitbucketPipelines.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\BitbucketPipelines" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class BitbucketPipelines extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Buddy.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Buddy" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Buddy extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Circle.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Circle" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Circle extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Codeship.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Codeship" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class Codeship extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Continuousphp.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Continuousphp" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class Continuousphp extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Drone.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Drone" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Drone extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/GitHubActions.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\GitHubActions" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class GitHubActions extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/GitLab.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\GitLab" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class GitLab extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Jenkins.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Jenkins" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Jenkins extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/SourceHut.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\SourceHut" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class SourceHut extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/TeamCity.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\TeamCity" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class TeamCity extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Travis.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Travis" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class Travis extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/ondram/ci-detector/src/Ci/Wercker.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\OndraM\CiDetector\Ci\Wercker" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Wercker extends AbstractCi</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/ManifestDocumentMapper.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestDocumentMapper" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class ManifestDocumentMapper {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/ManifestSerializer.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestSerializer" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>class ManifestSerializer {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/ElementCollectionException.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ElementCollectionException" />
<language>PHP</language>
<offset>0</offset>
<length>89</length>
<highlighted_element>class ElementCollectionException extends \InvalidArgumentException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/Exception.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Exception" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>interface Exception extends \Throwable {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 9 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/InvalidEmailException.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\InvalidEmailException" />
<language>PHP</language>
<offset>0</offset>
<length>84</length>
<highlighted_element>class InvalidEmailException extends \InvalidArgumentException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\InvalidUrlException" />
<language>PHP</language>
<offset>0</offset>
<length>82</length>
<highlighted_element>class InvalidUrlException extends \InvalidArgumentException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/ManifestDocumentException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestDocumentException" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>class ManifestDocumentException extends \RuntimeException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestDocumentLoadingException" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>class ManifestDocumentLoadingException extends \Exception implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/ManifestDocumentLoadingException.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\ManifestDocumentLoadingException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>50</length>
<highlighted_element>public function __construct(array $libxmlErrors) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/ManifestDocumentMapperException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestDocumentMapperException" />
<language>PHP</language>
<offset>0</offset>
<length>86</length>
<highlighted_element>class ManifestDocumentMapperException extends \RuntimeException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/ManifestElementException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestElementException" />
<language>PHP</language>
<offset>0</offset>
<length>79</length>
<highlighted_element>class ManifestElementException extends \RuntimeException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/exceptions/ManifestLoaderException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestLoaderException" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>class ManifestLoaderException extends \Exception implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Application.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Application" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class Application extends Type {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/ApplicationName.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ApplicationName" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>class ApplicationName {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/ApplicationName.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\ApplicationName __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(string $name) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Author.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Author" />
<language>PHP</language>
<offset>0</offset>
<length>14</length>
<highlighted_element>class Author {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Author.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\Author __construct" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>public function __construct(string $name, Email $email) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/AuthorCollection.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\AuthorCollection" />
<language>PHP</language>
<offset>0</offset>
<length>66</length>
<highlighted_element>class AuthorCollection implements \Countable, \IteratorAggregate {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\AuthorCollectionIterator" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class AuthorCollectionIterator implements \Iterator {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/AuthorCollectionIterator.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\AuthorCollectionIterator __construct" />
<language>PHP</language>
<offset>4</offset>
<length>56</length>
<highlighted_element>public function __construct(AuthorCollection $authors) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/BundledComponent.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\BundledComponent" />
<language>PHP</language>
<offset>0</offset>
<length>24</length>
<highlighted_element>class BundledComponent {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/BundledComponent.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\BundledComponent __construct" />
<language>PHP</language>
<offset>4</offset>
<length>61</length>
<highlighted_element>public function __construct(string $name, Version $version) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/BundledComponentCollection.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\BundledComponentCollection" />
<language>PHP</language>
<offset>0</offset>
<length>76</length>
<highlighted_element>class BundledComponentCollection implements \Countable, \IteratorAggregate {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\BundledComponentCollectionIterator" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>class BundledComponentCollectionIterator implements \Iterator {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/BundledComponentCollectionIterator.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\BundledComponentCollectionIterator __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(BundledComponentCollection $bundledComponents) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/CopyrightInformation.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\CopyrightInformation" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class CopyrightInformation {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/CopyrightInformation.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\CopyrightInformation __construct" />
<language>PHP</language>
<offset>4</offset>
<length>74</length>
<highlighted_element>public function __construct(AuthorCollection $authors, License $license) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Email.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Email" />
<language>PHP</language>
<offset>0</offset>
<length>13</length>
<highlighted_element>class Email {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Email.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\Email __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(string $email) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Extension.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Extension" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class Extension extends Type {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Extension.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\Extension __construct" />
<language>PHP</language>
<offset>4</offset>
<length>97</length>
<highlighted_element>public function __construct(ApplicationName $application, VersionConstraint $versionConstraint) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Library.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Library" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>class Library extends Type {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/License.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\License" />
<language>PHP</language>
<offset>0</offset>
<length>15</length>
<highlighted_element>class License {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/License.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\License __construct" />
<language>PHP</language>
<offset>4</offset>
<length>53</length>
<highlighted_element>public function __construct(string $name, Url $url) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Manifest.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Manifest" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>class Manifest {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Manifest.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\Manifest __construct" />
<language>PHP</language>
<offset>4</offset>
<length>210</length>
<highlighted_element>public function __construct(ApplicationName $name, Version $version, Type $type, CopyrightInformatio...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\PhpExtensionRequirement" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>class PhpExtensionRequirement implements Requirement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/PhpExtensionRequirement.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\PhpExtensionRequirement __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>public function __construct(string $extension) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\PhpVersionRequirement" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>class PhpVersionRequirement implements Requirement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/PhpVersionRequirement.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\PhpVersionRequirement __construct" />
<language>PHP</language>
<offset>4</offset>
<length>67</length>
<highlighted_element>public function __construct(VersionConstraint $versionConstraint) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Requirement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Requirement" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>interface Requirement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/RequirementCollection.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\RequirementCollection" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>class RequirementCollection implements \Countable, \IteratorAggregate {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\RequirementCollectionIterator" />
<language>PHP</language>
<offset>0</offset>
<length>58</length>
<highlighted_element>class RequirementCollectionIterator implements \Iterator {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/RequirementCollectionIterator.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\RequirementCollectionIterator __construct" />
<language>PHP</language>
<offset>4</offset>
<length>66</length>
<highlighted_element>public function __construct(RequirementCollection $requirements) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Type.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Type" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>abstract class Type {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Url.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\Url" />
<language>PHP</language>
<offset>0</offset>
<length>11</length>
<highlighted_element>class Url {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/values/Url.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\Url __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(string $url) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/AuthorElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\AuthorElement" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class AuthorElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/AuthorElementCollection.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\AuthorElementCollection" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class AuthorElementCollection extends ElementCollection {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/BundlesElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\BundlesElement" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class BundlesElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ComponentElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ComponentElement" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class ComponentElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ComponentElementCollection.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ComponentElementCollection" />
<language>PHP</language>
<offset>0</offset>
<length>60</length>
<highlighted_element>class ComponentElementCollection extends ElementCollection {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ContainsElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ContainsElement" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class ContainsElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/CopyrightElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\CopyrightElement" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class CopyrightElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ElementCollection.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ElementCollection" />
<language>PHP</language>
<offset>0</offset>
<length>55</length>
<highlighted_element>abstract class ElementCollection implements \Iterator {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ElementCollection.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\ElementCollection __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(DOMNodeList $nodeList) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ExtElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ExtElement" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class ExtElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ExtElementCollection.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ExtElementCollection" />
<language>PHP</language>
<offset>0</offset>
<length>54</length>
<highlighted_element>class ExtElementCollection extends ElementCollection {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ExtensionElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ExtensionElement" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class ExtensionElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/LicenseElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\LicenseElement" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class LicenseElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ManifestDocument.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestDocument" />
<language>PHP</language>
<offset>0</offset>
<length>24</length>
<highlighted_element>class ManifestDocument {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ManifestDocument.php</file>
<line>50</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\ManifestDocument __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>private function __construct(DOMDocument $dom) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ManifestElement.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\ManifestElement" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>class ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 10 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/ManifestElement.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Manifest\ManifestElement __construct" />
<language>PHP</language>
<offset>4</offset>
<length>50</length>
<highlighted_element>public function __construct(DOMElement $element) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 10 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/PhpElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\PhpElement" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class PhpElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/manifest/src/xml/RequiresElement.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Manifest\RequiresElement" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class RequiresElement extends ManifestElement {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/BuildMetaData.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\BuildMetaData" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>class BuildMetaData {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/BuildMetaData.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\BuildMetaData __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(string $value) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/PreReleaseSuffix.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\PreReleaseSuffix" />
<language>PHP</language>
<offset>0</offset>
<length>24</length>
<highlighted_element>class PreReleaseSuffix {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/PreReleaseSuffix.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\PreReleaseSuffix __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(string $value) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/Version.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\Version" />
<language>PHP</language>
<offset>0</offset>
<length>15</length>
<highlighted_element>class Version {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/Version.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\Version __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $versionString) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/VersionConstraintParser.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\VersionConstraintParser" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class VersionConstraintParser {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/VersionConstraintValue.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\VersionConstraintValue" />
<language>PHP</language>
<offset>0</offset>
<length>30</length>
<highlighted_element>class VersionConstraintValue {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/VersionConstraintValue.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\VersionConstraintValue __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $versionString) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/VersionNumber.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\VersionNumber" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>class VersionNumber {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/VersionNumber.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\VersionNumber __construct" />
<language>PHP</language>
<offset>4</offset>
<length>42</length>
<highlighted_element>public function __construct(?int $value) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\AbstractVersionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>abstract class AbstractVersionConstraint implements VersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 6 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\AbstractVersionConstraint __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(string $originalValue) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 6 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\AndVersionConstraintGroup" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>class AndVersionConstraintGroup extends AbstractVersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\AndVersionConstraintGroup __construct" />
<language>PHP</language>
<offset>4</offset>
<length>72</length>
<highlighted_element>public function __construct(string $originalValue, array $constraints) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\AnyVersionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>57</length>
<highlighted_element>class AnyVersionConstraint implements VersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\ExactVersionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>64</length>
<highlighted_element>class ExactVersionConstraint extends AbstractVersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\GreaterThanOrEqualToVersionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>79</length>
<highlighted_element>class GreaterThanOrEqualToVersionConstraint extends AbstractVersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\GreaterThanOrEqualToVersionConstraint __construct" />
<language>PHP</language>
<offset>4</offset>
<length>77</length>
<highlighted_element>public function __construct(string $originalValue, Version $minimalVersion) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\OrVersionConstraintGroup" />
<language>PHP</language>
<offset>0</offset>
<length>66</length>
<highlighted_element>class OrVersionConstraintGroup extends AbstractVersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\OrVersionConstraintGroup __construct" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>public function __construct($originalValue, array $constraints) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\SpecificMajorAndMinorVersionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>class SpecificMajorAndMinorVersionConstraint extends AbstractVersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 3 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\SpecificMajorAndMinorVersionConstraint __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(string $originalValue, int $major, int $minor) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\SpecificMajorVersionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>class SpecificMajorVersionConstraint extends AbstractVersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PharIo\Version\SpecificMajorVersionConstraint __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct(string $originalValue, int $major) {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/constraints/VersionConstraint.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\VersionConstraint" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>interface VersionConstraint {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 7 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/exceptions/Exception.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\Exception" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>interface Exception extends Throwable {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 5 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/exceptions/InvalidPreReleaseSuffixException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\InvalidPreReleaseSuffixException" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>class InvalidPreReleaseSuffixException extends \Exception implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/exceptions/InvalidVersionException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\InvalidVersionException" />
<language>PHP</language>
<offset>0</offset>
<length>86</length>
<highlighted_element>class InvalidVersionException extends \InvalidArgumentException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/exceptions/NoBuildMetaDataException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\NoBuildMetaDataException" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>class NoBuildMetaDataException extends \Exception implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/exceptions/NoPreReleaseSuffixException.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\NoPreReleaseSuffixException" />
<language>PHP</language>
<offset>0</offset>
<length>75</length>
<highlighted_element>class NoPreReleaseSuffixException extends \Exception implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PharIo\Version\UnsupportedVersionConstraintException" />
<language>PHP</language>
<offset>0</offset>
<length>98</length>
<highlighted_element>final class UnsupportedVersionConstraintException extends \RuntimeException implements Exception {</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/GeckoPackages/DiffOutputBuilder/ConfigurationException.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\GeckoPackages\DiffOutputBuilder\ConfigurationException" />
<language>PHP</language>
<offset>0</offset>
<length>68</length>
<highlighted_element>final class ConfigurationException extends \InvalidArgumentException</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/GeckoPackages/DiffOutputBuilder/ConfigurationException.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\GeckoPackages\DiffOutputBuilder\ConfigurationException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/GeckoPackages/DiffOutputBuilder/UnifiedDiffOutputBuilder.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\GeckoPackages\DiffOutputBuilder\UnifiedDiffOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>74</length>
<highlighted_element>final class UnifiedDiffOutputBuilder implements DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/GeckoPackages/DiffOutputBuilder/UnifiedDiffOutputBuilder.php</file>
<line>69</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\GeckoPackages\DiffOutputBuilder\UnifiedDiffOutputBuilder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>public function __construct(array $options = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/Chunk.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v1_4\Chunk" />
<language>PHP</language>
<offset>0</offset>
<length>11</length>
<highlighted_element>class Chunk</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/Chunk.php</file>
<line>47</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v1_4\Chunk __construct" />
<language>PHP</language>
<offset>4</offset>
<length>105</length>
<highlighted_element>public function __construct($start = 0, $startRange = 1, $end = 0, $endRange = 1, array $lines = arr...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/Diff.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v1_4\Diff" />
<language>PHP</language>
<offset>0</offset>
<length>10</length>
<highlighted_element>class Diff</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/Diff.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v1_4\Diff __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct($from, $to, array $chunks = array())</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/Differ.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v1_4\Differ" />
<language>PHP</language>
<offset>0</offset>
<length>12</length>
<highlighted_element>class Differ</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/Differ.php</file>
<line>36</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v1_4\Differ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>90</length>
<highlighted_element>public function __construct($header = &quot;--- Original\n+++ New\n&quot;, $showNonDiffLines = true)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/LCS/LongestCommonSubsequence.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v1_4\LCS\LongestCommonSubsequence" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>interface LongestCommonSubsequence</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v1_4\LCS\MemoryEfficientImplementation" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>class MemoryEfficientImplementation implements LongestCommonSubsequence</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v1_4\LCS\TimeEfficientImplementation" />
<language>PHP</language>
<offset>0</offset>
<length>69</length>
<highlighted_element>class TimeEfficientImplementation implements LongestCommonSubsequence</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v1_4/Parser.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v1_4\Parser" />
<language>PHP</language>
<offset>0</offset>
<length>12</length>
<highlighted_element>class Parser</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Chunk.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Chunk" />
<language>PHP</language>
<offset>0</offset>
<length>17</length>
<highlighted_element>final class Chunk</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Chunk.php</file>
<line>40</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v2_0\Chunk __construct" />
<language>PHP</language>
<offset>4</offset>
<length>100</length>
<highlighted_element>public function __construct($start = 0, $startRange = 1, $end = 0, $endRange = 1, array $lines = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Diff.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Diff" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>final class Diff</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Diff.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v2_0\Diff __construct" />
<language>PHP</language>
<offset>4</offset>
<length>59</length>
<highlighted_element>public function __construct($from, $to, array $chunks = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Differ.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Differ" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Differ</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Differ.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v2_0\Differ __construct" />
<language>PHP</language>
<offset>4</offset>
<length>50</length>
<highlighted_element>public function __construct($outputBuilder = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Exception/Exception.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Exception" />
<language>PHP</language>
<offset>0</offset>
<length>19</length>
<highlighted_element>interface Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Exception/InvalidArgumentException.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\InvalidArgumentException" />
<language>PHP</language>
<offset>0</offset>
<length>85</length>
<highlighted_element>class InvalidArgumentException extends \InvalidArgumentException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/LongestCommonSubsequenceCalculator.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\LongestCommonSubsequenceCalculator" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>interface LongestCommonSubsequenceCalculator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/MemoryEfficientLongestCommonSubsequenceCalculator.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\MemoryEfficientLongestCommonSubsequenceCalculator" />
<language>PHP</language>
<offset>0</offset>
<length>107</length>
<highlighted_element>final class MemoryEfficientLongestCommonSubsequenceCalculator implements LongestCommonSubsequenceCal...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Output/AbstractChunkOutputBuilder.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Output\AbstractChunkOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>79</length>
<highlighted_element>abstract class AbstractChunkOutputBuilder implements DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Output/DiffOnlyOutputBuilder.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Output\DiffOnlyOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class DiffOnlyOutputBuilder implements DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Output/DiffOnlyOutputBuilder.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v2_0\Output\DiffOnlyOutputBuilder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct($header = &quot;--- Original\n+++ New\n&quot;)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Output/DiffOutputBuilderInterface.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Output\DiffOutputBuilderInterface" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>interface DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Output/UnifiedDiffOutputBuilder.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Output\UnifiedDiffOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Output/UnifiedDiffOutputBuilder.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v2_0\Output\UnifiedDiffOutputBuilder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>89</length>
<highlighted_element>public function __construct($header = &quot;--- Original\n+++ New\n&quot;, $addLineNumbers = false)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/Parser.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\Parser" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Parser</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v2_0/TimeEfficientLongestCommonSubsequenceCalculator.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v2_0\TimeEfficientLongestCommonSubsequenceCalculator" />
<language>PHP</language>
<offset>0</offset>
<length>105</length>
<highlighted_element>final class TimeEfficientLongestCommonSubsequenceCalculator implements LongestCommonSubsequenceCalcu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Chunk.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Chunk" />
<language>PHP</language>
<offset>0</offset>
<length>17</length>
<highlighted_element>final class Chunk</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Chunk.php</file>
<line>40</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v3_0\Chunk __construct" />
<language>PHP</language>
<offset>4</offset>
<length>100</length>
<highlighted_element>public function __construct($start = 0, $startRange = 1, $end = 0, $endRange = 1, array $lines = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Diff.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Diff" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>final class Diff</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Diff.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v3_0\Diff __construct" />
<language>PHP</language>
<offset>4</offset>
<length>59</length>
<highlighted_element>public function __construct($from, $to, array $chunks = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Exception/ConfigurationException.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\ConfigurationException" />
<language>PHP</language>
<offset>0</offset>
<length>67</length>
<highlighted_element>final class ConfigurationException extends InvalidArgumentException</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Exception/ConfigurationException.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v3_0\ConfigurationException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Exception/Exception.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Exception" />
<language>PHP</language>
<offset>0</offset>
<length>19</length>
<highlighted_element>interface Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Exception/InvalidArgumentException.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\InvalidArgumentException" />
<language>PHP</language>
<offset>0</offset>
<length>85</length>
<highlighted_element>class InvalidArgumentException extends \InvalidArgumentException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class and its implementation are never instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/LongestCommonSubsequenceCalculator.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\LongestCommonSubsequenceCalculator" />
<language>PHP</language>
<offset>0</offset>
<length>44</length>
<highlighted_element>interface LongestCommonSubsequenceCalculator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/MemoryEfficientLongestCommonSubsequenceCalculator.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\MemoryEfficientLongestCommonSubsequenceCalculator" />
<language>PHP</language>
<offset>0</offset>
<length>107</length>
<highlighted_element>final class MemoryEfficientLongestCommonSubsequenceCalculator implements LongestCommonSubsequenceCal...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/AbstractChunkOutputBuilder.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Output\AbstractChunkOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>79</length>
<highlighted_element>abstract class AbstractChunkOutputBuilder implements DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/DiffOnlyOutputBuilder.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Output\DiffOnlyOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class DiffOnlyOutputBuilder implements DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/DiffOnlyOutputBuilder.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v3_0\Output\DiffOnlyOutputBuilder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>public function __construct($header = &quot;--- Original\n+++ New\n&quot;)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/DiffOutputBuilderInterface.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Output\DiffOutputBuilderInterface" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>interface DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/StrictUnifiedDiffOutputBuilder.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Output\StrictUnifiedDiffOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/StrictUnifiedDiffOutputBuilder.php</file>
<line>58</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v3_0\Output\StrictUnifiedDiffOutputBuilder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>public function __construct(array $options = [])</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/UnifiedDiffOutputBuilder.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Output\UnifiedDiffOutputBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Output/UnifiedDiffOutputBuilder.php</file>
<line>45</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\PhpCsFixer\Diff\v3_0\Output\UnifiedDiffOutputBuilder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>89</length>
<highlighted_element>public function __construct($header = &quot;--- Original\n+++ New\n&quot;, $addLineNumbers = false)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/Parser.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\Parser" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Parser</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-cs-fixer/diff/src/v3_0/TimeEfficientLongestCommonSubsequenceCalculator.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PhpCsFixer\Diff\v3_0\TimeEfficientLongestCommonSubsequenceCalculator" />
<language>PHP</language>
<offset>0</offset>
<length>105</length>
<highlighted_element>final class TimeEfficientLongestCommonSubsequenceCalculator implements LongestCommonSubsequenceCalcu...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Application.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Application" />
<language>PHP</language>
<offset>0</offset>
<length>17</length>
<highlighted_element>class Application</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Contracts/SyntaxErrorCallback.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Contracts\SyntaxErrorCallback" />
<language>PHP</language>
<offset>0</offset>
<length>29</length>
<highlighted_element>interface SyntaxErrorCallback</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Error.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Error" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class Error implements \JsonSerializable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Error.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Error __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>public function __construct($filePath, $message)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Error.php</file>
<line>73</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Blame" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class Blame implements \JsonSerializable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Error.php</file>
<line>108</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\SyntaxError" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>class SyntaxError extends Error</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/ErrorFormatter.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\ErrorFormatter" />
<language>PHP</language>
<offset>0</offset>
<length>20</length>
<highlighted_element>class ErrorFormatter</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/ErrorFormatter.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\ErrorFormatter __construct" />
<language>PHP</language>
<offset>4</offset>
<length>110</length>
<highlighted_element>public function __construct($useColors = Settings::AUTODETECT, $translateTokens = false, $forceColor...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Manager.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Manager" />
<language>PHP</language>
<offset>0</offset>
<length>13</length>
<highlighted_element>class Manager</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Manager.php</file>
<line>204</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\RecursiveDirectoryFilterIterator" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>class RecursiveDirectoryFilterIterator extends \RecursiveFilterIterator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Manager.php</file>
<line>216</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\RecursiveDirectoryFilterIterator __construct" />
<language>PHP</language>
<offset>4</offset>
<length>83</length>
<highlighted_element>public function __construct(\RecursiveDirectoryIterator $iterator, array $excluded)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>4</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Output" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>interface Output</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 5 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\JsonOutput" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>class JsonOutput implements Output</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>40</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\JsonOutput __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(IWriter $writer)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>88</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\GitLabOutput" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class GitLabOutput implements Output</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>96</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\GitLabOutput __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(IWriter $writer)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>381</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\CheckstyleOutput" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class CheckstyleOutput implements Output</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>385</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\CheckstyleOutput __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(IWriter $writer)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>457</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\TextOutputColored" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class TextOutputColored extends TextOutput</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>462</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\TextOutputColored __construct" />
<language>PHP</language>
<offset>4</offset>
<length>76</length>
<highlighted_element>public function __construct(IWriter $writer, $colors = Settings::AUTODETECT)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>508</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\IWriter" />
<language>PHP</language>
<offset>0</offset>
<length>17</length>
<highlighted_element>interface IWriter</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 4 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>516</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\NullWriter" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class NullWriter implements IWriter</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>527</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\ConsoleWriter" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class ConsoleWriter implements IWriter</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>538</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\FileWriter" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class FileWriter implements IWriter</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>546</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\FileWriter __construct" />
<language>PHP</language>
<offset>4</offset>
<length>37</length>
<highlighted_element>public function __construct($logFile)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>562</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\MultipleWriter" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>class MultipleWriter implements IWriter</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Output.php</file>
<line>570</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\MultipleWriter __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(array $writers)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/GitBlameProcess.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Process\GitBlameProcess" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>class GitBlameProcess extends Process</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/GitBlameProcess.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Process\GitBlameProcess __construct" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>public function __construct($gitExecutable, $file, $line)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/LintProcess.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Process\LintProcess" />
<language>PHP</language>
<offset>0</offset>
<length>36</length>
<highlighted_element>class LintProcess extends PhpProcess</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/LintProcess.php</file>
<line>25</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Process\LintProcess __construct" />
<language>PHP</language>
<offset>4</offset>
<length>129</length>
<highlighted_element>public function __construct(PhpExecutable $phpExecutable, $fileToCheck, $aspTags = false, $shortTag ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/PhpExecutable.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Process\PhpExecutable" />
<language>PHP</language>
<offset>0</offset>
<length>19</length>
<highlighted_element>class PhpExecutable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/PhpExecutable.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Process\PhpExecutable __construct" />
<language>PHP</language>
<offset>4</offset>
<length>73</length>
<highlighted_element>public function __construct($path, $versionId, $hhvmVersion, $isHhvmType)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/PhpProcess.php</file>
<line>5</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Process\PhpProcess" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class PhpProcess extends Process</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/PhpProcess.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Process\PhpProcess __construct" />
<language>PHP</language>
<offset>4</offset>
<length>101</length>
<highlighted_element>public function __construct(PhpExecutable $phpExecutable, array $parameters = array(), $stdIn = null...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/Process.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Process\Process" />
<language>PHP</language>
<offset>0</offset>
<length>13</length>
<highlighted_element>class Process</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/Process.php</file>
<line>40</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Process\Process __construct" />
<language>PHP</language>
<offset>4</offset>
<length>88</length>
<highlighted_element>public function __construct($executable, array $arguments = array(), $stdInInput = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/SkipLintProcess.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Process\SkipLintProcess" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class SkipLintProcess extends PhpProcess</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Process/SkipLintProcess.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Process\SkipLintProcess __construct" />
<language>PHP</language>
<offset>4</offset>
<length>78</length>
<highlighted_element>public function __construct(PhpExecutable $phpExecutable, array $filesToCheck)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Result.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Result" />
<language>PHP</language>
<offset>0</offset>
<length>41</length>
<highlighted_element>class Result implements \JsonSerializable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Result.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\Result __construct" />
<language>PHP</language>
<offset>4</offset>
<length>95</length>
<highlighted_element>public function __construct(array $errors, array $checkedFiles, array $skippedFiles, $testTime)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/Settings.php</file>
<line>240</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\ArrayIterator" />
<language>PHP</language>
<offset>0</offset>
<length>42</length>
<highlighted_element>class ArrayIterator extends \ArrayIterator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>6</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\Exception" />
<language>PHP</language>
<offset>0</offset>
<length>63</length>
<highlighted_element>class Exception extends \Exception implements \JsonSerializable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\RunTimeException" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class RunTimeException extends Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\InvalidArgumentException" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>class InvalidArgumentException extends Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\InvalidArgumentException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>38</length>
<highlighted_element>public function __construct($argument)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>40</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\NotExistsPathException" />
<language>PHP</language>
<offset>0</offset>
<length>46</length>
<highlighted_element>class NotExistsPathException extends Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>44</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\NotExistsPathException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>34</length>
<highlighted_element>public function __construct($path)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>56</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\NotExistsClassException" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class NotExistsClassException extends Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>61</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\NotExistsClassException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>50</length>
<highlighted_element>public function __construct($className, $fileName)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>79</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JakubOnderka\PhpParallelLint\NotImplementCallbackException" />
<language>PHP</language>
<offset>0</offset>
<length>53</length>
<highlighted_element>class NotImplementCallbackException extends Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/exceptions.php</file>
<line>83</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\JakubOnderka\PhpParallelLint\NotImplementCallbackException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>39</length>
<highlighted_element>public function __construct($className)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/php-parallel-lint/php-parallel-lint/src/polyfill.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\JsonSerializable" />
<language>PHP</language>
<offset>4</offset>
<length>26</length>
<highlighted_element>interface JsonSerializable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 440 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Collection/TasksCollection.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Collection\TasksCollection" />
<language>PHP</language>
<offset>0</offset>
<length>45</length>
<highlighted_element>class TasksCollection extends ArrayCollection</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Collection/TestSuiteCollection.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Collection\TestSuiteCollection" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class TestSuiteCollection extends ArrayCollection</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/Configurator/TaskConfigurator.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Configuration\Configurator\TaskConfigurator" />
<language>PHP</language>
<offset>0</offset>
<length>22</length>
<highlighted_element>class TaskConfigurator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/GrumPHPExtension.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Configuration\GrumPHPExtension" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>class GrumPHPExtension extends Extension</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/GuessedPaths.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Configuration\GuessedPaths" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>class GuessedPaths</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/GuessedPaths.php</file>
<line>46</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Configuration\GuessedPaths __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/Model/EnvConfig.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Configuration\Model\EnvConfig" />
<language>PHP</language>
<offset>0</offset>
<length>15</length>
<highlighted_element>class EnvConfig</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/Model/EnvConfig.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Configuration\Model\EnvConfig __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/Resolver/TaskConfigResolver.php</file>
<line>11</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Configuration\Resolver\TaskConfigResolver" />
<language>PHP</language>
<offset>0</offset>
<length>24</length>
<highlighted_element>class TaskConfigResolver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Configuration/Resolver/TaskConfigResolver.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Configuration\Resolver\TaskConfigResolver __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(array $taskMap)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/ConfigureCommand.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Console\Command\ConfigureCommand" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class ConfigureCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/ConfigureCommand.php</file>
<line>45</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Console\Command\ConfigureCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>105</length>
<highlighted_element>public function __construct(TaskConfigResolver $taskConfigResolver, Filesystem $filesystem, Paths $p...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/CommitMsgCommand.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Console\Command\Git\CommitMsgCommand" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class CommitMsgCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/CommitMsgCommand.php</file>
<line>63</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Console\Command\Git\CommitMsgCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/DeInitCommand.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Console\Command\Git\DeInitCommand" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>class DeInitCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/DeInitCommand.php</file>
<line>43</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Console\Command\Git\DeInitCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/InitCommand.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Console\Command\Git\InitCommand" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>class InitCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/InitCommand.php</file>
<line>59</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Console\Command\Git\InitCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/PreCommitCommand.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Console\Command\Git\PreCommitCommand" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>class PreCommitCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/Git/PreCommitCommand.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Console\Command\Git\PreCommitCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/RunCommand.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Console\Command\RunCommand" />
<language>PHP</language>
<offset>0</offset>
<length>32</length>
<highlighted_element>class RunCommand extends Command</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Console/Command/RunCommand.php</file>
<line>47</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Console\Command\RunCommand __construct" />
<language>PHP</language>
<offset>4</offset>
<length>28</length>
<highlighted_element>public function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Formatter/ProcessFormatterInterface.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Formatter\ProcessFormatterInterface" />
<language>PHP</language>
<offset>0</offset>
<length>35</length>
<highlighted_element>interface ProcessFormatterInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 4 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/IO/IOInterface.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\IO\IOInterface" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>interface IOInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has an implementation but &lt;ul&gt;&lt;li&gt;it is never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Locator/EnrichedGuessedPathsFromDotEnvLocator.php</file>
<line>10</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Locator\EnrichedGuessedPathsFromDotEnvLocator" />
<language>PHP</language>
<offset>0</offset>
<length>43</length>
<highlighted_element>class EnrichedGuessedPathsFromDotEnvLocator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Locator/EnrichedGuessedPathsFromDotEnvLocator.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Locator\EnrichedGuessedPathsFromDotEnvLocator __construct" />
<language>PHP</language>
<offset>4</offset>
<length>51</length>
<highlighted_element>public function __construct(Filesystem $filesystem)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Parser/Php/Container/VisitorContainer.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Parser\Php\Container\VisitorContainer" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>class VisitorContainer implements ContainerInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Parser/Php/Container/VisitorContainer.php</file>
<line>23</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Parser\Php\Container\VisitorContainer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>45</length>
<highlighted_element>public function __construct(array $instances)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Process/ProcessBuilder.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Process\ProcessBuilder" />
<language>PHP</language>
<offset>0</offset>
<length>20</length>
<highlighted_element>class ProcessBuilder</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Process/ProcessBuilder.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Process\ProcessBuilder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>108</length>
<highlighted_element>public function __construct(ExternalCommand $externalCommandLocator, IOInterface $io, ProcessConfig ...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Runner/TaskResult.php</file>
<line>13</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Runner\TaskResult" />
<language>PHP</language>
<offset>0</offset>
<length>47</length>
<highlighted_element>class TaskResult implements TaskResultInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 4 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Runner/TaskResult.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Runner\TaskResult __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>private function __construct(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Task/Context/ContextInterface.php</file>
<line>9</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Task\Context\ContextInterface" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>interface ContextInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Task/TaskInterface.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Task\TaskInterface" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>interface TaskInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 57 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractMiddlewareTestCase.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Test\Runner\AbstractMiddlewareTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>class AbstractMiddlewareTestCase extends TestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractMiddlewareTestCase.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractMiddlewareTestCase createRunnerContext" />
<language>PHP</language>
<offset>4</offset>
<length>59</length>
<highlighted_element>protected function createRunnerContext(): TaskRunnerContext</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractMiddlewareTestCase.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractMiddlewareTestCase createNextShouldNotBeCalledCallback" />
<language>PHP</language>
<offset>4</offset>
<length>66</length>
<highlighted_element>protected function createNextShouldNotBeCalledCallback(): callable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractMiddlewareTestCase.php</file>
<line>36</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractMiddlewareTestCase mockIO" />
<language>PHP</language>
<offset>4</offset>
<length>40</length>
<highlighted_element>protected function mockIO(): IOInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractMiddlewareTestCase.php</file>
<line>46</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractMiddlewareTestCase mockTask" />
<language>PHP</language>
<offset>4</offset>
<length>74</length>
<highlighted_element>protected function mockTask(string $name, array $meta = []): TaskInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractRunnerMiddlewareTestCase.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Test\Runner\AbstractRunnerMiddlewareTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>82</length>
<highlighted_element>abstract class AbstractRunnerMiddlewareTestCase extends AbstractMiddlewareTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractTaskHandlerMiddlewareTestCase.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Test\Runner\AbstractTaskHandlerMiddlewareTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>87</length>
<highlighted_element>abstract class AbstractTaskHandlerMiddlewareTestCase extends AbstractMiddlewareTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractTaskHandlerMiddlewareTestCase.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractTaskHandlerMiddlewareTestCase createNextResultCallback" />
<language>PHP</language>
<offset>4</offset>
<length>86</length>
<highlighted_element>protected function createNextResultCallback(TaskResultInterface $taskResult): callable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractTaskHandlerMiddlewareTestCase.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractTaskHandlerMiddlewareTestCase createExceptionCallback" />
<language>PHP</language>
<offset>4</offset>
<length>75</length>
<highlighted_element>protected function createExceptionCallback(\Throwable $exception): callable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractTaskHandlerMiddlewareTestCase.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractTaskHandlerMiddlewareTestCase resolve" />
<language>PHP</language>
<offset>4</offset>
<length>65</length>
<highlighted_element>protected function resolve(Promise $promise): TaskResultInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Runner/AbstractTaskHandlerMiddlewareTestCase.php</file>
<line>40</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Runner\AbstractTaskHandlerMiddlewareTestCase mockTaskRun" />
<language>PHP</language>
<offset>4</offset>
<length>80</length>
<highlighted_element>protected function mockTaskRun(string $name, callable $runWillDo): TaskInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>72</length>
<highlighted_element>abstract class AbstractExternalTaskTestCase extends AbstractTaskTestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase provideExternalTaskRuns" />
<language>PHP</language>
<offset>4</offset>
<length>61</length>
<highlighted_element>abstract public function provideExternalTaskRuns(): iterable;</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase setUp" />
<language>PHP</language>
<offset>4</offset>
<length>32</length>
<highlighted_element>protected function setUp(): void</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>44</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase it_runs_external_task" />
<language>PHP</language>
<offset>4</offset>
<length>38</length>
<highlighted_element>public function it_runs_external_task(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>81</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase resolveExpectedCliArgumentFromCallable" />
<language>PHP</language>
<offset>4</offset>
<length>112</length>
<highlighted_element>private function resolveExpectedCliArgumentFromCallable(array $expectedArguments, array $actualArgum...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>102</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase mockProcess" />
<language>PHP</language>
<offset>4</offset>
<length>100</length>
<highlighted_element>protected function mockProcess(int $exitCode = 0, string $output = '', string $errors = ''): Process</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>120</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase mockProcessBuilder" />
<language>PHP</language>
<offset>4</offset>
<length>73</length>
<highlighted_element>protected function mockProcessBuilder(string $taskName, Process $process)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractExternalTaskTestCase.php</file>
<line>128</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractExternalTaskTestCase mockProcessWithStdIn" />
<language>PHP</language>
<offset>4</offset>
<length>102</length>
<highlighted_element>protected function mockProcessWithStdIn(int $exitCode = 0, string $output = '', string $errors = '')...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase" />
<language>PHP</language>
<offset>0</offset>
<length>52</length>
<highlighted_element>abstract class AbstractTaskTestCase extends TestCase</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class is not implemented.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase provideTask" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>abstract protected function provideTask(): TaskInterface;</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase provideConfigurableOptions" />
<language>PHP</language>
<offset>4</offset>
<length>64</length>
<highlighted_element>abstract public function provideConfigurableOptions(): iterable;</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>32</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase provideRunContexts" />
<language>PHP</language>
<offset>4</offset>
<length>56</length>
<highlighted_element>abstract public function provideRunContexts(): iterable;</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>33</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase provideFailsOnStuff" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>abstract public function provideFailsOnStuff(): iterable;</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase providePassesOnStuff" />
<language>PHP</language>
<offset>4</offset>
<length>58</length>
<highlighted_element>abstract public function providePassesOnStuff(): iterable;</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase provideSkipsOnStuff" />
<language>PHP</language>
<offset>4</offset>
<length>57</length>
<highlighted_element>abstract public function provideSkipsOnStuff(): iterable;</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>37</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase setUp" />
<language>PHP</language>
<offset>4</offset>
<length>32</length>
<highlighted_element>protected function setUp(): void</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>47</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase it_contains_configurable_options" />
<language>PHP</language>
<offset>4</offset>
<length>84</length>
<highlighted_element>public function it_contains_configurable_options(array $input, ?array $output): void</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>65</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase it_runs_in_specific_contexts" />
<language>PHP</language>
<offset>4</offset>
<length>93</length>
<highlighted_element>public function it_runs_in_specific_contexts(bool $expected, ContextInterface $context): void</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>76</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase it_can_contain_config" />
<language>PHP</language>
<offset>4</offset>
<length>45</length>
<highlighted_element>public function it_can_contain_config(): void</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>94</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase it_fails_on_stuff" />
<language>PHP</language>
<offset>4</offset>
<length>34</length>
<highlighted_element>public function it_fails_on_stuff(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>119</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase it_passes_on_stuff" />
<language>PHP</language>
<offset>4</offset>
<length>35</length>
<highlighted_element>public function it_passes_on_stuff(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>139</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase it_skips_on_stuff" />
<language>PHP</language>
<offset>4</offset>
<length>34</length>
<highlighted_element>public function it_skips_on_stuff(</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>156</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase configureTask" />
<language>PHP</language>
<offset>4</offset>
<length>68</length>
<highlighted_element>protected function configureTask(array $options = []): TaskInterface</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/src/Test/Task/AbstractTaskTestCase.php</file>
<line>167</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\GrumPHP\Test\Task\AbstractTaskTestCase mockContext" />
<language>PHP</language>
<offset>4</offset>
<length>108</length>
<highlighted_element>protected function mockContext(string $class = ContextInterface::class, array $files = []): ContextI...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Method is never used.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpro/grumphp/stubs/Amp.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\Amp\Promise" />
<language>PHP</language>
<offset>4</offset>
<length>17</length>
<highlighted_element>interface Promise</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 10 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpstan/phpstan/bootstrap.php</file>
<line>7</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\PHPStan\PharAutoloader" />
<language>PHP</language>
<offset>0</offset>
<length>26</length>
<highlighted_element>final class PharAutoloader</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/CodeCoverage.php</file>
<line>39</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\CodeCoverage" />
<language>PHP</language>
<offset>0</offset>
<length>24</length>
<highlighted_element>final class CodeCoverage</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/CodeCoverage.php</file>
<line>117</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\CodeCoverage __construct" />
<language>PHP</language>
<offset>4</offset>
<length>59</length>
<highlighted_element>public function __construct(Driver $driver, Filter $filter)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PcovDriver" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>final class PcovDriver extends Driver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php</file>
<line>37</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PcovDriver __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(Filter $filter)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PhpdbgDriver" />
<language>PHP</language>
<offset>0</offset>
<length>39</length>
<highlighted_element>final class PhpdbgDriver extends Driver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PhpdbgDriver __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/Selector.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Selector" />
<language>PHP</language>
<offset>0</offset>
<length>20</length>
<highlighted_element>final class Selector</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php</file>
<line>34</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug2Driver" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>final class Xdebug2Driver extends Driver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php</file>
<line>46</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug2Driver __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(Filter $filter)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php</file>
<line>35</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug3Driver" />
<language>PHP</language>
<offset>0</offset>
<length>40</length>
<highlighted_element>final class Xdebug3Driver extends Driver</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php</file>
<line>42</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug3Driver __construct" />
<language>PHP</language>
<offset>4</offset>
<length>43</length>
<highlighted_element>public function __construct(Filter $filter)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\BranchAndPathCoverageNotSupportedException" />
<language>PHP</language>
<offset>0</offset>
<length>100</length>
<highlighted_element>final class BranchAndPathCoverageNotSupportedException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\DeadCodeDetectionNotSupportedException" />
<language>PHP</language>
<offset>0</offset>
<length>96</length>
<highlighted_element>final class DeadCodeDetectionNotSupportedException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Util\DirectoryCouldNotBeCreatedException" />
<language>PHP</language>
<offset>0</offset>
<length>93</length>
<highlighted_element>final class DirectoryCouldNotBeCreatedException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/Exception.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Exception" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>interface Exception extends Throwable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Interface has 21 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php</file>
<line>12</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\InvalidArgumentException" />
<language>PHP</language>
<offset>0</offset>
<length>91</length>
<highlighted_element>final class InvalidArgumentException extends \InvalidArgumentException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\NoCodeCoverageDriverAvailableException" />
<language>PHP</language>
<offset>0</offset>
<length>96</length>
<highlighted_element>final class NoCodeCoverageDriverAvailableException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\NoCodeCoverageDriverAvailableException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\NoCodeCoverageDriverWithPathCoverageSupportAvailableException" />
<language>PHP</language>
<offset>0</offset>
<length>119</length>
<highlighted_element>final class NoCodeCoverageDriverWithPathCoverageSupportAvailableException extends RuntimeException i...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\NoCodeCoverageDriverWithPathCoverageSupportAvailableException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\ParserException" />
<language>PHP</language>
<offset>0</offset>
<length>73</length>
<highlighted_element>final class ParserException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PathExistsButIsNotDirectoryException" />
<language>PHP</language>
<offset>0</offset>
<length>94</length>
<highlighted_element>final class PathExistsButIsNotDirectoryException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PathExistsButIsNotDirectoryException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>41</length>
<highlighted_element>public function __construct(string $path)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PcovNotAvailableException" />
<language>PHP</language>
<offset>0</offset>
<length>83</length>
<highlighted_element>final class PcovNotAvailableException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PcovNotAvailableException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PhpdbgNotAvailableException" />
<language>PHP</language>
<offset>0</offset>
<length>85</length>
<highlighted_element>final class PhpdbgNotAvailableException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\PhpdbgNotAvailableException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\ReflectionException" />
<language>PHP</language>
<offset>0</offset>
<length>77</length>
<highlighted_element>final class ReflectionException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\ReportAlreadyFinalizedException" />
<language>PHP</language>
<offset>0</offset>
<length>89</length>
<highlighted_element>final class ReportAlreadyFinalizedException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\ReportAlreadyFinalizedException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\StaticAnalysisCacheNotConfiguredException" />
<language>PHP</language>
<offset>0</offset>
<length>99</length>
<highlighted_element>final class StaticAnalysisCacheNotConfiguredException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\TestIdMissingException" />
<language>PHP</language>
<offset>0</offset>
<length>80</length>
<highlighted_element>final class TestIdMissingException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\TestIdMissingException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException" />
<language>PHP</language>
<offset>0</offset>
<length>93</length>
<highlighted_element>final class UnintentionallyCoveredCodeException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>63</length>
<highlighted_element>public function __construct(array $unintentionallyCoveredUnits)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php</file>
<line>16</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\WriteOperationFailedException" />
<language>PHP</language>
<offset>0</offset>
<length>87</length>
<highlighted_element>final class WriteOperationFailedException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 5 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\WriteOperationFailedException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>41</length>
<highlighted_element>public function __construct(string $path)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 5 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\WrongXdebugVersionException" />
<language>PHP</language>
<offset>0</offset>
<length>85</length>
<highlighted_element>final class WrongXdebugVersionException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug2NotEnabledException" />
<language>PHP</language>
<offset>0</offset>
<length>84</length>
<highlighted_element>final class Xdebug2NotEnabledException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug2NotEnabledException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug3NotEnabledException" />
<language>PHP</language>
<offset>0</offset>
<length>84</length>
<highlighted_element>final class Xdebug3NotEnabledException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\Xdebug3NotEnabledException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Driver\XdebugNotAvailableException" />
<language>PHP</language>
<offset>0</offset>
<length>85</length>
<highlighted_element>final class XdebugNotAvailableException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Driver\XdebugNotAvailableException __construct" />
<language>PHP</language>
<offset>4</offset>
<length>29</length>
<highlighted_element>public function __construct()</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php</file>
<line>14</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\XmlException" />
<language>PHP</language>
<offset>0</offset>
<length>70</length>
<highlighted_element>final class XmlException extends RuntimeException implements Exception</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Filter.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Filter" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Filter</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Node\AbstractNode" />
<language>PHP</language>
<offset>0</offset>
<length>48</length>
<highlighted_element>abstract class AbstractNode implements Countable</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 2 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php</file>
<line>49</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Node\AbstractNode __construct" />
<language>PHP</language>
<offset>4</offset>
<length>62</length>
<highlighted_element>public function __construct(string $name, self $parent = null)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 3 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/Builder.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Node\Builder" />
<language>PHP</language>
<offset>0</offset>
<length>19</length>
<highlighted_element>final class Builder</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/Builder.php</file>
<line>37</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Node\Builder __construct" />
<language>PHP</language>
<offset>4</offset>
<length>51</length>
<highlighted_element>public function __construct(FileAnalyser $analyser)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Node\CrapIndex" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>final class CrapIndex</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php</file>
<line>29</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Node\CrapIndex __construct" />
<language>PHP</language>
<offset>4</offset>
<length>75</length>
<highlighted_element>public function __construct(int $cyclomaticComplexity, float $codeCoverage)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/Directory.php</file>
<line>20</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Node\Directory" />
<language>PHP</language>
<offset>0</offset>
<length>71</length>
<highlighted_element>final class Directory extends AbstractNode implements IteratorAggregate</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/File.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Node\File" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>final class File extends AbstractNode</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/File.php</file>
<line>129</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Node\File __construct" />
<language>PHP</language>
<offset>4</offset>
<length>203</length>
<highlighted_element>public function __construct(string $name, AbstractNode $parent, array $lineCoverageData, array $func...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/Iterator.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Node\Iterator" />
<language>PHP</language>
<offset>0</offset>
<length>49</length>
<highlighted_element>final class Iterator implements RecursiveIterator</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Node/Iterator.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Node\Iterator __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(Directory $node)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\ProcessedCodeCoverageData" />
<language>PHP</language>
<offset>0</offset>
<length>37</length>
<highlighted_element>final class ProcessedCodeCoverageData</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\RawCodeCoverageData" />
<language>PHP</language>
<offset>0</offset>
<length>31</length>
<highlighted_element>final class RawCodeCoverageData</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 4 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php</file>
<line>101</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\RawCodeCoverageData __construct" />
<language>PHP</language>
<offset>4</offset>
<length>74</length>
<highlighted_element>private function __construct(array $lineCoverage, array $functionCoverage)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 4 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Clover.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Clover" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Clover</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php</file>
<line>26</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Cobertura" />
<language>PHP</language>
<offset>0</offset>
<length>21</length>
<highlighted_element>final class Cobertura</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Crap4j" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Crap4j</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php</file>
<line>31</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Crap4j __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>public function __construct(int $threshold = 30)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Html\Facade" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Facade</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php</file>
<line>44</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Html\Facade __construct" />
<language>PHP</language>
<offset>4</offset>
<length>102</length>
<highlighted_element>public function __construct(int $lowUpperBound = 50, int $highLowerBound = 90, string $generator = '...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Html\Dashboard" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>final class Dashboard extends Renderer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php</file>
<line>22</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Html\Directory" />
<language>PHP</language>
<offset>0</offset>
<length>38</length>
<highlighted_element>final class Directory extends Renderer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php</file>
<line>110</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Html\File" />
<language>PHP</language>
<offset>0</offset>
<length>33</length>
<highlighted_element>final class File extends Renderer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php</file>
<line>27</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Html\Renderer" />
<language>PHP</language>
<offset>0</offset>
<length>23</length>
<highlighted_element>abstract class Renderer</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>&amp;nbsp;Abstract&amp;nbsp;class has 3 direct or indirect implementations, but &lt;ul&gt;&lt;li&gt;they are never instantiated OR&lt;/li&gt;&lt;li&gt;no instantiations are reachable from entry points.&lt;/li&gt;&lt;/ul&gt;</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php</file>
<line>64</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Html\Renderer __construct" />
<language>PHP</language>
<offset>4</offset>
<length>148</length>
<highlighted_element>public function __construct(string $templatePath, string $generator, string $date, int $lowUpperBoun...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/PHP.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\PHP" />
<language>PHP</language>
<offset>0</offset>
<length>15</length>
<highlighted_element>final class PHP</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Text.php</file>
<line>24</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Text" />
<language>PHP</language>
<offset>0</offset>
<length>16</length>
<highlighted_element>final class Text</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Text.php</file>
<line>76</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Text __construct" />
<language>PHP</language>
<offset>4</offset>
<length>143</length>
<highlighted_element>public function __construct(int $lowUpperBound = 50, int $highLowerBound = 90, bool $showUncoveredFi...</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php</file>
<line>21</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation" />
<language>PHP</language>
<offset>0</offset>
<length>28</length>
<highlighted_element>final class BuildInformation</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php</file>
<line>28</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation __construct" />
<language>PHP</language>
<offset>4</offset>
<length>52</length>
<highlighted_element>public function __construct(DOMElement $contextNode)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php</file>
<line>19</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\Coverage" />
<language>PHP</language>
<offset>0</offset>
<length>20</length>
<highlighted_element>final class Coverage</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php</file>
<line>36</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\Coverage __construct" />
<language>PHP</language>
<offset>4</offset>
<length>62</length>
<highlighted_element>public function __construct(DOMElement $context, string $line)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php</file>
<line>15</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\Directory" />
<language>PHP</language>
<offset>0</offset>
<length>34</length>
<highlighted_element>final class Directory extends Node</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class is not instantiated.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php</file>
<line>41</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\Facade" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Facade</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has one instantiation, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php</file>
<line>58</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\Facade __construct" />
<language>PHP</language>
<offset>4</offset>
<length>44</length>
<highlighted_element>public function __construct(string $version)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has one usage, but it is not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php</file>
<line>18</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\File" />
<language>PHP</language>
<offset>0</offset>
<length>10</length>
<highlighted_element>class File</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Class has 2 instantiations, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php</file>
<line>30</line>
<module>BunqSDK</module>
<entry_point TYPE="phpMethod" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\File __construct" />
<language>PHP</language>
<offset>4</offset>
<length>48</length>
<highlighted_element>public function __construct(DOMElement $context)</highlighted_element>
<problem_class id="" severity="INFORMATION" attribute_key="NOT_USED_ELEMENT_ATTRIBUTES">unused declaration</problem_class>
<hints />
<description>Constructor has 2 usages, but they are not reachable from entry points.</description>
</problem>
<problem>
<file>file://$PROJECT_DIR$/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php</file>
<line>17</line>
<module>BunqSDK</module>
<entry_point TYPE="phpClass" FQNAME="\SebastianBergmann\CodeCoverage\Report\Xml\Method" />
<language>PHP</language>
<offset>0</offset>
<length>18</length>
<highlighted_element>final class Method</highlighted_element>
<pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment