Skip to content

Add mixed type to verified type checks #725

@Ocramius

Description

@Ocramius

We need to add the mixed type to ClassWithMixedReferenceableTypedProperties.

Specifically, nullability checks around mixed are a bit interesting (because mixed|null doesn't really exist for PHP).

Potentially just some additions to

<?php
declare(strict_types=1);
namespace ProxyManagerTestAsset;
/**
* Base test class to play around with mixed visibility properties with different type definitions
*
* @author Marco Pivetta <[email protected]>
* @license MIT
*/
class ClassWithMixedReferenceableTypedProperties
{
public static $publicStaticUnTypedProperty = 'publicStaticUnTypedProperty';
public static $publicStaticUnTypedPropertyWithoutDefaultValue;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions