Skip to content

Typo in Version class, extra : #360

Description

@andrew-boom

in latest braintree-php package v6.33.0 it introduced a bug with extra colon : in braintree/braintree_php/lib/Braintree/Version.php

01 <?php
02 
03 namespace Braintree;
04 
05 /**
06  * Braintree Library Version
07  * stores version information about the Braintree library
08  */
09 class Version
10 {
11     const MAJOR = 6;
12     const MINOR = 33;
13     :const TINY = 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions