Skip to content

Instantly share code, notes, and snippets.

@radeksimko
Forked from anonymous/gist:3784593
Created September 26, 2012 05:13
Show Gist options
  • Save radeksimko/3786224 to your computer and use it in GitHub Desktop.
Save radeksimko/3786224 to your computer and use it in GitHub Desktop.
Which way of writing do you like more?
// third way
$example->foo(2, 2)
->andReturn(4)
->foo(4, 4)
->andReturn(8)
->foo(8, 8)
->andReturn(16);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment