On Thu, 22 Dec 2011, Will Fitch wrote:

> On Dec 22, 2011, at 10:11 AM, Dmitri Snytkine wrote:
> 
> > I think the return type hinting really depends on variable type hinting. 
> > A simple example whould bea typical getter function
> > 
> > public function \Customer getCustomer(){
> >  return $this->customer;
> > }
> 
> The actual syntax would be: 
> 
> public \Customer getCustomer()

Really? I saw this in the RFC when I skimmed over it, but presumed that 
to be a mistake. I do not see it as a great idea to remove the 
"function" part as it's *so* PHP right now.

cheers,
Derick
-- 
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to