Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35245 invoked from network); 12 Jul 2015 02:41:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2015 02:41:27 -0000 Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.174 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.160.174 mail-yk0-f174.google.com Received: from [209.85.160.174] ([209.85.160.174:35122] helo=mail-yk0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/20-23914-5D3D1A55 for ; Sat, 11 Jul 2015 22:41:26 -0400 Received: by ykee186 with SMTP id e186so91148241yke.2 for ; Sat, 11 Jul 2015 19:41:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=NGAFPfz0yBwnoFzn2Nqsw8E66lnHd6EwZ2FZxcQ+gOA=; b=y7DlL+HqBOmejn9JHzhA3gC3z/HbTrS5EciM0KvE0dsGoO6BHid1Bd3h4AptLQ2SLX 9lrTL09+Dg4xeWpGIWq7KAhvnAkvcHuv+o0iuc8sVs9tbya+yioEYhZaeibx+c8uQX+j 3iaz+rxKrWE2CNKe68wJ85HM/gB1u1Qn4N3PXc8DK5RwUTMRAKgNMjlcxdwQByCl6Tjj hu5dJHu8iGkbsTSyaqWHvwUyMsyPzVyAbOIZZy1jXdgeJSgT6KEemz1JCWJnRquTW8py PSP1zbClu95K4p09XuDp6IFIexSxe8L/nXVPpPjjIBh+ooP9JT89WmV1lE7ZJDdbaReg n0fA== X-Received: by 10.170.42.85 with SMTP id 82mr31774381ykk.18.1436668882473; Sat, 11 Jul 2015 19:41:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.36.7 with HTTP; Sat, 11 Jul 2015 19:41:03 -0700 (PDT) In-Reply-To: <55A16375.4000707@php.net> References: <55A16375.4000707@php.net> Date: Sat, 11 Jul 2015 23:41:03 -0300 Message-ID: To: Sebastian Bergmann Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP7 and types From: marcio.web2@gmail.com (Marcio Almada) Hi, 2015-07-11 15:41 GMT-03:00 Sebastian Bergmann : > Am 11.07.2015 um 19:53 schrieb S.A.N: >> It will be useful for autocomplete in IDE > > That argument is bogus since proper IDEs (PhpStorm, fex.) leverage > docblock annotations for that already. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Not completely bogus. At least with typed properties you won't need to actually write the docblocks to have the IDE "hints". It's a minor win for IDE users too. Marcio