Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-12 Thread Matthew Weier O'Phinney
-1 from Zend Framework

(We polled our contributors some years ago; particularly amongst
non-native English speakers, coming up with reasonable names for
interfaces was often difficult, and appending an Interface suffix
simplified that for many authors.)

On Sun, Sep 4, 2016 at 11:26 AM, Michael Cullum  wrote:
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are
> unable to do so not being voting members.
>
> Status Quo: The bylaw states that all interfaces in PSRs published by the
> PHP FIG must have the interface name suffix of 'Interface' e.g.
> `LoggerInterface`
> Change: The proposed change is that we no longer require that interfaces are
> suffixed by 'Interface' so `ContainerInterface` would become `Container`
>
> Arguments for/against and [two week] discussion:
> http://bit.ly/interface-suffix-discussion
> Pull request for bylaw change: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not
> yet through an entrance vote) so will not break or change any current PSRs.
> It is also not a standard or recommendation for the PHP community or member
> projects, but an internal bylaw on how we name interfaces in our own
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting is
> available to voting members and may be cast as +1 (For), -1 (Against) or 0
> (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>
> --
> You received this message because you are subscribed to the Google Groups
> "PHP Framework Interoperability Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to php-fig+unsubscr...@googlegroups.com.
> To post to this group, send email to php-fig@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Matthew Weier O'Phinney
mweierophin...@gmail.com
https://mwop.net/

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/CAJp_myUZ%3De9RRmTu1QsHRSSLfBArXCLkksOvDK_L9xNFmQUBrg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-11 Thread Paul Dragoonis
-1 from PPI Framework

On Sat, Sep 10, 2016 at 2:53 AM, Andres Gutierrez <
gutierrezandresfel...@gmail.com> wrote:

> -1 from Phalcon
>
> On Sunday, 4 September 2016 11:26:50 UTC-5, Michael Cullum wrote:
>>
>> Hi all,
>>
>> The PSR-11 Editors have requested we open this vote for them as they are
>> unable to do so not being voting members.
>>
>> *Status Quo:* The bylaw states that all interfaces in PSRs published by
>> the PHP FIG must have the interface name suffix of 'Interface' e.g.
>> `LoggerInterface`
>> *Change:* The proposed change is that we no longer require that
>> interfaces are suffixed by 'Interface' so `ContainerInterface` would become
>> `Container`
>>
>> Arguments for/against and [two week] *discussion*: http://bit.l
>> y/interface-suffix-discussion
>> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>>
>> Note: This will only affect future PSR production (of PSRs in draft or
>> not yet through an entrance vote) so will not break or change any current
>> PSRs. It is also not a standard or recommendation for the PHP community or
>> member projects, but an internal bylaw on how we name interfaces in our own
>> interfaces in PSRs.
>>
>> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting
>> is available to voting members and may be cast as +1 (For), -1 (Against) or
>> 0 (Abstain).
>>
>> --
>> Many thanks,
>> Michael Cullum
>>
> --
> You received this message because you are subscribed to the Google Groups
> "PHP Framework Interoperability Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to php-fig+unsubscr...@googlegroups.com.
> To post to this group, send email to php-fig@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/php-fig/de834c7a-1078-4b99-961e-452836588166%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/CAKxcST_P8xTXxiEz9bRWnuKf73W2uSiskGWOLb483yH%3DMTRbWw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-09 Thread Andres Gutierrez
-1 from Phalcon

On Sunday, 4 September 2016 11:26:50 UTC-5, Michael Cullum wrote:
>
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are 
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by 
> the PHP FIG must have the interface name suffix of 'Interface' e.g. 
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that 
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become 
> `Container`
>
> Arguments for/against and [two week] *discussion*: 
> http://bit.ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not 
> yet through an entrance vote) so will not break or change any current PSRs. 
> It is also not a standard or recommendation for the PHP community or member 
> projects, but an internal bylaw on how we name interfaces in our own 
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting 
> is available to voting members and may be cast as +1 (For), -1 (Against) or 
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/de834c7a-1078-4b99-961e-452836588166%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-09 Thread Larry Garfield

-1

--Larry Garfield, Drupal

On 09/04/2016 11:26 AM, Michael Cullum wrote:

Hi all,

The PSR-11 Editors have requested we open this vote for them as they 
are unable to do so not being voting members.


*Status Quo:* The bylaw states that all interfaces in PSRs published 
by the PHP FIG must have the interface name suffix of 'Interface' e.g. 
`LoggerInterface`
*Change:* The proposed change is that we no longer require that 
interfaces are suffixed by 'Interface' so `ContainerInterface` would 
become `Container`


Arguments for/against and [two week] *discussion*: 
http://bit.ly/interface-suffix-discussion

*Pull request for bylaw change*: http://bit.ly/interface-suffix-pr

Note: This will only affect future PSR production (of PSRs in draft or 
not yet through an entrance vote) so will not break or change any 
current PSRs. It is also not a standard or recommendation for the PHP 
community or member projects, but an internal bylaw on how we name 
interfaces in our own interfaces in PSRs.


Voting will close in two weeks on the 18th September at 23:59 UTC. 
Voting is available to voting members and may be cast as +1 (For), -1 
(Against) or 0 (Abstain).


--
Many thanks,
Michael Cullum
--
You received this message because you are subscribed to the Google 
Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to php-fig+unsubscr...@googlegroups.com 
.
To post to this group, send email to php-fig@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.



--
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/77567f6b-28c9-ab73-389f-f1625c89c829%40garfieldtech.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-09 Thread Korvin Szanto
-1 concrete5

On Thu, Sep 8, 2016 at 9:42 PM Ryan Thompson  wrote:

> -1 PyroCMS
>
> --
> You received this message because you are subscribed to the Google Groups
> "PHP Framework Interoperability Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to php-fig+unsubscr...@googlegroups.com.
> To post to this group, send email to php-fig@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/php-fig/9e922d67-a631-4e5d-a74d-6a6465c789d7%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/CANeXGWWJ35o%3DN9JPJk0Rp_Su4C4z7JDqH9iqFuzufnpeVzm3MA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-08 Thread Marc Alexander
-1 from phpBB

On Sunday, September 4, 2016 at 6:26:50 PM UTC+2, Michael Cullum wrote:
>
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are 
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by 
> the PHP FIG must have the interface name suffix of 'Interface' e.g. 
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that 
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become 
> `Container`
>
> Arguments for/against and [two week] *discussion*: 
> http://bit.ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr 
> 
>
> Note: This will only affect future PSR production (of PSRs in draft or not 
> yet through an entrance vote) so will not break or change any current PSRs. 
> It is also not a standard or recommendation for the PHP community or member 
> projects, but an internal bylaw on how we name interfaces in our own 
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting 
> is available to voting members and may be cast as +1 (For), -1 (Against) or 
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/d30e7f22-e909-4fb6-840b-c4be1f39299d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-06 Thread Jason Coward

-1 from Slim Framework

Regards,

Jason Coward
Slim Framework

Michael Cullum 
September 4, 2016 at 10:26 AM
Hi all,

The PSR-11 Editors have requested we open this vote for them as they 
are unable to do so not being voting members.


*Status Quo:* The bylaw states that all interfaces in PSRs published 
by the PHP FIG must have the interface name suffix of 'Interface' e.g. 
`LoggerInterface`
*Change:* The proposed change is that we no longer require that 
interfaces are suffixed by 'Interface' so `ContainerInterface` would 
become `Container`


Arguments for/against and [two week] *discussion*: 
http://bit.ly/interface-suffix-discussion

*Pull request for bylaw change*: http://bit.ly/interface-suffix-pr

Note: This will only affect future PSR production (of PSRs in draft or 
not yet through an entrance vote) so will not break or change any 
current PSRs. It is also not a standard or recommendation for the PHP 
community or member projects, but an internal bylaw on how we name 
interfaces in our own interfaces in PSRs.


Voting will close in two weeks on the 18th September at 23:59 UTC. 
Voting is available to voting members and may be cast as +1 (For), -1 
(Against) or 0 (Abstain).


--
Many thanks,
Michael Cullum
--
You received this message because you are subscribed to the Google 
Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to php-fig+unsubscr...@googlegroups.com 
.
To post to this group, send email to php-fig@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/57CEE5AA.7050908%40opengeek.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-06 Thread 'Robert Deutz' via PHP Framework Interoperability Group
-1 for Joomla

Robert

Am Sonntag, 4. September 2016 18:26:50 UTC+2 schrieb Michael Cullum:
>
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are 
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by 
> the PHP FIG must have the interface name suffix of 'Interface' e.g. 
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that 
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become 
> `Container`
>
> Arguments for/against and [two week] *discussion*: 
> http://bit.ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not 
> yet through an entrance vote) so will not break or change any current PSRs. 
> It is also not a standard or recommendation for the PHP community or member 
> projects, but an internal bylaw on how we name interfaces in our own 
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting 
> is available to voting members and may be cast as +1 (For), -1 (Against) or 
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/ff1d51f1-241a-469c-b3a4-ebc43947efd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-05 Thread Adam Culp
-1 IBMiToolkit


On Sunday, September 4, 2016 at 12:26:50 PM UTC-4, Michael Cullum wrote:
>
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are 
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by 
> the PHP FIG must have the interface name suffix of 'Interface' e.g. 
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that 
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become 
> `Container`
>
> Arguments for/against and [two week] *discussion*: 
> http://bit.ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not 
> yet through an entrance vote) so will not break or change any current PSRs. 
> It is also not a standard or recommendation for the PHP community or member 
> projects, but an internal bylaw on how we name interfaces in our own 
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting 
> is available to voting members and may be cast as +1 (For), -1 (Against) or 
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/d984764e-0386-4b8a-bd5a-5bcc3bc59b15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-05 Thread Paul Jones
-1 from Aura/Solar/etc.



-- 

Paul M. Jones
http://paul-m-jones.com



-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/86132702-BFEC-46B0-9BD5-A185EC3FBDBD%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-05 Thread Jan Schneider

 -1 from Horde

Zitat von Michael Cullum :


Hi all,   
   The PSR-11 Editors have requested we open this vote for them as  
they are unable to do so not being voting members.

    
   STATUS QUO: The bylaw states that all interfaces in PSRs  
published by the PHP FIG must have the interface name suffix of  
'Interface' e.g. `LoggerInterface`
   CHANGE: The proposed change is that we no longer require that  
interfaces are suffixed by 'Interface' so `ContainerInterface` would  
become `Container`

    
   Arguments for/against and [two  
week] DISCUSSION: http://bit.ly/interface-suffix-discussion

   PULL REQUEST FOR BYLAW CHANGE: http://bit.ly/interface-suffix-pr
    
   Note: This will only affect future PSR production (of PSRs in  
draft or not yet through an entrance vote) so will not break or  
change any current PSRs. It is also not a standard or recommendation  
for the PHP community or member projects, but an internal bylaw on  
how we name interfaces in our own interfaces in PSRs.

    
   Voting will close in two weeks on the 18th September at 23:59  
UTC. Voting is available to voting members and may be cast as +1  
(For), -1 (Against) or 0 (Abstain).

    
   --
   Many thanks,   Michael Cullum

  --
You received this message because you are subscribed to the Google  
Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it,  
send an email to php-fig+unsubscr...@googlegroups.com.

To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit  
https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.

-
Jan Schneider
The Horde Project
http://www.horde.org/

--
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/20160905090428.Horde.HNs4O1bx44LXOTU7_Xv1MOS%40neo.wg.de.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-05 Thread 'Alexander Makarov' via PHP Framework Interoperability Group
-1 from Yii.

On Sunday, September 4, 2016 at 7:26:50 PM UTC+3, Michael Cullum wrote:
>
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are 
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by 
> the PHP FIG must have the interface name suffix of 'Interface' e.g. 
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that 
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become 
> `Container`
>
> Arguments for/against and [two week] *discussion*: 
> http://bit.ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not 
> yet through an entrance vote) so will not break or change any current PSRs. 
> It is also not a standard or recommendation for the PHP community or member 
> projects, but an internal bylaw on how we name interfaces in our own 
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting 
> is available to voting members and may be cast as +1 (For), -1 (Against) or 
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/34cea4f8-f299-4d03-a333-81ce8e2fef1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-05 Thread Michiel Rook
-1 from Phing

On 04-09-16 18:26, Michael Cullum wrote:
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they
> are unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published
> by the PHP FIG must have the interface name suffix of 'Interface' e.g.
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that
> interfaces are suffixed by 'Interface' so `ContainerInterface` would
> become `Container`
>
> Arguments for/against and [two
> week] *discussion*: http://bit.ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or
> not yet through an entrance vote) so will not break or change any
> current PSRs. It is also not a standard or recommendation for the PHP
> community or member projects, but an internal bylaw on how we name
> interfaces in our own interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC.
> Voting is available to voting members and may be cast as +1 (For), -1
> (Against) or 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
> -- 
> You received this message because you are subscribed to the Google
> Groups "PHP Framework Interoperability Group" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to php-fig+unsubscr...@googlegroups.com
> .
> To post to this group, send email to php-fig@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/00d4ca08-c4e2-0b33-2a57-de55c9530393%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-05 Thread Leo Feyer
-1 from Contao

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/8DCD17CF-F86E-4CE1-96DD-19732511F9C6%40contao.org.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-05 Thread Matteo Beccati

Hi,

-1 from Revive Adserver



On 04/09/2016 18:26, Michael Cullum wrote:

Hi all,

The PSR-11 Editors have requested we open this vote for them as they are
unable to do so not being voting members.

*Status Quo:* The bylaw states that all interfaces in PSRs published by
the PHP FIG must have the interface name suffix of 'Interface' e.g.
`LoggerInterface`
*Change:* The proposed change is that we no longer require that
interfaces are suffixed by 'Interface' so `ContainerInterface` would
become `Container`

Arguments for/against and [two
week] *discussion*: http://bit.ly/interface-suffix-discussion
*Pull request for bylaw change*: http://bit.ly/interface-suffix-pr

Note: This will only affect future PSR production (of PSRs in draft or
not yet through an entrance vote) so will not break or change any
current PSRs. It is also not a standard or recommendation for the PHP
community or member projects, but an internal bylaw on how we name
interfaces in our own interfaces in PSRs.

Voting will close in two weeks on the 18th September at 23:59 UTC.
Voting is available to voting members and may be cast as +1 (For), -1
(Against) or 0 (Abstain).

--
Many thanks,
Michael Cullum

--
You received this message because you are subscribed to the Google
Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to php-fig+unsubscr...@googlegroups.com
.
To post to this group, send email to php-fig@googlegroups.com
.
To view this discussion on the web visit
https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.



--
Matteo Beccati

Development & Consulting - http://www.beccati.com/

--
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/84338df0-19df-cb1b-2d49-f27b7d4fc8f8%40beccati.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-04 Thread Fabien Potencier

-1 Symfony

On 9/4/16 09:26, Michael Cullum wrote:

Hi all,

The PSR-11 Editors have requested we open this vote for them as they are
unable to do so not being voting members.

*Status Quo:* The bylaw states that all interfaces in PSRs published by
the PHP FIG must have the interface name suffix of 'Interface' e.g.
`LoggerInterface`
*Change:* The proposed change is that we no longer require that
interfaces are suffixed by 'Interface' so `ContainerInterface` would
become `Container`

Arguments for/against and [two
week] *discussion*: http://bit.ly/interface-suffix-discussion
*Pull request for bylaw change*: http://bit.ly/interface-suffix-pr

Note: This will only affect future PSR production (of PSRs in draft or
not yet through an entrance vote) so will not break or change any
current PSRs. It is also not a standard or recommendation for the PHP
community or member projects, but an internal bylaw on how we name
interfaces in our own interfaces in PSRs.

Voting will close in two weeks on the 18th September at 23:59 UTC.
Voting is available to voting members and may be cast as +1 (For), -1
(Against) or 0 (Abstain).

--
Many thanks,
Michael Cullum

--
You received this message because you are subscribed to the Google
Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to php-fig+unsubscr...@googlegroups.com
.
To post to this group, send email to php-fig@googlegroups.com
.
To view this discussion on the web visit
https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/aa8f-3e0e-90d5-8edf-bef24de5af5e%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-04 Thread Damian Mooyman
-1 SilverStripe

On Monday, 5 September 2016 04:26:50 UTC+12, Michael Cullum wrote:
>
> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are 
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by 
> the PHP FIG must have the interface name suffix of 'Interface' e.g. 
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that 
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become 
> `Container`
>
> Arguments for/against and [two week] *discussion*: 
> http://bit.ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not 
> yet through an entrance vote) so will not break or change any current PSRs. 
> It is also not a standard or recommendation for the PHP community or member 
> projects, but an internal bylaw on how we name interfaces in our own 
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting 
> is available to voting members and may be cast as +1 (For), -1 (Against) or 
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/de7c9f82-bf42-4ebf-8a8a-a62871463402%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-04 Thread Chris Tankersley
-1 from Sculpin.

As others said, this is just change for change's sake.

-Chris

On Sun, Sep 4, 2016 at 12:26 PM, Michael Cullum  wrote:

> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by
> the PHP FIG must have the interface name suffix of 'Interface' e.g.
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become
> `Container`
>
> Arguments for/against and [two week] *discussion*: http://bit.
> ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not
> yet through an entrance vote) so will not break or change any current PSRs.
> It is also not a standard or recommendation for the PHP community or member
> projects, but an internal bylaw on how we name interfaces in our own
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting
> is available to voting members and may be cast as +1 (For), -1 (Against) or
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>
> --
> You received this message because you are subscribed to the Google Groups
> "PHP Framework Interoperability Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to php-fig+unsubscr...@googlegroups.com.
> To post to this group, send email to php-fig@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.
> gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Chris Tankersley
http://ctankersley.com

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/CAL9n4XNHRbLnGRY8azqU2eEgiarVMCVZHj6c%2BbkV92eJVbjcLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-04 Thread Lukas Kahwe Smith
-1 from Jackalope

regards,
Lukas

> On 04 Sep 2016, at 18:26, Michael Cullum  wrote:
> 
> Hi all,
> 
> The PSR-11 Editors have requested we open this vote for them as they are 
> unable to do so not being voting members.
> 
> Status Quo: The bylaw states that all interfaces in PSRs published by the PHP 
> FIG must have the interface name suffix of 'Interface' e.g. `LoggerInterface`
> Change: The proposed change is that we no longer require that interfaces are 
> suffixed by 'Interface' so `ContainerInterface` would become `Container`
> 
> Arguments for/against and [two week] discussion: 
> http://bit.ly/interface-suffix-discussion
> Pull request for bylaw change: http://bit.ly/interface-suffix-pr
> 
> Note: This will only affect future PSR production (of PSRs in draft or not 
> yet through an entrance vote) so will not break or change any current PSRs. 
> It is also not a standard or recommendation for the PHP community or member 
> projects, but an internal bylaw on how we name interfaces in our own 
> interfaces in PSRs.
> 
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting is 
> available to voting members and may be cast as +1 (For), -1 (Against) or 0 
> (Abstain).
> 
> --
> Many thanks,
> Michael Cullum
> -- 
> You received this message because you are subscribed to the Google Groups 
> "PHP Framework Interoperability Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to php-fig+unsubscr...@googlegroups.com.
> To post to this group, send email to php-fig@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/31A59149-B2EC-43F3-86E2-36FC5842DAB4%40pooteeweet.org.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-04 Thread Jordi Boggiano
-1 for Composer - this is change for the sake of change IMO, I'd rather 
people spent time on more productive discussions :)


On 04/09/2016 18:26, Michael Cullum wrote:

Hi all,

The PSR-11 Editors have requested we open this vote for them as they are
unable to do so not being voting members.

*Status Quo:* The bylaw states that all interfaces in PSRs published by
the PHP FIG must have the interface name suffix of 'Interface' e.g.
`LoggerInterface`
*Change:* The proposed change is that we no longer require that
interfaces are suffixed by 'Interface' so `ContainerInterface` would
become `Container`

Arguments for/against and [two
week] *discussion*: http://bit.ly/interface-suffix-discussion
*Pull request for bylaw change*: http://bit.ly/interface-suffix-pr

Note: This will only affect future PSR production (of PSRs in draft or
not yet through an entrance vote) so will not break or change any
current PSRs. It is also not a standard or recommendation for the PHP
community or member projects, but an internal bylaw on how we name
interfaces in our own interfaces in PSRs.

Voting will close in two weeks on the 18th September at 23:59 UTC.
Voting is available to voting members and may be cast as +1 (For), -1
(Against) or 0 (Abstain).

--
Many thanks,
Michael Cullum

--
You received this message because you are subscribed to the Google
Groups "PHP Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to php-fig+unsubscr...@googlegroups.com
.
To post to this group, send email to php-fig@googlegroups.com
.
To view this discussion on the web visit
https://groups.google.com/d/msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.



--
Jordi Boggiano
@seldaek - http://seld.be

--
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/baabca78-72c8-61a5-c3ff-f407289917a2%40seld.be.
For more options, visit https://groups.google.com/d/optout.


Re: [VOTE] [Bylaw Amendment] Do not require interface suffix on future PSR Interfaces

2016-09-04 Thread Chuck Burgess
-1 from PEAR

On Sep 4, 2016 11:26, "Michael Cullum"  wrote:

> Hi all,
>
> The PSR-11 Editors have requested we open this vote for them as they are
> unable to do so not being voting members.
>
> *Status Quo:* The bylaw states that all interfaces in PSRs published by
> the PHP FIG must have the interface name suffix of 'Interface' e.g.
> `LoggerInterface`
> *Change:* The proposed change is that we no longer require that
> interfaces are suffixed by 'Interface' so `ContainerInterface` would become
> `Container`
>
> Arguments for/against and [two week] *discussion*: http://bit.
> ly/interface-suffix-discussion
> *Pull request for bylaw change*: http://bit.ly/interface-suffix-pr
>
> Note: This will only affect future PSR production (of PSRs in draft or not
> yet through an entrance vote) so will not break or change any current PSRs.
> It is also not a standard or recommendation for the PHP community or member
> projects, but an internal bylaw on how we name interfaces in our own
> interfaces in PSRs.
>
> Voting will close in two weeks on the 18th September at 23:59 UTC. Voting
> is available to voting members and may be cast as +1 (For), -1 (Against) or
> 0 (Abstain).
>
> --
> Many thanks,
> Michael Cullum
>
> --
> You received this message because you are subscribed to the Google Groups
> "PHP Framework Interoperability Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to php-fig+unsubscr...@googlegroups.com.
> To post to this group, send email to php-fig@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/php-fig/CAAqcDMh4JSN1Opsiam8GgjXc1vsTfSuFJ7fEJvtoRoxBxRv_xQ%40mail.
> gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/CANsgjnuFC3dW39UZDOvj%2B2%2BgfDZsVpjN5sCskbvuU_y5-pTrxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.