Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] Re: request on coding style documentation

Subject: COmanage Developers List

List archive

[comanage-dev] Re: request on coding style documentation


Chronological Thread 
  • From: Scott Koranda <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] Re: request on coding style documentation
  • Date: Wed, 25 Feb 2015 10:55:26 -0600

On Wed, Feb 25, 2015 at 10:53 AM, Scott Koranda
<>
wrote:
> Hi Benn,
>
> On this wiki page
>
> https://spaces.internet2.edu/display/COmanage/COmanage+Coding+Style
>
>
> under the section on alignment, can you please add documentation for
> how you want long lines broken over multiple lines?
>
> Can you use this as an example please?
>
> $this->CoPerson->HistoryRecord->record($copersonrole['CoPerson']['id'],
> $copersonrole['CoPersonRole']['id'], null, null,
> ActionEnum::CoGroupMemberDeleted, $msg)
>

I should add that this is my instinct:

$this->CoPerson->HistoryRecord->record(
$copersonrole['CoPerson']['id'],
$copersonrole['CoPersonRole']['id'],
null,
null,
ActionEnum::CoGroupMemberDeleted,
$msg
);



Archive powered by MHonArc 2.6.16.

Top of Page