Skip to content

Instantly share code, notes, and snippets.

@dingsda87
dingsda87 / test.user.js
Last active August 29, 2015 14:03
test.user.js
// ==UserScript==
// @name merge
// @namespace dingsda@github
// @description add new merge button
// @include https://github.com/dingsda87/untitled/pull/*
// @version 1
// @grant none
// ==/UserScript==
window.alert('hallo');
<?php
class Foo{
protected $bar;
/** @var Lol[] */
protected $lols=array();
public function setBar(Bar $bar){