Skip to content

Instantly share code, notes, and snippets.

@dennzo
dennzo / EnvVarProcessor.php
Last active February 1, 2021 14:54
Symfony - EnvVarProcessor to set defaults of other types than string in yaml configuration
<?php
namespace App\DependencyInjection;
use Closure;
use Symfony\Component\DependencyInjection\EnvVarProcessorInterface;
use Symfony\Component\DependencyInjection\Exception\EnvNotFoundException;
/**
* Class EnvVarProcessor
* @package App\DependencyInjection
@andyferra
andyferra / github.css
Created April 30, 2012 02:11
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {