Test Setup Failed
Pull Request — master (#319)
by
unknown
04:13
created
composer-setup.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1585,37 +1585,37 @@
 block discarded – undo
1585 1585
     }
1586 1586
 
1587 1587
     /**
1588
-    * This method was adapted from Sslurp.
1589
-    * https://github.com/EvanDotPro/Sslurp
1590
-    *
1591
-    * (c) Evan Coury <[email protected]>
1592
-    *
1593
-    * For the full copyright and license information, please see below:
1594
-    *
1595
-    * Copyright (c) 2013, Evan Coury
1596
-    * All rights reserved.
1597
-    *
1598
-    * Redistribution and use in source and binary forms, with or without modification,
1599
-    * are permitted provided that the following conditions are met:
1600
-    *
1601
-    *     * Redistributions of source code must retain the above copyright notice,
1602
-    *       this list of conditions and the following disclaimer.
1603
-    *
1604
-    *     * Redistributions in binary form must reproduce the above copyright notice,
1605
-    *       this list of conditions and the following disclaimer in the documentation
1606
-    *       and/or other materials provided with the distribution.
1607
-    *
1608
-    * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1609
-    * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1610
-    * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1611
-    * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1612
-    * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1613
-    * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1614
-    * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1615
-    * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1616
-    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1617
-    * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1618
-    */
1588
+     * This method was adapted from Sslurp.
1589
+     * https://github.com/EvanDotPro/Sslurp
1590
+     *
1591
+     * (c) Evan Coury <[email protected]>
1592
+     *
1593
+     * For the full copyright and license information, please see below:
1594
+     *
1595
+     * Copyright (c) 2013, Evan Coury
1596
+     * All rights reserved.
1597
+     *
1598
+     * Redistribution and use in source and binary forms, with or without modification,
1599
+     * are permitted provided that the following conditions are met:
1600
+     *
1601
+     *     * Redistributions of source code must retain the above copyright notice,
1602
+     *       this list of conditions and the following disclaimer.
1603
+     *
1604
+     *     * Redistributions in binary form must reproduce the above copyright notice,
1605
+     *       this list of conditions and the following disclaimer in the documentation
1606
+     *       and/or other materials provided with the distribution.
1607
+     *
1608
+     * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1609
+     * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1610
+     * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1611
+     * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1612
+     * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1613
+     * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1614
+     * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1615
+     * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1616
+     * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1617
+     * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1618
+     */
1619 1619
     public static function getSystemCaRootBundlePath()
1620 1620
     {
1621 1621
         if (self::$caPath !== null) {
Please login to merge, or discard this patch.