mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-13 18:34:06 +02:00
Validation PSR2
This commit is contained in:
8
Creational/Pool/Tests/TestWorker.php
Normal file
8
Creational/Pool/Tests/TestWorker.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Creational\Pool\Tests;
|
||||
|
||||
class TestWorker
|
||||
{
|
||||
public $id = 1;
|
||||
}
|
Reference in New Issue
Block a user