Skip to content

Instantly share code, notes, and snippets.

View suburbanworrier's full-sized avatar

Matt Bracewell suburbanworrier

  • Derbyshire, UK
  • 14:16 (UTC +01:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am suburbanworrier on github.
  • I am mattbracewell (https://keybase.io/mattbracewell) on keybase.
  • I have a public key ASCXIl7RyKoue_j1043oyuovJQC_lcCNsOuhVlBgC-fsQQo

To claim this, I am signing this object:

@suburbanworrier
suburbanworrier / php.ini
Created April 24, 2015 08:20
php.ini for YetiForce on Google Compute Engine Lamp instance
[PHP]
;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.
; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
@suburbanworrier
suburbanworrier / ModelRepository.php
Last active August 29, 2015 14:01
findByUid issue
<?php
namespace Pistil\Vehicles\Domain\Repository;
class ModelRepository extends \TYPO3\CMS\Extbase\Persistence\Repository {
/**
* @param \Pistil\Vehicles\Domain\Model\Brand $brand
* @param \Pistil\Vehicles\Domain\Model\Type $type
* @return \TYPO3\CMS\Extbase\Persistence\QueryResultInterface
*/