for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Transphporm\Property\ContentPseudo;
class Headers implements \Transphporm\Property\ContentPseudo {
private $headers;
public function __construct(&$headers) {
$this->headers = &$headers;
}
public function run($value, $pseudoArgs, $element) {
$this->headers[] = [$pseudoArgs, implode('', $value)];