From 0dcdb8965e05a51ddf7338d8d170066a989ccc24 Mon Sep 17 00:00:00 2001 From: Adam Malone Date: Sat, 25 Nov 2017 17:07:50 +1100 Subject: [PATCH] Indents OrganizationResponse correctly. --- README.md | 8 ++++---- src/Response/OrganizationsResponse.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1ce27df5..6c2e031a 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Acquia PHP SDK for CloudAPI v2 = [![Build Status](https://travis-ci.org/typhonius/acquia-php-sdk-v2.svg?branch=master)](https://travis-ci.org/typhonius/acquia-php-sdk-v2) -[![Total Downloads](https://poser.pugx.org/typhonius/acquia-php-sdk-v2/downloads.png)](https://packagist.org/packages/typhonius/acquia-php-sdk-v2) +[![Total Downloads](https://poser.pugx.org/typhonius/acquia-php-sdk-v2/downloads.png)](https://packagist.org/packages/typhonius/acquia-php-sdk-v2) [![Coverage Status](https://coveralls.io/repos/github/typhonius/acquia-php-sdk-v2/badge.svg?branch=master)](https://coveralls.io/github/typhonius/acquia-php-sdk-v2?branch=master) [![License](https://poser.pugx.org/typhonius/acquia-php-sdk-v2/license.png)](https://www.versioneye.com/user/projects/5a18bd670fb24f2125873c86#tab-dependencies) [![Latest Stable Version](https://poser.pugx.org/typhonius/acquia-php-sdk-v2/v/stable.png)](https://packagist.org/packages/typhonius/acquia-php-sdk-v2) -[![Latest Unstable Version](https://poser.pugx.org/typhonius/acquia-php-sdk-v2/v/unstable.png)](https://packagist.org/packages/typhonius/acquia-php-sdk-v2) +[![Latest Unstable Version](https://poser.pugx.org/typhonius/acquia-php-sdk-v2/v/unstable.png)](https://packagist.org/packages/typhonius/acquia-php-sdk-v2) With the [original Acquia Cloud SDK](https://github.com/acquia/acquia-sdk-php) being deprecated and a [new version of Cloud API](https://cloud.acquia.com/api-docs/) being made available, this SDK aims to fill the gap and use more modern PHP packages to allow developers to continue to build tools that interact with the Acquia Cloud API. @@ -20,7 +20,7 @@ library as a dependency to your composer.json file. ```json { "require": { - "typhonius/acquia-php-sdk-v2": "*" + "typhonius/acquia-php-sdk-v2": "^1.0.0" } } ``` @@ -68,4 +68,4 @@ $servers = $cloudapi->servers($environment->uuid); ## I just want to use this not develop against it -A Robo application has been created that uses this SDK and creates a command line tool for interacting with the API. [The application may be found here](https://github.com/typhonius/acquia_cli) using the acquia-api-v2 branch. \ No newline at end of file +A Robo application has been created that uses this SDK and creates a command line tool for interacting with the API. [The application may be found here](https://github.com/typhonius/acquia_cli) using the acquia-api-v2 branch. diff --git a/src/Response/OrganizationsResponse.php b/src/Response/OrganizationsResponse.php index 8e5319f8..d5b1dc90 100644 --- a/src/Response/OrganizationsResponse.php +++ b/src/Response/OrganizationsResponse.php @@ -10,9 +10,9 @@ class OrganizationsResponse extends \ArrayObject { /** - * OrganizationsResponse constructor. - * @param array $organizations - */ + * OrganizationsResponse constructor. + * @param array $organizations + */ public function __construct($organizations) { parent::__construct(array_map(function ($organization) {