PHP Classes

File: .phpUnitAndStanFix.php

Recommend this page to a friend!
  Classes of Lars Moelleken   Arrayy   .phpUnitAndStanFix.php   Download  
File: .phpUnitAndStanFix.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Arrayy
Manipulate arrays using a fluent interface
Author: By
Last change:
Date: 1 year ago
Size: 166 bytes
 

Contents

Class file image Download
<?php

namespace PHPStan\Testing {
    if (!
function_exists('\\PHPStan\\Testing\\assertType')) {
        function
assertType(string $expectedType, $value) { }
    }
}