D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
jms
/
serializer
/
src
/
Ordering
/
Filename :
IdenticalPropertyOrderingStrategy.php
back
Copy
<?php declare(strict_types=1); namespace JMS\Serializer\Ordering; final class IdenticalPropertyOrderingStrategy implements PropertyOrderingInterface { /** * {@inheritdoc} */ public function order(array $properties): array { return $properties; } }