for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Transphporm\Property\ContentPseudo;
class Attr implements \Transphporm\Property\ContentPseudo {
public function run($value, $pseudoArgs, $element) {
$element->setAttribute($pseudoArgs, implode('', $value));
}