<?php declare(strict_types=1); /* * This file is part of sebastian/comparator. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\Comparator; /** * A struct. */ class Struct { public $var; public function __construct($var) { $this->var = $var; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Author.php | File | 567 B | 0644 |
|
Book.php | File | 447 B | 0644 |
|
ClassWithToString.php | File | 438 B | 0644 |
|
SampleClass.php | File | 560 B | 0644 |
|
Struct.php | File | 463 B | 0644 |
|
TestClass.php | File | 341 B | 0644 |
|
TestClassComparator.php | File | 376 B | 0644 |
|