Failed Conditions
Branch master (092922)
by jean
02:51
created
composer-setup.php 1 patch
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1252,7 +1252,7 @@  discard block
 block discarded – undo
1252 1252
             'DHE-DSS-AES256-SHA',
1253 1253
             'DHE-RSA-AES256-SHA',
1254 1254
             'AES128-GCM-SHA256',
1255
-             'AES256-GCM-SHA384',
1255
+                'AES256-GCM-SHA384',
1256 1256
             'ECDHE-RSA-RC4-SHA',
1257 1257
             'ECDHE-ECDSA-RC4-SHA',
1258 1258
             'AES128',
@@ -1393,37 +1393,37 @@  discard block
 block discarded – undo
1393 1393
     }
1394 1394
 
1395 1395
     /**
1396
-    * This method was adapted from Sslurp.
1397
-    * https://github.com/EvanDotPro/Sslurp
1398
-    *
1399
-    * (c) Evan Coury <[email protected]>
1400
-    *
1401
-    * For the full copyright and license information, please see below:
1402
-    *
1403
-    * Copyright (c) 2013, Evan Coury
1404
-    * All rights reserved.
1405
-    *
1406
-    * Redistribution and use in source and binary forms, with or without modification,
1407
-    * are permitted provided that the following conditions are met:
1408
-    *
1409
-    *     * Redistributions of source code must retain the above copyright notice,
1410
-    *       this list of conditions and the following disclaimer.
1411
-    *
1412
-    *     * Redistributions in binary form must reproduce the above copyright notice,
1413
-    *       this list of conditions and the following disclaimer in the documentation
1414
-    *       and/or other materials provided with the distribution.
1415
-    *
1416
-    * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1417
-    * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1418
-    * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1419
-    * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1420
-    * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1421
-    * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1422
-    * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1423
-    * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1424
-    * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1425
-    * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1426
-    */
1396
+     * This method was adapted from Sslurp.
1397
+     * https://github.com/EvanDotPro/Sslurp
1398
+     *
1399
+     * (c) Evan Coury <[email protected]>
1400
+     *
1401
+     * For the full copyright and license information, please see below:
1402
+     *
1403
+     * Copyright (c) 2013, Evan Coury
1404
+     * All rights reserved.
1405
+     *
1406
+     * Redistribution and use in source and binary forms, with or without modification,
1407
+     * are permitted provided that the following conditions are met:
1408
+     *
1409
+     *     * Redistributions of source code must retain the above copyright notice,
1410
+     *       this list of conditions and the following disclaimer.
1411
+     *
1412
+     *     * Redistributions in binary form must reproduce the above copyright notice,
1413
+     *       this list of conditions and the following disclaimer in the documentation
1414
+     *       and/or other materials provided with the distribution.
1415
+     *
1416
+     * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1417
+     * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1418
+     * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1419
+     * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
1420
+     * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1421
+     * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1422
+     * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
1423
+     * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1424
+     * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1425
+     * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1426
+     */
1427 1427
     public static function getSystemCaRootBundlePath()
1428 1428
     {
1429 1429
         static $caPath = null;
Please login to merge, or discard this patch.