This file is indexed.

/usr/share/php/.registry/php_codesniffer.reg is in php-codesniffer 2.5.1-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
a:22:{s:7:"attribs";a:6:{s:15:"packagerversion";s:6:"1.10.1";s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:15:"PHP_CodeSniffer";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:122:"PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files to detect and fix violations of a defined set of coding standards.";s:11:"description";s:344:"PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.";s:4:"lead";a:4:{s:4:"name";s:13:"Greg Sherwood";s:4:"user";s:5:"squiz";s:5:"email";s:19:"gsherwood@squiz.net";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2016-01-19";s:4:"time";s:8:"23:30:54";s:7:"version";a:2:{s:7:"release";s:5:"2.5.1";s:3:"api";s:5:"2.5.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:20:"BSD 3-Clause License";}s:5:"notes";s:3450:"- The PHP-supplied T_SPACESHIP token has been replicated for PHP versions before 7.0
- T_SPACESHIP is now correctly identified as an operator
  -- Thanks to Alexander Obuhovich for the patch
- Generic LowerCaseKeyword now ensures array type hints are lowercase as well
  -- Thanks to Mathieu Rochette for the patch
- Squiz ComparisonOperatorUsageSniff no longer hangs on JS FOR loops that don't use semicolons
- PHP_CodesSniffer now includes the composer autoload.php file, if there is one
  -- Thanks to Klaus Purer for the patch
-- Added error Squiz.Commenting.FunctionComment.ScalarTypeHintMissing for PHP7 only (request #858)
  -- These errors were previously reported as Squiz.Commenting.FunctionComment.TypeHintMissing on PHP7
  -- Disable this error message in a ruleset.xml file if your code needs to run on both PHP5 and PHP7
- The PHP 5.6 __debugInfo magic method no longer produces naming convention errors
  -- Thanks to Michael Nowack for the patch
- PEAR and Squiz FunctionComment sniffs now support variadic functions (request #841)
- Fixed bug #622 : Wrong detection of Squiz.CSS.DuplicateStyleDefinition with media queries
- Fixed bug #752 : The missing exception error is reported in first found DocBlock
- Fixed bug #794 : PSR2 MultiLineFunctionDeclaration forbids comments after opening parenthesis of a multiline call
- Fixed bug #820 : PEAR/PSR2 FunctionCallSignature sniffs suggest wrong indent when there are multiple arguments on a line
- Fixed bug #822 : Ruleset hard-coded file paths are not used if not running from the same directory as the ruleset
- Fixed bug #825 : FunctionCallArgumentSpacing sniff complains about more than one space before comment in multi-line function call
- Fixed bug #828 : Null classname is tokenized as T_NULL instead of T_STRING
- Fixed bug #829 : Short array argument not fixed correctly when multiple function arguments are on the same line
- Fixed bug #831 : PHPCS freezes in an infinite loop under Windows if no standard is passed
- Fixed bug #832 : Tokenizer does not support context sensitive parsing
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #835 : PEAR.Functions.FunctionCallSignature broken when closure uses return types
- Fixed bug #838 : CSS indentation fixer changes color codes
  -- Thanks to Klaus Purer for the patch
- Fixed bug #839 : "__()" method is marked as not camel caps
  -- Thanks to Tim Bezhashvyly for the patch
- Fixed bug #852 : Generic.Commenting.DocComment not finding errors when long description is omitted
- Fixed bug #854 : Return typehints in interfaces are not reported as T_RETURN_TYPE
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #855 : Capital letter detection for multibyte strings doesn't work correctly
- Fixed bug #857 : PSR2.ControlStructure.SwitchDeclaration shouldn't check indent of curly brace closers
- Fixed bug #859 : Switch statement indention issue when returning function call with closure
- Fixed bug #861 : Single-line arrays and function calls can generate incorrect indentation errors
- Fixed bug #867 : Squiz.Strings.DoubleQuoteUsage broken for some escape codes
  -- Thanks to Jack Blower for the help with the fix
- Fixed bug #21005 : Incorrect indent detection when multiple properties are initialized to arrays
- Fixed bug #21010 : Incorrect missing colon detection in CSS when first style is not on new line
- Fixed bug #21011 : Incorrect error message text when newline found after opening brace";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:937:{i:0;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:14:"scripts/phpcbf";s:4:"role";s:6:"script";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:16:"/usr/bin/env php";s:2:"to";s:7:"php_bin";s:4:"type";s:11:"pear-config";}}}i:1;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:13:"scripts/phpcs";s:4:"role";s:6:"script";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:16:"/usr/bin/env php";s:2:"to";s:7:"php_bin";s:4:"type";s:11:"pear-config";}}}i:2;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:28:"scripts/phpcs-svn-pre-commit";s:4:"role";s:3:"doc";}s:13:"tasks:replace";a:2:{i:0;a:1:{s:7:"attribs";a:3:{s:4:"from";s:9:"@php_bin@";s:2:"to";s:7:"php_bin";s:4:"type";s:11:"pear-config";}}i:1;a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}}i:3;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:17:"scripts/phpcs.bat";s:4:"role";s:6:"script";}s:13:"tasks:replace";a:3:{i:0;a:1:{s:7:"attribs";a:3:{s:4:"from";s:9:"@php_bin@";s:2:"to";s:7:"php_bin";s:4:"type";s:11:"pear-config";}}i:1;a:1:{s:7:"attribs";a:3:{s:4:"from";s:9:"@bin_dir@";s:2:"to";s:7:"bin_dir";s:4:"type";s:11:"pear-config";}}i:2;a:1:{s:7:"attribs";a:3:{s:4:"from";s:9:"@php_dir@";s:2:"to";s:7:"php_dir";s:4:"type";s:11:"pear-config";}}}}i:4;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:18:"scripts/phpcbf.bat";s:4:"role";s:6:"script";}s:13:"tasks:replace";a:3:{i:0;a:1:{s:7:"attribs";a:3:{s:4:"from";s:9:"@php_bin@";s:2:"to";s:7:"php_bin";s:4:"type";s:11:"pear-config";}}i:1;a:1:{s:7:"attribs";a:3:{s:4:"from";s:9:"@bin_dir@";s:2:"to";s:7:"bin_dir";s:4:"type";s:11:"pear-config";}}i:2;a:1:{s:7:"attribs";a:3:{s:4:"from";s:9:"@php_dir@";s:2:"to";s:7:"php_dir";s:4:"type";s:11:"pear-config";}}}}i:5;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:43:"tests/Core/File/GetMethodParametersTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:6;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:23:"tests/Core/AllTests.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:7;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:35:"tests/Core/ErrorSuppressionTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:8;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:30:"tests/Core/IsCamelCapsTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:9;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:41:"tests/Standards/AbstractSniffUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:10;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:29:"tests/Standards/AllSniffs.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:11;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:18:"tests/AllTests.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:12;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:19:"tests/TestSuite.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:13;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:39:"CodeSniffer/DocGenerators/Generator.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:14;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/DocGenerators/HTML.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:15;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/DocGenerators/Markdown.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:16;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/DocGenerators/Text.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:17;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:27:"CodeSniffer/Reports/Cbf.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:18;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/Reports/Checkstyle.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:19;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:27:"CodeSniffer/Reports/Csv.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:20;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Diff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:21;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:29:"CodeSniffer/Reports/Emacs.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:22;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Full.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:23;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:32:"CodeSniffer/Reports/Gitblame.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:24;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:31:"CodeSniffer/Reports/Hgblame.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:25;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Info.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:26;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Json.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:27;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:29:"CodeSniffer/Reports/Junit.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:28;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/Reports/Notifysend.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:29;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:30:"CodeSniffer/Reports/Source.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:30;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:31:"CodeSniffer/Reports/Summary.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:31;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:32:"CodeSniffer/Reports/Svnblame.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:32;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Reports/VersionControl.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:33;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:27:"CodeSniffer/Reports/Xml.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:34;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Docs/Classes/DuplicateClassNameStandard.xml";s:4:"role";s:3:"php";}}i:35;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Generic/Docs/Debug/CSSLintStandard.xml";s:4:"role";s:3:"php";}}i:36;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml";s:4:"role";s:3:"php";}}i:37;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Generic/Docs/Debug/JSHintStandard.xml";s:4:"role";s:3:"php";}}i:38;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Docs/Commenting/FixmeStandard.xml";s:4:"role";s:3:"php";}}i:39;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Docs/Commenting/TodoStandard.xml";s:4:"role";s:3:"php";}}i:40;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/JumbledIncrementerStandard.xml";s:4:"role";s:3:"php";}}i:41;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnusedFunctionParameterStandard.xml";s:4:"role";s:3:"php";}}i:42;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Docs/ControlStructures/InlineControlStructureStandard.xml";s:4:"role";s:3:"php";}}i:43;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/EmptyStatementStandard.xml";s:4:"role";s:3:"php";}}i:44;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopShouldBeWhileLoopStandard.xml";s:4:"role";s:3:"php";}}i:45;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopWithTestFunctionCallStandard.xml";s:4:"role";s:3:"php";}}i:46;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnconditionalIfStatementStandard.xml";s:4:"role";s:3:"php";}}i:47;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnnecessaryFinalModifierStandard.xml";s:4:"role";s:3:"php";}}i:48;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UselessOverridingMethodStandard.xml";s:4:"role";s:3:"php";}}i:49;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Docs/Files/ByteOrderMarkStandard.xml";s:4:"role";s:3:"php";}}i:50;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/Files/EndFileNewlineStandard.xml";s:4:"role";s:3:"php";}}i:51;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Docs/Files/EndFileNoNewlineStandard.xml";s:4:"role";s:3:"php";}}i:52;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Docs/Files/InlineHTMLStandard.xml";s:4:"role";s:3:"php";}}i:53;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Docs/Files/LineEndingsStandard.xml";s:4:"role";s:3:"php";}}i:54;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Docs/Files/LineLengthStandard.xml";s:4:"role";s:3:"php";}}i:55;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Docs/Files/LowercasedFilenameStandard.xml";s:4:"role";s:3:"php";}}i:56;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Docs/Files/OneClassPerFileStandard.xml";s:4:"role";s:3:"php";}}i:57;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Docs/Files/OneInterfacePerFileStandard.xml";s:4:"role";s:3:"php";}}i:58;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/Formatting/DisallowMultipleStatementsStandard.xml";s:4:"role";s:3:"php";}}i:59;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/Formatting/MultipleStatementAlignmentStandard.xml";s:4:"role";s:3:"php";}}i:60;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Docs/Formatting/NoSpaceAfterCastStandard.xml";s:4:"role";s:3:"php";}}i:61;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml";s:4:"role";s:3:"php";}}i:62;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Docs/Functions/CallTimePassByReferenceStandard.xml";s:4:"role";s:3:"php";}}i:63;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/Functions/FunctionCallArgumentSpacingStandard.xml";s:4:"role";s:3:"php";}}i:64;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceBsdAllmanStandard.xml";s:4:"role";s:3:"php";}}i:65;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:93:"CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml";s:4:"role";s:3:"php";}}i:66;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Docs/Metrics/CyclomaticComplexityStandard.xml";s:4:"role";s:3:"php";}}i:67;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/Metrics/NestingLevelStandard.xml";s:4:"role";s:3:"php";}}i:68;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Docs/NamingConventions/CamelCapsFunctionNameStandard.xml";s:4:"role";s:3:"php";}}i:69;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Docs/NamingConventions/ConstructorNameStandard.xml";s:4:"role";s:3:"php";}}i:70;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Docs/NamingConventions/UpperCaseConstantNameStandard.xml";s:4:"role";s:3:"php";}}i:71;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Docs/PHP/CharacterBeforePHPOpeningTagStandard.xml";s:4:"role";s:3:"php";}}i:72;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Docs/PHP/ClosingPHPTagStandard.xml";s:4:"role";s:3:"php";}}i:73;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Docs/PHP/DeprecatedFunctionsStandard.xml";s:4:"role";s:3:"php";}}i:74;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml";s:4:"role";s:3:"php";}}i:75;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Docs/PHP/ForbiddenFunctionsStandard.xml";s:4:"role";s:3:"php";}}i:76;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseConstantStandard.xml";s:4:"role";s:3:"php";}}i:77;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseKeywordStandard.xml";s:4:"role";s:3:"php";}}i:78;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/PHP/NoSilencedErrorsStandard.xml";s:4:"role";s:3:"php";}}i:79;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Generic/Docs/PHP/SAPIUsageStandard.xml";s:4:"role";s:3:"php";}}i:80;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Docs/PHP/UpperCaseConstantStandard.xml";s:4:"role";s:3:"php";}}i:81;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Docs/Strings/UnnecessaryStringConcatStandard.xml";s:4:"role";s:3:"php";}}i:82;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Docs/VersionControl/SubversionPropertiesStandard.xml";s:4:"role";s:3:"php";}}i:83;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowSpaceIndentStandard.xml";s:4:"role";s:3:"php";}}i:84;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowTabIndentStandard.xml";s:4:"role";s:3:"php";}}i:85;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/ScopeIndentStandard.xml";s:4:"role";s:3:"php";}}i:86;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowLongArraySyntaxSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:87;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowShortArraySyntaxSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:88;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:89;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:90;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:91;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:92;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:93;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:94;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:95;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:96;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:97;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/Commenting/DocCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:98;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Sniffs/Commenting/FixmeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:99;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:100;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:101;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:102;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Generic/Sniffs/Debug/CSSLintSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:103;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Generic/Sniffs/Debug/JSHintSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:104;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Sniffs/Files/ByteOrderMarkSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:105;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:106;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNoNewlineSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:107;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Sniffs/Files/InlineHTMLSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:108;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:109;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:110;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Sniffs/Files/LowercasedFilenameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:111;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/Files/OneClassPerFileSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:112;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:113;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/Files/OneTraitPerFileSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:114;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:115;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:116;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:117;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:118;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:119;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:120;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:121;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:92:"CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:122;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:123;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:124;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:125;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:126;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:127;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Sniffs/PHP/CharacterBeforePHPOpeningTagSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:128;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Sniffs/PHP/ClosingPHPTagSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:129;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:130;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:131;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:132;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:133;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:134;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:135;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Generic/Sniffs/PHP/SAPIUsageSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:136;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:56:"CodeSniffer/Standards/Generic/Sniffs/PHP/SyntaxSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:137;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:138;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:139;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:140;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:141;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:142;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:143;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc";s:4:"role";s:4:"test";}}i:144;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:145;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:146;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc";s:4:"role";s:4:"test";}}i:147;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:148;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:149;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc";s:4:"role";s:4:"test";}}i:150;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc";s:4:"role";s:4:"test";}}i:151;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.3.inc";s:4:"role";s:4:"test";}}i:152;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.4.inc";s:4:"role";s:4:"test";}}i:153;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.5.inc";s:4:"role";s:4:"test";}}i:154;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc";s:4:"role";s:4:"test";}}i:155;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:156;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";s:4:"role";s:4:"test";}}i:157;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:158;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc";s:4:"role";s:4:"test";}}i:159;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:160;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.inc";s:4:"role";s:4:"test";}}i:161;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:162;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc";s:4:"role";s:4:"test";}}i:163;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:164;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.inc";s:4:"role";s:4:"test";}}i:165;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:166;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.inc";s:4:"role";s:4:"test";}}i:167;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:168;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.inc";s:4:"role";s:4:"test";}}i:169;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:170;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.inc";s:4:"role";s:4:"test";}}i:171;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:172;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:173;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.js";s:4:"role";s:4:"test";}}i:174;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:175;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.inc";s:4:"role";s:4:"test";}}i:176;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.js";s:4:"role";s:4:"test";}}i:177;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:178;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.inc";s:4:"role";s:4:"test";}}i:179;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js";s:4:"role";s:4:"test";}}i:180;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:181;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc";s:4:"role";s:4:"test";}}i:182;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:94:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:183;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js";s:4:"role";s:4:"test";}}i:184;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:93:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:185;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:186;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.inc";s:4:"role";s:4:"test";}}i:187;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:188;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.css";s:4:"role";s:4:"test";}}i:189;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.js";s:4:"role";s:4:"test";}}i:190;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.inc";s:4:"role";s:4:"test";}}i:191;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.css";s:4:"role";s:4:"test";}}i:192;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.js";s:4:"role";s:4:"test";}}i:193;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.inc";s:4:"role";s:4:"test";}}i:194;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css";s:4:"role";s:4:"test";}}i:195;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js";s:4:"role";s:4:"test";}}i:196;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc";s:4:"role";s:4:"test";}}i:197;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:198;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css";s:4:"role";s:4:"test";}}i:199;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js";s:4:"role";s:4:"test";}}i:200;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc";s:4:"role";s:4:"test";}}i:201;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css";s:4:"role";s:4:"test";}}i:202;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js";s:4:"role";s:4:"test";}}i:203;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc";s:4:"role";s:4:"test";}}i:204;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.css";s:4:"role";s:4:"test";}}i:205;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.js";s:4:"role";s:4:"test";}}i:206;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.inc";s:4:"role";s:4:"test";}}i:207;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.4.inc";s:4:"role";s:4:"test";}}i:208;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:209;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.1.inc";s:4:"role";s:4:"test";}}i:210;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.2.inc";s:4:"role";s:4:"test";}}i:211;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.3.inc";s:4:"role";s:4:"test";}}i:212;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.4.inc";s:4:"role";s:4:"test";}}i:213;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.5.inc";s:4:"role";s:4:"test";}}i:214;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:215;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.css";s:4:"role";s:4:"test";}}i:216;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.inc";s:4:"role";s:4:"test";}}i:217;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.js";s:4:"role";s:4:"test";}}i:218;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:219;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.inc";s:4:"role";s:4:"test";}}i:220;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:221;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.inc";s:4:"role";s:4:"test";}}i:222;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:223;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.inc";s:4:"role";s:4:"test";}}i:224;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:225;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.inc";s:4:"role";s:4:"test";}}i:226;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:227;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.inc";s:4:"role";s:4:"test";}}i:228;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:229;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc";s:4:"role";s:4:"test";}}i:230;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:231;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc";s:4:"role";s:4:"test";}}i:232;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:91:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:233;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js";s:4:"role";s:4:"test";}}i:234;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:90:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:235;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:236;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc";s:4:"role";s:4:"test";}}i:237;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:238;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.inc";s:4:"role";s:4:"test";}}i:239;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:240;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.inc";s:4:"role";s:4:"test";}}i:241;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:242;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:243;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:91:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:244;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:245;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc";s:4:"role";s:4:"test";}}i:246;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:93:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:247;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:248;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:94:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc";s:4:"role";s:4:"test";}}i:249;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:100:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:250;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:94:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:251;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc";s:4:"role";s:4:"test";}}i:252;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:253;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc";s:4:"role";s:4:"test";}}i:254;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:255;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.inc";s:4:"role";s:4:"test";}}i:256;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:257;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc";s:4:"role";s:4:"test";}}i:258;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:259;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc";s:4:"role";s:4:"test";}}i:260;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:261;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.1.inc";s:4:"role";s:4:"test";}}i:262;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.2.inc";s:4:"role";s:4:"test";}}i:263;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:264;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.inc";s:4:"role";s:4:"test";}}i:265;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:266;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.inc";s:4:"role";s:4:"test";}}i:267;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:268;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc";s:4:"role";s:4:"test";}}i:269;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:270;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc";s:4:"role";s:4:"test";}}i:271;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:272;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js";s:4:"role";s:4:"test";}}i:273;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:274;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:275;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc";s:4:"role";s:4:"test";}}i:276;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:277;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:278;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc";s:4:"role";s:4:"test";}}i:279;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:280;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.inc";s:4:"role";s:4:"test";}}i:281;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:282;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.inc";s:4:"role";s:4:"test";}}i:283;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:284;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc";s:4:"role";s:4:"test";}}i:285;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:286;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:287;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc";s:4:"role";s:4:"test";}}i:288;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js";s:4:"role";s:4:"test";}}i:289;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:290;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.css";s:4:"role";s:4:"test";}}i:291;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.inc";s:4:"role";s:4:"test";}}i:292;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.js";s:4:"role";s:4:"test";}}i:293;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:294;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css";s:4:"role";s:4:"test";}}i:295;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css.fixed";s:4:"role";s:4:"test";}}i:296;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc";s:4:"role";s:4:"test";}}i:297;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:298;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js";s:4:"role";s:4:"test";}}i:299;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:300;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:301;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc";s:4:"role";s:4:"test";}}i:302;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc.fixed";s:4:"role";s:4:"test";}}i:303;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js";s:4:"role";s:4:"test";}}i:304;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js.fixed";s:4:"role";s:4:"test";}}i:305;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc";s:4:"role";s:4:"test";}}i:306;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc.fixed";s:4:"role";s:4:"test";}}i:307;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc";s:4:"role";s:4:"test";}}i:308;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc.fixed";s:4:"role";s:4:"test";}}i:309;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:310;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:41:"CodeSniffer/Standards/Generic/ruleset.xml";s:4:"role";s:3:"php";}}i:311;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:312;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:313;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:314;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Sniffs/Channels/UnusedSystemSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:315;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/MySource/Sniffs/Commenting/FunctionCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:316;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:317;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/MySource/Sniffs/Debug/DebugCodeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:318;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:319;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/MySource/Sniffs/Objects/AssignThisSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:320;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:321;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/Objects/DisallowNewWidgetSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:322;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:323;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:324;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/MySource/Sniffs/PHP/GetRequestDataSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:325;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Sniffs/PHP/ReturnFunctionValueSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:326;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/MySource/Sniffs/Strings/JoinStringsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:327;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.inc";s:4:"role";s:4:"test";}}i:328;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:329;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.inc";s:4:"role";s:4:"test";}}i:330;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:331;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.inc";s:4:"role";s:4:"test";}}i:332;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:333;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:334;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:335;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css";s:4:"role";s:4:"test";}}i:336;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:337;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.inc";s:4:"role";s:4:"test";}}i:338;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:339;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.js";s:4:"role";s:4:"test";}}i:340;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:341;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.js";s:4:"role";s:4:"test";}}i:342;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:343;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.js";s:4:"role";s:4:"test";}}i:344;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:345;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.inc";s:4:"role";s:4:"test";}}i:346;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:347;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.inc";s:4:"role";s:4:"test";}}i:348;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:349;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.inc";s:4:"role";s:4:"test";}}i:350;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:351;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.inc";s:4:"role";s:4:"test";}}i:352;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:353;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.inc";s:4:"role";s:4:"test";}}i:354;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:355;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.js";s:4:"role";s:4:"test";}}i:356;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:357;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:42:"CodeSniffer/Standards/MySource/ruleset.xml";s:4:"role";s:3:"php";}}i:358;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:359;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Docs/Commenting/ClassCommentStandard.xml";s:4:"role";s:3:"php";}}i:360;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/PEAR/Docs/Commenting/FileCommentStandard.xml";s:4:"role";s:3:"php";}}i:361;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PEAR/Docs/Commenting/FunctionCommentStandard.xml";s:4:"role";s:3:"php";}}i:362;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Docs/Commenting/InlineCommentStandard.xml";s:4:"role";s:3:"php";}}i:363;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PEAR/Docs/ControlStructures/ControlSignatureStandard.xml";s:4:"role";s:3:"php";}}i:364;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Docs/ControlStructures/MultiLineConditionStandard.xml";s:4:"role";s:3:"php";}}i:365;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PEAR/Docs/Files/IncludingFileStandard.xml";s:4:"role";s:3:"php";}}i:366;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/PEAR/Docs/Files/LineLengthStandard.xml";s:4:"role";s:3:"php";}}i:367;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Docs/Formatting/MultiLineAssignmentStandard.xml";s:4:"role";s:3:"php";}}i:368;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallSignatureStandard.xml";s:4:"role";s:3:"php";}}i:369;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Docs/Functions/FunctionDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:370;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Docs/Functions/ValidDefaultValueStandard.xml";s:4:"role";s:3:"php";}}i:371;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidClassNameStandard.xml";s:4:"role";s:3:"php";}}i:372;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidFunctionNameStandard.xml";s:4:"role";s:3:"php";}}i:373;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidVariableNameStandard.xml";s:4:"role";s:3:"php";}}i:374;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeClosingBraceStandard.xml";s:4:"role";s:3:"php";}}i:375;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeIndentStandard.xml";s:4:"role";s:3:"php";}}i:376;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ObjectOperatorIndentStandard.xml";s:4:"role";s:3:"php";}}i:377;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:378;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:379;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:380;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:381;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:382;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:383;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:384;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:385;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:386;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:387;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:388;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:389;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:390;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:391;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:392;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:393;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:394;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:395;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:396;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:397;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:398;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:399;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:400;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:401;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:402;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:403;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:404;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:405;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:406;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc";s:4:"role";s:4:"test";}}i:407;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:408;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc";s:4:"role";s:4:"test";}}i:409;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:410;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js";s:4:"role";s:4:"test";}}i:411;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:412;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:413;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc";s:4:"role";s:4:"test";}}i:414;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:415;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:416;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc";s:4:"role";s:4:"test";}}i:417;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:418;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc";s:4:"role";s:4:"test";}}i:419;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:420;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js";s:4:"role";s:4:"test";}}i:421;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:422;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:423;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:424;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:425;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:426;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.inc";s:4:"role";s:4:"test";}}i:427;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:428;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc";s:4:"role";s:4:"test";}}i:429;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:430;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";s:4:"role";s:4:"test";}}i:431;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:432;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc";s:4:"role";s:4:"test";}}i:433;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:434;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc";s:4:"role";s:4:"test";}}i:435;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:436;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";s:4:"role";s:4:"test";}}i:437;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:438;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:439;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc";s:4:"role";s:4:"test";}}i:440;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:441;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/PEAR/ruleset.xml";s:4:"role";s:3:"php";}}i:442;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:39:"CodeSniffer/Standards/PHPCS/ruleset.xml";s:4:"role";s:3:"php";}}i:443;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR1/Docs/Classes/ClassDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:444;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/PSR1/Docs/Files/SideEffectsStandard.xml";s:4:"role";s:3:"php";}}i:445;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:446;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:447;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:448;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.1.inc";s:4:"role";s:4:"test";}}i:449;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.2.inc";s:4:"role";s:4:"test";}}i:450;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:451;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.1.inc";s:4:"role";s:4:"test";}}i:452;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.2.inc";s:4:"role";s:4:"test";}}i:453;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.3.inc";s:4:"role";s:4:"test";}}i:454;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.4.inc";s:4:"role";s:4:"test";}}i:455;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.5.inc";s:4:"role";s:4:"test";}}i:456;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:457;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc";s:4:"role";s:4:"test";}}i:458;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:459;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/PSR1/ruleset.xml";s:4:"role";s:3:"php";}}i:460;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR2/Docs/Classes/ClassDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:461;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PSR2/Docs/Classes/PropertyDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:462;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/ControlStructureSpacingStandard.xml";s:4:"role";s:3:"php";}}i:463;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/ElseIfDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:464;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/SwitchDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:465;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR2/Docs/Files/EndFileNewlineStandard.xml";s:4:"role";s:3:"php";}}i:466;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Docs/Methods/MethodDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:467;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:468;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Docs/Namespaces/UseDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:469;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:470;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:471;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:472;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:473;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:474;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:475;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:476;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:477;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:478;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:479;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:480;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:481;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:482;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:483;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:484;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:485;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:486;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:92:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:487;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:488;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:489;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:490;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:491;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:492;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:493;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:494;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc";s:4:"role";s:4:"test";}}i:495;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc.fixed";s:4:"role";s:4:"test";}}i:496;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.2.inc";s:4:"role";s:4:"test";}}i:497;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.3.inc";s:4:"role";s:4:"test";}}i:498;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc";s:4:"role";s:4:"test";}}i:499;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc.fixed";s:4:"role";s:4:"test";}}i:500;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.5.inc";s:4:"role";s:4:"test";}}i:501;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:502;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc";s:4:"role";s:4:"test";}}i:503;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.2.inc";s:4:"role";s:4:"test";}}i:504;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc";s:4:"role";s:4:"test";}}i:505;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.4.inc";s:4:"role";s:4:"test";}}i:506;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.5.inc";s:4:"role";s:4:"test";}}i:507;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:508;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc";s:4:"role";s:4:"test";}}i:509;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:510;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:511;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:512;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:513;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:514;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:515;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:516;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:517;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc";s:4:"role";s:4:"test";}}i:518;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc";s:4:"role";s:4:"test";}}i:519;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc.fixed";s:4:"role";s:4:"test";}}i:520;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc";s:4:"role";s:4:"test";}}i:521;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc.fixed";s:4:"role";s:4:"test";}}i:522;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.4.inc";s:4:"role";s:4:"test";}}i:523;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:524;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/PSR2/ruleset.xml";s:4:"role";s:3:"php";}}i:525;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayBracketSpacingStandard.xml";s:4:"role";s:3:"php";}}i:526;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:527;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Docs/Classes/LowercaseClassKeywordsStandard.xml";s:4:"role";s:3:"php";}}i:528;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Docs/Classes/SelfMemberReferenceStandard.xml";s:4:"role";s:3:"php";}}i:529;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Docs/Commenting/DocCommentAlignmentStandard.xml";s:4:"role";s:3:"php";}}i:530;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Docs/Commenting/FunctionCommentThrowTagStandard.xml";s:4:"role";s:3:"php";}}i:531;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForEachLoopDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:532;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForLoopDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:533;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/LowercaseDeclarationStandard.xml";s:4:"role";s:3:"php";}}i:534;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml";s:4:"role";s:3:"php";}}i:535;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Docs/Functions/LowercaseFunctionKeywordsStandard.xml";s:4:"role";s:3:"php";}}i:536;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Docs/Scope/StaticThisUsageStandard.xml";s:4:"role";s:3:"php";}}i:537;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Docs/Strings/EchoedStringsStandard.xml";s:4:"role";s:3:"php";}}i:538;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/CastSpacingStandard.xml";s:4:"role";s:3:"php";}}i:539;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/FunctionOpeningBraceStandard.xml";s:4:"role";s:3:"php";}}i:540;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/LanguageConstructSpacingStandard.xml";s:4:"role";s:3:"php";}}i:541;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ObjectOperatorSpacingStandard.xml";s:4:"role";s:3:"php";}}i:542;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ScopeKeywordSpacingStandard.xml";s:4:"role";s:3:"php";}}i:543;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/SemicolonSpacingStandard.xml";s:4:"role";s:3:"php";}}i:544;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:545;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:546;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:547;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:548;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:549;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:550;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:551;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:552;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:553;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:554;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:555;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:556;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:557;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:558;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:559;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:560;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:561;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:562;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:563;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:564;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:565;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:566;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:567;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:568;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:569;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:570;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:571;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:572;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:573;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:574;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:575;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:576;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:577;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:578;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:579;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:580;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:581;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:582;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:583;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:584;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:585;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:586;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:55:"CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:587;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:588;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:589;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:590;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:56:"CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:591;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:592;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:593;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:594;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:595;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:596;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:597;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:598;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:599;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:600;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:601;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:602;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:603;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:604;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:605;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:606;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:607;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:608;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:609;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:610;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:611;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:612;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:613;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:614;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:615;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:616;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:52:"CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:617;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:618;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:619;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:55:"CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:620;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:621;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:622;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:623;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:624;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:625;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:626;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:627;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:628;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:629;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:630;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:631;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:632;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:633;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:634;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:635;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:636;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:637;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:638;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:639;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:640;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:641;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:642;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:643;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:644;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:645;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:646;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc";s:4:"role";s:4:"test";}}i:647;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc.fixed";s:4:"role";s:4:"test";}}i:648;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc";s:4:"role";s:4:"test";}}i:649;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc.fixed";s:4:"role";s:4:"test";}}i:650;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:651;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:652;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:653;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:654;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.inc";s:4:"role";s:4:"test";}}i:655;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:656;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.js";s:4:"role";s:4:"test";}}i:657;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:658;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc";s:4:"role";s:4:"test";}}i:659;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:660;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.inc";s:4:"role";s:4:"test";}}i:661;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:662;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.inc";s:4:"role";s:4:"test";}}i:663;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:664;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:665;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:666;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:667;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:668;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:669;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:670;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:671;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc";s:4:"role";s:4:"test";}}i:672;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:673;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js";s:4:"role";s:4:"test";}}i:674;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:675;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:676;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:677;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:678;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:679;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.inc";s:4:"role";s:4:"test";}}i:680;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.js";s:4:"role";s:4:"test";}}i:681;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.js";s:4:"role";s:4:"test";}}i:682;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:683;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.inc";s:4:"role";s:4:"test";}}i:684;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:685;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:686;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:687;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:688;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:689;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.js";s:4:"role";s:4:"test";}}i:690;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:691;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:692;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js";s:4:"role";s:4:"test";}}i:693;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:694;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:695;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.js";s:4:"role";s:4:"test";}}i:696;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:697;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.inc";s:4:"role";s:4:"test";}}i:698;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:699;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc";s:4:"role";s:4:"test";}}i:700;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:701;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js";s:4:"role";s:4:"test";}}i:702;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:703;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:704;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:705;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:706;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:707;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:92:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:708;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:709;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:710;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.js";s:4:"role";s:4:"test";}}i:711;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:712;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:713;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:714;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:715;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:716;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:717;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.js";s:4:"role";s:4:"test";}}i:718;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:719;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css";s:4:"role";s:4:"test";}}i:720;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:721;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.css";s:4:"role";s:4:"test";}}i:722;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:723;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css";s:4:"role";s:4:"test";}}i:724;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:725;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css";s:4:"role";s:4:"test";}}i:726;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:727;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css";s:4:"role";s:4:"test";}}i:728;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:729;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css";s:4:"role";s:4:"test";}}i:730;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:731;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.css";s:4:"role";s:4:"test";}}i:732;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:733;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.css";s:4:"role";s:4:"test";}}i:734;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:735;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.css";s:4:"role";s:4:"test";}}i:736;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:737;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.css";s:4:"role";s:4:"test";}}i:738;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:739;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css";s:4:"role";s:4:"test";}}i:740;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:741;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css";s:4:"role";s:4:"test";}}i:742;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css.fixed";s:4:"role";s:4:"test";}}i:743;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:744;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.css";s:4:"role";s:4:"test";}}i:745;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:746;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.css";s:4:"role";s:4:"test";}}i:747;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:748;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.css";s:4:"role";s:4:"test";}}i:749;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:750;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.css";s:4:"role";s:4:"test";}}i:751;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:752;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css";s:4:"role";s:4:"test";}}i:753;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:754;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.css";s:4:"role";s:4:"test";}}i:755;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:756;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.js";s:4:"role";s:4:"test";}}i:757;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:758;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.js";s:4:"role";s:4:"test";}}i:759;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:760;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.1.inc";s:4:"role";s:4:"test";}}i:761;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.2.inc";s:4:"role";s:4:"test";}}i:762;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.3.inc";s:4:"role";s:4:"test";}}i:763;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.4.inc";s:4:"role";s:4:"test";}}i:764;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:765;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.inc";s:4:"role";s:4:"test";}}i:766;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.js";s:4:"role";s:4:"test";}}i:767;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:768;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:90:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:769;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:90:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:770;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:771;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:772;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.inc";s:4:"role";s:4:"test";}}i:773;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:774;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.inc";s:4:"role";s:4:"test";}}i:775;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:776;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc";s:4:"role";s:4:"test";}}i:777;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:778;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:779;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.js";s:4:"role";s:4:"test";}}i:780;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:781;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";s:4:"role";s:4:"test";}}i:782;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:783;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.inc";s:4:"role";s:4:"test";}}i:784;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:785;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.js";s:4:"role";s:4:"test";}}i:786;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:787;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.inc";s:4:"role";s:4:"test";}}i:788;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:789;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js";s:4:"role";s:4:"test";}}i:790;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:791;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.inc";s:4:"role";s:4:"test";}}i:792;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.js";s:4:"role";s:4:"test";}}i:793;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:794;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.inc";s:4:"role";s:4:"test";}}i:795;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:796;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.inc";s:4:"role";s:4:"test";}}i:797;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:798;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.css";s:4:"role";s:4:"test";}}i:799;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.inc";s:4:"role";s:4:"test";}}i:800;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:801;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.inc";s:4:"role";s:4:"test";}}i:802;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:803;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.inc";s:4:"role";s:4:"test";}}i:804;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:805;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.inc";s:4:"role";s:4:"test";}}i:806;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.js";s:4:"role";s:4:"test";}}i:807;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:808;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.inc";s:4:"role";s:4:"test";}}i:809;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:810;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.inc";s:4:"role";s:4:"test";}}i:811;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:812;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.inc";s:4:"role";s:4:"test";}}i:813;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.js";s:4:"role";s:4:"test";}}i:814;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:815;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.inc";s:4:"role";s:4:"test";}}i:816;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:817;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc";s:4:"role";s:4:"test";}}i:818;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:819;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:820;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:54:"CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.inc";s:4:"role";s:4:"test";}}i:821;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:54:"CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:822;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.inc";s:4:"role";s:4:"test";}}i:823;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:824;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.inc";s:4:"role";s:4:"test";}}i:825;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:826;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.inc";s:4:"role";s:4:"test";}}i:827;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:828;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.inc";s:4:"role";s:4:"test";}}i:829;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:830;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc";s:4:"role";s:4:"test";}}i:831;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:832;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.inc";s:4:"role";s:4:"test";}}i:833;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:834;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.inc";s:4:"role";s:4:"test";}}i:835;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:836;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.inc";s:4:"role";s:4:"test";}}i:837;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:838;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.inc";s:4:"role";s:4:"test";}}i:839;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:840;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:841;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:842;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:843;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc";s:4:"role";s:4:"test";}}i:844;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:845;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:846;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc";s:4:"role";s:4:"test";}}i:847;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:848;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:849;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:850;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:851;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.js";s:4:"role";s:4:"test";}}i:852;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:853;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc";s:4:"role";s:4:"test";}}i:854;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:855;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js";s:4:"role";s:4:"test";}}i:856;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:857;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:858;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc";s:4:"role";s:4:"test";}}i:859;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js";s:4:"role";s:4:"test";}}i:860;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:861;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:862;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:863;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:864;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:865;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:866;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:867;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js";s:4:"role";s:4:"test";}}i:868;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:869;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:870;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:871;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:872;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:873;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:874;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:875;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:876;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js";s:4:"role";s:4:"test";}}i:877;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:878;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:879;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js";s:4:"role";s:4:"test";}}i:880;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js.fixed";s:4:"role";s:4:"test";}}i:881;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:882;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";s:4:"role";s:4:"test";}}i:883;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:884;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:885;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:886;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.inc";s:4:"role";s:4:"test";}}i:887;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.js";s:4:"role";s:4:"test";}}i:888;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:889;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css";s:4:"role";s:4:"test";}}i:890;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css.fixed";s:4:"role";s:4:"test";}}i:891;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js";s:4:"role";s:4:"test";}}i:892;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js.fixed";s:4:"role";s:4:"test";}}i:893;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css";s:4:"role";s:4:"test";}}i:894;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css.fixed";s:4:"role";s:4:"test";}}i:895;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js";s:4:"role";s:4:"test";}}i:896;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js.fixed";s:4:"role";s:4:"test";}}i:897;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css";s:4:"role";s:4:"test";}}i:898;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css.fixed";s:4:"role";s:4:"test";}}i:899;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js";s:4:"role";s:4:"test";}}i:900;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js.fixed";s:4:"role";s:4:"test";}}i:901;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc";s:4:"role";s:4:"test";}}i:902;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc.fixed";s:4:"role";s:4:"test";}}i:903;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:904;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:39:"CodeSniffer/Standards/Squiz/ruleset.xml";s:4:"role";s:3:"php";}}i:905;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml";s:4:"role";s:3:"php";}}i:906;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Zend/Docs/Files/ClosingTagStandard.xml";s:4:"role";s:3:"php";}}i:907;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Zend/Docs/NamingConventions/ValidVariableNameStandard.xml";s:4:"role";s:3:"php";}}i:908;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:909;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:910;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:911;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc";s:4:"role";s:4:"test";}}i:912;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:913;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.1.inc";s:4:"role";s:4:"test";}}i:914;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.2.inc";s:4:"role";s:4:"test";}}i:915;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:916;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.inc";s:4:"role";s:4:"test";}}i:917;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.php";s:4:"role";s:4:"test";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:918;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/Zend/ruleset.xml";s:4:"role";s:3:"php";}}i:919;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:46:"CodeSniffer/Standards/AbstractPatternSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:920;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:44:"CodeSniffer/Standards/AbstractScopeSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:921;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:47:"CodeSniffer/Standards/AbstractVariableSniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:922;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:51:"CodeSniffer/Standards/IncorrectPatternException.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:923;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/Tokenizers/Comment.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:924;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:30:"CodeSniffer/Tokenizers/CSS.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:925;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:29:"CodeSniffer/Tokenizers/JS.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:926;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:30:"CodeSniffer/Tokenizers/PHP.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:927;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:19:"CodeSniffer/CLI.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:928;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:25:"CodeSniffer/Exception.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:929;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:20:"CodeSniffer/File.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:930;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:21:"CodeSniffer/Fixer.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:931;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:22:"CodeSniffer/Report.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:932;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:25:"CodeSniffer/Reporting.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:933;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:21:"CodeSniffer/Sniff.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:934;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:22:"CodeSniffer/Tokens.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}}i:935;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:15:"CodeSniffer.php";s:4:"role";s:3:"php";}s:13:"tasks:replace";a:2:{i:0;a:1:{s:7:"attribs";a:3:{s:4:"from";s:17:"@package_version@";s:2:"to";s:7:"version";s:4:"type";s:12:"package-info";}}i:1;a:1:{s:7:"attribs";a:3:{s:4:"from";s:10:"@data_dir@";s:2:"to";s:8:"data_dir";s:4:"type";s:11:"pear-config";}}}}i:936;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:21:"CodeSniffer.conf.dist";s:4:"role";s:4:"data";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:3:{s:3:"php";a:1:{s:3:"min";s:5:"5.1.2";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}s:9:"extension";a:3:{i:0;a:1:{s:4:"name";s:9:"tokenizer";}i:1;a:1:{s:4:"name";s:9:"xmlwriter";}i:2;a:1:{s:4:"name";s:9:"simplexml";}}}}s:10:"phprelease";a:2:{i:0;a:2:{s:17:"installconditions";a:1:{s:2:"os";a:1:{s:4:"name";s:7:"windows";}}s:8:"filelist";a:1:{s:7:"install";a:12:{i:0;a:1:{s:7:"attribs";a:2:{s:2:"as";s:5:"phpcs";s:4:"name";s:13:"scripts/phpcs";}}i:1;a:1:{s:7:"attribs";a:2:{s:2:"as";s:6:"phpcbf";s:4:"name";s:14:"scripts/phpcbf";}}i:2;a:1:{s:7:"attribs";a:2:{s:2:"as";s:9:"phpcs.bat";s:4:"name";s:17:"scripts/phpcs.bat";}}i:3;a:1:{s:7:"attribs";a:2:{s:2:"as";s:10:"phpcbf.bat";s:4:"name";s:18:"scripts/phpcbf.bat";}}i:4;a:1:{s:7:"attribs";a:2:{s:2:"as";s:12:"AllTests.php";s:4:"name";s:18:"tests/AllTests.php";}}i:5;a:1:{s:7:"attribs";a:2:{s:2:"as";s:13:"TestSuite.php";s:4:"name";s:19:"tests/TestSuite.php";}}i:6;a:1:{s:7:"attribs";a:2:{s:2:"as";s:29:"CodeSniffer/Core/AllTests.php";s:4:"name";s:23:"tests/Core/AllTests.php";}}i:7;a:1:{s:7:"attribs";a:2:{s:2:"as";s:36:"CodeSniffer/Core/IsCamelCapsTest.php";s:4:"name";s:30:"tests/Core/IsCamelCapsTest.php";}}i:8;a:1:{s:7:"attribs";a:2:{s:2:"as";s:41:"CodeSniffer/Core/ErrorSuppressionTest.php";s:4:"name";s:35:"tests/Core/ErrorSuppressionTest.php";}}i:9;a:1:{s:7:"attribs";a:2:{s:2:"as";s:49:"CodeSniffer/Core/File/GetMethodParametersTest.php";s:4:"name";s:43:"tests/Core/File/GetMethodParametersTest.php";}}i:10;a:1:{s:7:"attribs";a:2:{s:2:"as";s:35:"CodeSniffer/Standards/AllSniffs.php";s:4:"name";s:29:"tests/Standards/AllSniffs.php";}}i:11;a:1:{s:7:"attribs";a:2:{s:2:"as";s:47:"CodeSniffer/Standards/AbstractSniffUnitTest.php";s:4:"name";s:41:"tests/Standards/AbstractSniffUnitTest.php";}}}}}i:1;a:1:{s:8:"filelist";a:2:{s:7:"install";a:10:{i:0;a:1:{s:7:"attribs";a:2:{s:2:"as";s:5:"phpcs";s:4:"name";s:13:"scripts/phpcs";}}i:1;a:1:{s:7:"attribs";a:2:{s:2:"as";s:6:"phpcbf";s:4:"name";s:14:"scripts/phpcbf";}}i:2;a:1:{s:7:"attribs";a:2:{s:2:"as";s:12:"AllTests.php";s:4:"name";s:18:"tests/AllTests.php";}}i:3;a:1:{s:7:"attribs";a:2:{s:2:"as";s:13:"TestSuite.php";s:4:"name";s:19:"tests/TestSuite.php";}}i:4;a:1:{s:7:"attribs";a:2:{s:2:"as";s:29:"CodeSniffer/Core/AllTests.php";s:4:"name";s:23:"tests/Core/AllTests.php";}}i:5;a:1:{s:7:"attribs";a:2:{s:2:"as";s:36:"CodeSniffer/Core/IsCamelCapsTest.php";s:4:"name";s:30:"tests/Core/IsCamelCapsTest.php";}}i:6;a:1:{s:7:"attribs";a:2:{s:2:"as";s:41:"CodeSniffer/Core/ErrorSuppressionTest.php";s:4:"name";s:35:"tests/Core/ErrorSuppressionTest.php";}}i:7;a:1:{s:7:"attribs";a:2:{s:2:"as";s:49:"CodeSniffer/Core/File/GetMethodParametersTest.php";s:4:"name";s:43:"tests/Core/File/GetMethodParametersTest.php";}}i:8;a:1:{s:7:"attribs";a:2:{s:2:"as";s:35:"CodeSniffer/Standards/AllSniffs.php";s:4:"name";s:29:"tests/Standards/AllSniffs.php";}}i:9;a:1:{s:7:"attribs";a:2:{s:2:"as";s:47:"CodeSniffer/Standards/AbstractSniffUnitTest.php";s:4:"name";s:41:"tests/Standards/AbstractSniffUnitTest.php";}}}s:6:"ignore";a:2:{i:0;a:1:{s:7:"attribs";a:1:{s:4:"name";s:17:"scripts/phpcs.bat";}}i:1;a:1:{s:7:"attribs";a:1:{s:4:"name";s:18:"scripts/phpcbf.bat";}}}}}}s:9:"changelog";a:1:{s:7:"release";a:80:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.5.1";s:3:"api";s:5:"2.5.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2016-01-20";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3450:"- The PHP-supplied T_SPACESHIP token has been replicated for PHP versions before 7.0
- T_SPACESHIP is now correctly identified as an operator
  -- Thanks to Alexander Obuhovich for the patch
- Generic LowerCaseKeyword now ensures array type hints are lowercase as well
  -- Thanks to Mathieu Rochette for the patch
- Squiz ComparisonOperatorUsageSniff no longer hangs on JS FOR loops that don't use semicolons
- PHP_CodesSniffer now includes the composer autoload.php file, if there is one
  -- Thanks to Klaus Purer for the patch
-- Added error Squiz.Commenting.FunctionComment.ScalarTypeHintMissing for PHP7 only (request #858)
  -- These errors were previously reported as Squiz.Commenting.FunctionComment.TypeHintMissing on PHP7
  -- Disable this error message in a ruleset.xml file if your code needs to run on both PHP5 and PHP7
- The PHP 5.6 __debugInfo magic method no longer produces naming convention errors
  -- Thanks to Michael Nowack for the patch
- PEAR and Squiz FunctionComment sniffs now support variadic functions (request #841)
- Fixed bug #622 : Wrong detection of Squiz.CSS.DuplicateStyleDefinition with media queries
- Fixed bug #752 : The missing exception error is reported in first found DocBlock
- Fixed bug #794 : PSR2 MultiLineFunctionDeclaration forbids comments after opening parenthesis of a multiline call
- Fixed bug #820 : PEAR/PSR2 FunctionCallSignature sniffs suggest wrong indent when there are multiple arguments on a line
- Fixed bug #822 : Ruleset hard-coded file paths are not used if not running from the same directory as the ruleset
- Fixed bug #825 : FunctionCallArgumentSpacing sniff complains about more than one space before comment in multi-line function call
- Fixed bug #828 : Null classname is tokenized as T_NULL instead of T_STRING
- Fixed bug #829 : Short array argument not fixed correctly when multiple function arguments are on the same line
- Fixed bug #831 : PHPCS freezes in an infinite loop under Windows if no standard is passed
- Fixed bug #832 : Tokenizer does not support context sensitive parsing
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #835 : PEAR.Functions.FunctionCallSignature broken when closure uses return types
- Fixed bug #838 : CSS indentation fixer changes color codes
  -- Thanks to Klaus Purer for the patch
- Fixed bug #839 : "__()" method is marked as not camel caps
  -- Thanks to Tim Bezhashvyly for the patch
- Fixed bug #852 : Generic.Commenting.DocComment not finding errors when long description is omitted
- Fixed bug #854 : Return typehints in interfaces are not reported as T_RETURN_TYPE
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #855 : Capital letter detection for multibyte strings doesn't work correctly
- Fixed bug #857 : PSR2.ControlStructure.SwitchDeclaration shouldn't check indent of curly brace closers
- Fixed bug #859 : Switch statement indention issue when returning function call with closure
- Fixed bug #861 : Single-line arrays and function calls can generate incorrect indentation errors
- Fixed bug #867 : Squiz.Strings.DoubleQuoteUsage broken for some escape codes
  -- Thanks to Jack Blower for the help with the fix
- Fixed bug #21005 : Incorrect indent detection when multiple properties are initialized to arrays
- Fixed bug #21010 : Incorrect missing colon detection in CSS when first style is not on new line
- Fixed bug #21011 : Incorrect error message text when newline found after opening brace";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.5.0";s:3:"api";s:5:"2.5.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-12-11";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1946:"- PHPCS will now look for a phpcs.xml file in parent directories as well as the current directory (request #626)
- PHPCS will now use a phpcs.xml file even if files are specified on the command line
  -- This file is still only used if no standard is specified on the command line
- Added support for a phpcs.xml.dist file (request #583)
  -- If both a phpcs.xml and phpcs.xml.dist file are present, the phpcs.xml file will be used
- Added support for setting PHP ini values in ruleset.xml files (request #560)
  -- Setting the value of the new ini tags to name="memory_limit" value="32M" is the same as -d memory_limit=32M
- Added support for one or more bootstrap files to be run before processing begins
  -- Use the --bootstrap=file,file,file command line argument to include bootstrap files
  -- Useful if you want to override some of the high-level settings of PHPCS or PHPCBF
  -- Thanks to John Maguire for the patch
- Added additional verbose output for CSS tokenizing
- Squiz ComparisonOperatorUsageSniff now checks FOR, WHILE and DO-WHILE statements
  -- Thanks to Arnout Boks for the patch
- Fixed bug #660 : Syntax checks can fail on Windows with PHP5.6
- Fixed bug #784 : $this->trait is seen as a T_TRAIT token
- Fixed bug #786 : Switch indent issue with short array notation
- Fixed bug #787 : SpacingAfterDefaultBreak confused by multi-line statements
- Fixed bug #797 : Parsing CSS url() value breaks further parsing
- Fixed bug #805 : Squiz.Commenting.FunctionComment.InvalidTypeHint on Scalar types on PHP7
- Fixed bug #807 : Cannot fix line endings when open PHP tag is not on the first line
- Fixed bug #808 : JS tokeniser incorrectly setting some function and class names to control structure tokens
- Fixed bug #809 : PHPCBF can break a require_once statement with a space before the open parenthesis
- Fixed bug #813 : PEAR FunctionCallSignature checks wrong indent when first token on line is part of a multi-line string";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.4.0";s:3:"api";s:5:"2.4.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-11-24";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4236:"- Added support for PHP 7 anonymous classes
  -- Anonymous classes are now tokenized as T_ANON_CLASS and ignored by normal class sniffs
- Added support for PHP 7 function return type declarations
  -- Return types are now tokenized as T_RETURN_TYPE
- Fixed tokenizing of the XOR operator, which was incorrectly identified as a power operator (bug #765)
  -- The T_POWER token has been removed and replaced by the T_BITWISE_XOR token
  -- The PHP-supplied T_POW token has been replicated for PHP versions before 5.6
- Traits are now tokenized in PHP versions before 5.4 to make testing easier
- Improved regular expression detection in JS files
- PEAR FunctionCallSignatureSniff now properly detects indents in more mixed HTML/PHP code blocks
- Full report now properly indents lines when newlines are found inside error messages
- Generating documentation without specifying a standard now uses the default standard instead
  -- Thanks to Ken Guest for the patch
- Generic InlineControlStructureSniff now supports braceless do/while loops in JS
  -- Thanks to Pieter Frenssen for the patch
- Added more guard code for function declarations with syntax errors
  -- Thanks to Yun Young-jin for the patch
- Added more guard code for foreach declarations with syntax errors
  -- Thanks to Johan de Ruijter for the patch
- Added more guard code for class declarations with syntax errors
- Squiz ArrayDeclarationSniff now has guard code for arrays with syntax errors
- Generic InlineControlStructureSniff now correctly fixes ELSEIF statements
- Fixed bug #601 : Expected type hint int[]; found array in Squiz FunctionCommentSniff
  -- Thanks to Scato Eggen for the patch
- Fixed bug #625 : Consider working around T_HASHBANG in HHVM 3.5.x and 3.6.x
  -- Thanks to Kunal Mehta for the patch
- Fixed bug #692 : Comment tokenizer can break when using mbstring function overloading
- Fixed bug #694 : Long sniff codes can cause PHP warnings in source report when showing error codes
- Fixed bug #698 : PSR2.Methods.FunctionCallSignature.Indent forces exact indent of ternary operator parameters
- Fixed bug #704 : ScopeIndent can fail when an opening parenthesis is on a line by itself
- Fixed bug #707 : Squiz MethodScopeSniff doesn't handle nested functions
- Fixed bug #709 : Squiz.Sniffs.Whitespace.ScopeClosingBraceSniff marking indented endif in mixed inline HTML blocks
- Fixed bug #711 : Sniffing from STDIN shows Generic.Files.LowercasedFilename.NotFound error
- Fixed bug #714 : Fixes suppression of errors using docblocks
  -- Thanks to Andrzej Karmazyn for the patch
- Fixed bug #716 : JSON report is invalid when messages contain newlines or tabs
  -- Thanks to Pieter Frenssen for the patch
- Fixed bug #723 : ScopeIndent can fail when multiple array closers are on the same line
- Fixed bug #730 : ScopeIndent can fail when a short array opening square bracket is on a line by itself
- Fixed bug #732 : PHP Notice if @package name is made up of all invalid characters
  -- Adds new error code PEAR.Commenting.FileComment.InvalidPackageValue
- Fixed bug #748 : Auto fix for Squiz.Commenting.BlockComment.WrongEnd is incorrect
  -- Thanks to J.D. Grimes for the patch
- Fixed bug #753 : PSR2 standard shouldn't require space after USE block when next code is a closing tag
- Fixed bug #768 : PEAR FunctionCallSignature sniff forbids comments after opening parenthesis of a multiline call
- Fixed bug #769 : Incorrect detection of variable reference operator when used with short array syntax
  -- Thanks to Klaus Purer for the patch
- Fixed bug #772 : Syntax error when using PHPCBF on alternative style foreach loops
- Fixed bug #773 : Syntax error when stripping trailing PHP close tag and previous statement has no semicolon
- Fixed bug #778 : PHPCBF creates invalid PHP for inline FOREACH containing multiple control structures
- Fixed bug #781 : Incorrect checking for PHP7 return types on multi-line function declartions
- Fixed bug #782 : Conditional function declarations cause fixing conflicts in Squiz standard
  -- Squiz.ControlStructures.ControlSignature no longer enforces a single newline after open brace
  -- Squiz.WhiteSpace.ControlStructureSpacing can be used to checl spacing at the start/end of control structures";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.3.4";s:3:"api";s:5:"2.3.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-09-09";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2563:"- JSON report format now includes the fixable status for each error message and the total number of fixable errors
- Added more guard code for function declarations with syntax errors
- Added tokenizer support for the PHP declare construct
  -- Thanks to Andy Blyler for the patch
- Generic UnnecessaryStringConcatSniff can now allow strings concatenated over multiple lines
  -- Set the allowMultiline property to TRUE (default is FALSE) in your ruleset.xml file to enable this
  -- By default, concat used only for getting around line length limits still generates an error
  -- Thanks to Stefan Lenselink for the contribution
- Invalid byte sequences no longer throw iconv_strlen() errors (request #639)
  -- Thanks to Willem Stuursma for the patch
- Generic TodoSniff and FixmeSniff are now better at processing strings with invalid characters
- PEAR FunctionCallSignatureSniff now ignores indentation of inline HTML content
- Squiz ControlSignatureSniff now supports control structures with only inline HTML content
- Fixed bug #636 : Some class names cause CSS tokenizer to hang
- Fixed bug #638 : VCS blame reports output error content from the blame commands for files not under VC
- Fixed bug #642 : Method params incorrectly detected when default value uses short array syntax
  -- Thanks to Josh Davis for the patch
- Fixed bug #644 : PEAR ScopeClosingBrace sniff does not work with mixed HTML/PHP
- Fixed bug #645 : FunctionSignature and ScopeIndent sniffs don't detect indents correctly when PHP open tag is not on a line by itself
- Fixed bug #648 : Namespace not tokenized correctly when followed by multiple use statements
- Fixed bug #654 : Comments affect indent check for BSDAllman brace style
- Fixed bug #658 : Squiz.Functions.FunctionDeclarationSpacing error for multi-line declarations with required spaces greater than zero
  -- Thanks to J.D. Grimes for the patch
- Fixed bug #663 : No space after class name generates: Class name "" is not in camel caps format
- Fixed bug #667 : Scope indent check can go into infinite loop due to some parse errors
- Fixed bug #670 : Endless loop in PSR1 SideEffects sniffer if no semicolon after last statement
  -- Thanks to Thomas Jarosch for the patch
- Fixed bug #672 : Call-time pass-by-reference false positive
- Fixed bug #683 : Comments are incorrectly reported by PSR2.ControlStructures.SwitchDeclaration sniff
- Fixed bug #687 : ScopeIndent does not check indent correctly for method prefixes like public and abstract
- Fixed bug #689 : False error on some comments after class closing brace";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.3.3";s:3:"api";s:5:"2.3.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-06-24";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2063:"- Improved the performance of the CSS tokenizer, especially on very large CSS files (thousands of lines)
  -- Thanks to Klaus Purer for the patch
- Defined tokens for lower PHP versions are now phpcs-specific strings instead of ints
  -- Stops conflict with other projects, like PHP_CodeCoverage
- Added more guard code for syntax errors to various sniffs
- Improved support for older HHVM versions
  -- Thanks to Kunal Mehta for the patch
- Squiz ValidLogicalOperatorsSniff now ignores XOR as type casting is different when using the ^ operator (request #567)
- Squiz CommentedOutCodeSniff is now better at ignoring URLs inside comments
- Squiz ControlSignatureSniff is now better at checking embedded PHP code
- Squiz ScopeClosingBraceSniff is now better at checking embedded PHP code
- Fixed bug #584 : Squiz.Arrays.ArrayDeclaration sniff gives incorrect NoComma error for multiline string values
- Fixed bug #589 : PEAR.Functions.FunctionCallSignature sniff not checking all function calls
- Fixed bug #592 : USE statement tokenising can sometimes result in mismatched scopes
- Fixed bug #594 : Tokenizer issue on closure that returns by reference
- Fixed bug #595 : Colons in CSS selectors within media queries throw false positives
  -- Thanks to Klaus Purer for the patch
- Fixed bug #598 : PHPCBF can break function/use closure brace placement
- Fixed bug #603 : Squiz ControlSignatureSniff hard-codes opener type while fixing
- Fixed bug #605 : Auto report-width specified in ruleset.xml ignored
- Fixed bug #611 : Invalid numeric literal on CSS files under PHP7
- Fixed bug #612 : Multi-file diff generating incorrectly if files do not end with EOL char
- Fixed bug #615 : Squiz OperatorBracketSniff incorrectly reports and fixes operations using self::
- Fixed bug #616 : Squiz DisallowComparisonAssignmentSniff inconsistent errors with inline IF statements
- Fixed bug #617 : Space after switch keyword in PSR-2 is not being enforced
- Fixed bug #621 : PSR2 SwitchDeclaration sniff doesn't detect, or correctly fix, case body on same line as statement";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.3.2";s:3:"api";s:5:"2.3.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-04-29";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:533:"- The error message for PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase is now clearer (request #579)
- Fixed bug #545 : Long list of CASE statements can cause tokenizer to reach a depth limit
- Fixed bug #565 : Squiz.WhiteSpace.OperatorSpacing reports negative number in short array
  -- Thanks to Vašek Purchart for the patch
  -- Same fix also applied to Squiz.Formatting.OperatorBracket
- Fixed bug #569 : Generic ScopeIndentSniff throws PHP notices in JS files
- Fixed bug #570 : Phar class fatals in PHP less than 5.3";}i:6;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.3.1";s:3:"api";s:5:"2.3.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-04-23";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2254:"- PHPCS can now exit with 0 even if errors are found
  -- Set the ignore_errors_on_exit config variable to 1 to set this behaviour
  -- Use with the ignore_warnings_on_exit config variable to never return a non-zero exit code
- Added Generic DisallowLongArraySyntaxSniff to enforce the use of the PHP short array syntax (request #483)
  -- Thanks to Xaver Loppenstedt for helping with tests
- Added Generic DisallowShortArraySyntaxSniff to ban the use of the PHP short array syntax (request #483)
  -- Thanks to Xaver Loppenstedt for helping with tests
- Generic ScopeIndentSniff no longer does exact checking for content inside parenthesis (request #528)
  -- Only applies to custom coding standards that set the "exact" flag to TRUE
- Squiz ConcatenationSpacingSniff now has a setting to ignore newline characters around operators (request #511)
    -- Default remains FALSE, so newlines are not allowed
    -- Override the "ignoreNewlines" setting in a ruleset.xml file to change
- Squiz InlineCommentSniff no longer checks the last char of a comment if the first char is not a letter (request #505)
- The Squiz standard has increased the max padding for statement alignment from 12 to 20
- Fixed bug #479 : Yielded values are not recognised as returned values in Squiz FunctionComment sniff
- Fixed bug #512 : Endless loop whilst parsing mixture of control structure styles
- Fixed bug #515 : Spaces in JS block incorrectly flagged as indentation error
- Fixed bug #523 : Generic ScopeIndent errors for IF in FINALLY
- Fixed bug #527 : Closure inside IF statement is not tokenized correctly
- Fixed bug #529 : Squiz.Strings.EchoedStrings gives false positive when echo'ing using an inline condition
- Fixed bug #537 : Using --config-set is breaking phpcs.phar
- Fixed bug #543 : SWITCH with closure in condition generates inline control structure error
- Fixed bug #551 : Multiple catch blocks not checked in Squiz.ControlStructures.ControlSignature sniff
- Fixed bug #554 : ScopeIndentSniff causes errors when encountering an unmatched parenthesis
- Fixed bug #558 : PHPCBF adds brace for ELSE IF split over multiple lines
- Fixed bug #564 : Generic MultipleStatementAlignment sniff reports incorrect errors for multiple assignments on a single line";}i:7;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.3.0";s:3:"api";s:5:"2.3.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-03-04";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3778:"- The existence of the main config file is now cached to reduce is_file() calls when it doesn't exist (request #486)
- Abstract classes inside the Sniffs directory are now ignored even if they are named [Name]Sniff.php (request #476)
  -- Thanks to David Vernet for the patch
- PEAR and Squiz FileComment sniffs no longer have @ in their error codes
  -- e.g., PEAR.Commenting.FileComment.Duplicate@categoryTag becomes PEAR.Commenting.FileComment.DuplicateCategoryTag
  -- e.g., Squiz.Commenting.FileComment.Missing@categoryTag becomes Squiz.Commenting.FileComment.MissingCategoryTag
- PEAR MultiLineConditionSniff now allows comment lines inside multi-line IF statement conditions
  -- Thanks to Klaus Purer for the patch
- Generic ForbiddenFunctionsSniff now supports setting null replacements in ruleset files (request #263)
- Generic opening function brace sniffs now support checking of closures
  -- Set the checkClosures property to TRUE (default is FALSE) in your ruleset.xml file to enable this
  -- Can also set the checkFunctions property to FALSE (default is TRUE) in your ruleset.xml file to only check closures
  -- Affects OpeningFunctionBraceBsdAllmanSniff and OpeningFunctionBraceKernighanRitchieSniff
- Generic OpeningFunctionBraceKernighanRitchieSniff can now fix all the errors it finds
- Generic OpeningFunctionBraceKernighanRitchieSniff now allows empty functions with braces next to each other
- Generic OpeningFunctionBraceBsdAllmanSniff now allows empty functions with braces next to each other
- Improved auto report width for the "full" report
- Improved conflict detection during auto fixing
- Generic ScopeIndentSniff is no longer confused by empty closures
- Squiz ControlSignatureSniff now always ignores comments (fixes bug #490)
  -- Include the Squiz.Commenting.PostStatementComment sniff in your ruleset.xml to ban these comments again
- Squiz OperatorSpacingSniff no longer throws errors for code in the form ($foo || -1 === $bar)
- Fixed errors tokenizing T_ELSEIF tokens on HHVM 3.5
- Squiz ArrayDeclarationSniff is no longer tricked by comments after array values
- PEAR IncludingFileSniff no longer produces invalid code when removing parenthesis from require/include statements
- Fixed bug #415 : The @codingStandardsIgnoreStart has no effect during fixing
- Fixed bug #432 : Properties of custom sniffs cannot be configured
- Fixed bug #453 : PSR2 standard does not allow closing tag for mixed PHP/HTML files
- Fixed bug #457 : FunctionCallSignature sniffs do not support here/nowdoc syntax and can cause syntax error when fixing
- Fixed bug #466 : PropertyLabelSpacing JS fixer issue when there is no space after colon
- Fixed bug #473 : Writing a report for an empty folder to existing file includes the existing contents
- Fixed bug #485 : PHP notice in Squiz.Commenting.FunctionComment when checking malformed @throws comment
- Fixed bug #491 : Generic InlineControlStructureSniff can correct with missing semicolon
  -- Thanks to Jesse Donat for the patch
- Fixed bug #492 : Use statements don't increase the scope indent
- Fixed bug #493 : PSR1_Sniffs_Methods_CamelCapsMethodNameSniff false positives for some magic method detection
  -- Thanks to Andreas Möller for the patch
- Fixed bug #496 : Closures in PSR2 are not checked for a space after the function keyword
- Fixed bug #497 : Generic InlineControlStructureSniff does not support alternative SWITCH syntax
- Fixed bug #500 : Functions not supported as values in Squiz ArrayDeclaration sniff
- Fixed bug #501 : ScopeClosingBrace and ScopeIndent conflict with closures used as array values
  -- Generic ScopeIndentSniff may now report fewer errors for closures, but perform the same fixes
- Fixed bug #502 : PSR1 SideEffectsSniff sees declare() statements as side effects";}i:8;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.2.0";s:3:"api";s:5:"2.2.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2015-01-22";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:5646:"- Added (hopefully) tastefully used colors to report and progress output for the phpcs command
  -- Use the --colors command line argument to use colors in output
  -- Use the command "phpcs --config-set colors true" to turn colors on by default
  -- Use the --no-colors command line argument to turn colors off when the config value is set
- Added support for using the full terminal width for report output
  -- Use the --report-width=auto command line argument to auto-size the reports
  -- Use the command "phpcs --config-set report_width auto" to use auto-sizing by default
- Reports will now size to fit inside the report width setting instead of always using padding to fill the space
- If no files or standards are specified, PHPCS will now look for a phpcs.xml file in the current directory
  -- This file has the same format as a standard ruleset.xml file
  -- The phpcs.xml file should specify (at least) files to process and a standard/sniffs to use
  -- Useful for running the phpcs and phpcbf commands without any arguments at the top of a repository
- Default file paths can now be specified in a ruleset.xml file using the "file" tag
  -- File paths are only processed if no files were specified on the command line
- Extensions specified on the CLI are now merged with those set in ruleset.xml files
  -- Previously, the ruleset.xml file setting replaced the CLI setting completely
- Squiz coding standard now requires lowercase PHP constants (true, false and null)
  -- Removed Squiz.NamingConventions.ConstantCase sniff as the rule is now consistent across PHP and JS files
- Squiz FunctionOpeningBraceSpaceSniff no longer does additional checks for JS functions
  -- PHP and JS functions and closures are now treated the same way
- Squiz MultiLineFunctionDeclarationSniff now supports JS files
- Interactive mode no longer breaks if you also specify a report type on the command line
- PEAR InlineCommentSniff now fixes the Perl-style comments that it finds (request #375)
- PSR2 standard no longer fixes the placement of docblock open tags as comments are excluded from this standard
- PSR2 standard now sets a default tab width of 4 spaces
- Generic DocCommentSniff now only disallows lowercase letters at the start of a long/short comment (request #377)
  -- All non-letter characters are now allowed, including markdown special characters and numbers
- Generic DisallowMultipleStatementsSniff now allows multiple open/close tags on the same line (request #423)
- Generic CharacterBeforePHPOpeningTagSniff now only checks the first PHP tag it finds (request #423)
- Generic CharacterBeforePHPOpeningTagSniff now allows a shebang line at the start of the file (request #20481)
- Generic InlineHTMLUnitTest now allows a shebang line at the start of the file (request #20481)
- PEAR ObjectOperatorIndentSniff now only checks object operators at the start of a line
- PEAR FileComment and ClassComment sniffs no longer have @ in their error codes
  -- E.g., PEAR.Commenting.FileComment.Missing@categoryTag becomes PEAR.Commenting.FileComment.MissingCategoryTag
  -- Thanks to Grzegorz Rygielski for the patch
- Squiz ControlStructureSpacingSniff no longer enforces a blank line before CATCH statements
- Squiz FunctionCommentSniff now fixes the return type in the @return tag (request #392)
- Squiz BlockCommentSniff now only disallows lowercase letters at the start of the comment
- Squiz InlineCommentSniff now only disallows lowercase letters at the start of the comment
- Squiz OperatorSpacingSniff now has a setting to ignore newline characters around operators (request #348)
  -- Default remains FALSE, so newlines are not allowed
  -- Override the "ignoreNewlines" setting in a ruleset.xml file to change
- PSR2 ControlStructureSpacingSniff now checks for, and fixes, newlines after the opening parenthesis
- Added a markdown document generator (--generator=markdown to use)
  -- Thanks to Stefano Kowalke for the contribution
- Fixed bug #379 : Squiz.Arrays.ArrayDeclaration.NoCommaAfterLast incorrectly detects comments
- Fixed bug #382 : JS tokenizer incorrect for inline conditionally created immediately invoked anon function
- Fixed bug #383 : Squiz.Arrays.ArrayDeclaration.ValueNoNewline incorrectly detects nested arrays
- Fixed bug #386 : Undefined offset in Squiz.FunctionComment sniff when param has no comment
- Fixed bug #390 : Indentation of non-control structures isn't adjusted when containing structure is fixed
- Fixed bug #400 : InlineControlStructureSniff fails to fix when statement has no semicolon
- Fixed bug #401 : PHPCBF no-patch option shows an error when there are no fixable violations in a file
- Fixed bug #405 : The "Squiz.WhiteSpace.FunctionSpacing" sniff removes class "}" during fixing
- Fixed bug #407 : PEAR.ControlStructures.MultiLineCondition doesn't account for comments at the end of lines
- Fixed bug #410 : The "Squiz.WhiteSpace.MemberVarSpacing" not respecting "var"
- Fixed bug #411 : Generic.WhiteSpace.ScopeIndent.Incorrect - false positive with multiple arrays in argument list
- Fixed bug #412 : PSR2 multi-line detection doesn't work for inline IF and string concats
- Fixed bug #414 : Squiz.WhiteSpace.MemberVarSpacing - inconsistent checking of member vars with comment
- Fixed bug #433 : Wrong detection of Squiz.Arrays.ArrayDeclaration.KeyNotAligned when key contains space
- Fixed bug #434 : False positive for spacing around "=>" in inline array within foreach
- Fixed bug #452 : Ruleset exclude-pattern for specific sniff code ignored when using CLI --ignore option
- Fixed bug #20482 : Scope indent sniff can get into infinite loop when processing a parse error";}i:9;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.1.0";s:3:"api";s:5:"2.1.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2014-12-18";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3540:"- Time and memory output is now shown if progress information is also shown (request #335)
- A tilde can now be used to reference a user's home directory in a path to a standard (request #353)
- Added PHP_CodeSniffer_File::findStartOfStatement() to find the first non-whitespace token in a statement
  -- Possible alternative for code using PHP_CodeSniffer_File::findPrevious() with the local flag set
- Added PHP_CodeSniffer_File::findEndOfStatement() to find the last non-whitespace token in a statement
  -- Possible alternative for code using PHP_CodeSniffer_File::findNext() with the local flag set
- Generic opening function brace sniffs now ensure the opening brace is the last content on the line
  -- Affects OpeningFunctionBraceBsdAllmanSniff and OpeningFunctionBraceKernighanRitchieSniff
  -- Also enforced in PEAR FunctionDeclarationSniff and Squiz MultiLineFunctionDeclarationSniff
- Generic DisallowTabIndentSniff now replaces tabs everywhere it finds them, except in strings and here/now docs
- Generic EmptyStatementSniff error codes now contain the type of empty statement detected (request #314)
  -- All messages generated by this sniff are now errors (empty CATCH was previously a warning)
  -- Message code Generic.CodeAnalysis.EmptyStatement.NotAllowed has been removed
  -- Message code Generic.CodeAnalysis.EmptyStatement.NotAllowedWarning has been removed
  -- New message codes have the format Generic.CodeAnalysis.EmptyStatement.Detected[TYPE]
  -- Example code is Generic.CodeAnalysis.EmptyStatement.DetectedCATCH
  -- You can now use a custom ruleset to change messages to warnings and to exclude them
- PEAR and Squiz FunctionCommentSniffs no longer ban @return tags for constructors and destructors
  -- Removed message PEAR.Commenting.FunctionComment.ReturnNotRequired
  -- Removed message Squiz.Commenting.FunctionComment.ReturnNotRequired
  -- Change initiated by request #324 and request #369
- Squiz EmptyStatementSniff has been removed
  -- Squiz standard now includes Generic EmptyStatementSniff and turns off the empty CATCH error
- Squiz ControlSignatureSniff fixes now retain comments between the closing parenthesis and open brace
- Squiz SuperfluousWhitespaceSniff now checks for extra blank lines inside closures
  -- Thanks to Sertan Danis for the patch
- Squiz ArrayDeclarationSniff now skips function calls while checking multi-line arrays
- Fixed bug #337 : False positive with anonymous functions in Generic_Sniffs_WhiteSpace_ScopeIndentSniff
- Fixed bug #339 : reformatting brace location can result in broken code
- Fixed bug #342 : Nested ternary operators not tokenized correctly
- Fixed bug #345 : Javascript regex not tokenized when inside array
- Fixed bug #346 : PHP path can't be determined in some cases in "phpcs.bat" (on Windows XP)
- Fixed bug #358 : False positives for Generic_Sniffs_WhiteSpace_ScopeIndentSniff
- Fixed bug #361 : Sniff-specific exclude patterns don't work for Windows
- Fixed bug #364 : Don't interpret "use function" as declaration
- Fixed bug #366 : phpcbf with PSR2 errors on control structure alternative syntax
- Fixed bug #367 : Nested Anonymous Functions Causing False Negative
- Fixed bug #371 : Shorthand binary cast causes tokenizer errors
  -- New token T_BINARY_CAST added for the b"string" cast format (the 'b' is the T_BINARY_CAST token)
- Fixed bug #372 : phpcbf parse problem, wrong brace placement for inline IF
- Fixed bug #373 : Double quote usage fix removing too many double quotes
- Fixed bug #20196 : 1.5.2 breaks scope_closer position";}i:10;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"2.0.0";s:3:"api";s:5:"2.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2014-12-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2229:"- JS tokenizer now sets functions as T_CLOSUREs if the function is anonymous
- JS tokenizer now sets all objects to T_OBJECT
  -- Object end braces are set to a new token T_CLOSE_OBJECT
  -- T_OBJECT tokens no longer act like scopes; i.e., they have no condition/opener/closer
  -- T_PROPERTY tokens no longer act like scopes; i.e., they have no condition/opener/closer
  -- T_OBJECT tokens have a bracket_closer instead, which can be used to find the ending
  -- T_CLOSE_OBJECT tokens have a bracket_opener
- Improved regular expression detection in the JS tokenizer
- You can now get PHP_CodeSniffer to ignore a single line by putting @codingStandardsIgnoreLine in a comment
  -- When the comment is found, the comment line and the following line will be ignored
  -- Thanks to Andy Bulford for the contribution
- PHPCBF now prints output when it is changing into directories
- Improved conflict detection during auto fixing
- The -vvv command line argument will now output the current file content for each loop during fixing
- Generic ScopeIndentSniff now checks that open/close PHP tags are aligned to the correct column
- PEAR FunctionCallSignatureSniff now checks indent of closing parenthesis even if it is not on a line by itself
- PEAR FunctionCallSignatureSniff now supports JS files
- PEAR MultiLineConditionSniff now supports JS files
- Squiz DocCommentAlignmentSniff now supports JS files
- Fixed a problem correcting the closing brace line in Squiz ArrayDeclarationSniff
- Fixed a problem auto-fixing the Squiz.WhiteSpace.FunctionClosingBraceSpace.SpacingBeforeNestedClose error
- Squiz EmbeddedPhpSniff no longer reports incorrect alignment of tags when they are not on new lines
- Squiz EmbeddedPhpSniff now aligns open tags correctly when moving them onto a new line
- Improved fixing of arrays with multiple values in Squiz ArrayDeclarationSniff
- Improved detection of function comments in Squiz FunctionCommentSpacingSniff
- Improved fixing of lines after cases statements in Squiz SwitchDeclarationSniff
- Fixed bug #311 : Suppression of function prototype breaks checking of lines within function
- Fixed bug #320 : Code sniffer identation issue
- Fixed bug #333 : Nested ternary operators causing problems";}i:11;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"2.0.0RC4";s:3:"api";s:8:"2.0.0RC4";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2014-11-07";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2332:"- JS tokenizer now detects xor statements correctly
- Improved detection of properties and objects in the JS tokenizer
- Generic ScopeIndentSniff can now fix indents using tabs instead of spaces
  -- Set the tabIndent property to TRUE in your ruleset.xml file to enable this
  -- It is important to also set a tab-width setting, either in the ruleset or on the command line, for accuracy
- Generic ScopeIndentSniff now checks and auto-fixes JS files
- Generic DisallowSpaceIndentSniff is now able to replace space indents with tab indents during fixing
- Support for phpcs-only and phpcbf-only attributes has been added to all ruleset.xml elements
  -- Allows parts of the ruleset to only apply when using a specific tool
  -- Useful for doing things like excluding indent fixes but still reporting indent errors
- Unit tests can now set command line arguments during a test run
  -- Override getCliValues() and pass an array of CLI arguments for each file being tested
- File-wide sniff properties can now be set using T_INLINE_HTML content during unit test runs
  -- Sniffs that start checking at the open tag can only, normally, have properties set using a ruleset
- Generic ConstructorNameSniff no longer errors for PHP4 style constructors when __construct() is present
  -- Thanks to Thibaud Fabre for the patch
- Generic DocCommentSniff now checks that the end comment tag is on a new line
- Generic MultipleStatementAlignmentSniff no longer skips assignments for closures
- Squiz DocCommentAlignment sniff now has better checking for single line doc block
- Running unit tests with the -v CLI argument no longer generates PHP errors
- Fixed bug #295 : ScopeIndentSniff hangs when processing nested closures
- Fixed bug #298 : False positive in ScopeIndentSniff when anonymous functions are used with method chaining
- Fixed bug #302 : Fixing code in Squiz InlineComment sniff can remove some comment text
- Fixed bug #303 : Open and close tag on same line can cause a PHP notice checking scope indent
- Fixed bug #306 : File containing only a namespace declaration raises undefined index notice
- Fixed bug #307 : Conditional breaks in case statements get incorrect indentions
- Fixed bug #308 : Squiz InlineIfDeclarationSniff fails on ternary operators inside closure
- Fixed bug #310 : Variadics not recognized by tokenizer";}i:12;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"2.0.0RC3";s:3:"api";s:8:"2.0.0RC3";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2014-10-16";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1738:"- Improved default output for PHPCBF and removed the options to print verbose and progress output
- If a .fixed file is supplied for a unit test file, the auto fixes will be checked against it during testing
  -- See Generic ScopeIndentUnitTest.inc and ScopeIndentUnitTest.inc.fixed for an example
- Fixer token replacement methods now return TRUE if the change was accepted and FALSE if rejected
- The --config-show command now pretty-prints the config values
  -- Thanks to Ken Guest for the patch
- Setting and removing config values now catches exceptions if the config file is not writable
  -- Thanks to Ken Guest for the patch
- Setting and removing config values now prints a message to confirm the action and show old values
- Generic ScopeIndentSniff has been completely rewritten to improve fixing and embedded PHP detection
- Generic DisallowTabIndent and DisallowSpaceIndent sniffs now detect indents at the start of block comments
- Generic DisallowTabIndent and DisallowSpaceIndent sniffs now detect indents inside multi-line strings
- Generic DisallowTabIndentSniff now replaces tabs inside doc block comments
- Squiz ControlStructureSpacingSniff error codes have been corrected; they were reversed
- Squiz EmbeddedPhpSniff now checks open and close tag indents and fixes some errors
- Squiz FileCommentSniff no longer throws incorrect blank line before comment errors in JS files
- Squiz ClassDeclarationSniff now has better checking for blank lines after a closing brace
- Removed error Squiz.Classes.ClassDeclaration.NoNewlineAfterCloseBrace (request #285)
  -- Already handled by Squiz.Classes.ClassDeclaration.CloseBraceSameLine
- Fixed bug #280 : The --config-show option generates error when there is no config file";}i:13;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"2.0.0RC2";s:3:"api";s:8:"2.0.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2014-09-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3974:"- Minified JS and CSS files are now detected and skipped (fixes bug #252 and bug #19899)
  -- A warning will be added to the file so it can be found in the report and ignored in the future
- Fixed incorrect length of JS object operator tokens
- PHP tokenizer no longer converts class/function names to special tokens types
  -- Class/function names such as parent and true would become special tokens such as T_PARENT and T_TRUE
- PHPCS can now exit with 0 if only warnings were found (request #262)
  -- Set the ignore_warnings_on_exit config variable to 1 to set this behaviour
  -- Default remains at exiting with 0 only if no errors and no warnings were found
  -- Also changes return value of PHP_CodeSniffer_Reporting::printReport()
- Rulesets can now set associative array properties
  -- property name="[property]" type="array" value="foo=>bar,baz=>qux"
- Generic ForbiddenFunctionsSniff now has a public property called forbiddenFunctions (request #263)
  -- Override the property in a ruleset.xml file to define forbidden functions and their replacements
  -- A replacement of NULL indicates that no replacement is available
  -- e.g., value="delete=>unset,print=>echo,create_function=>null"
  -- Custom sniffs overriding this one will need to change the visibility of their member var
- Improved closure support in Generic ScopeIndentSniff
- Improved indented PHP tag support in Generic ScopeIndentSniff
- Improved fixing of mixed line indents in Generic ScopeIndentSniff
- Added conflict detection to the file fixer
  -- If 2 sniffs look to be conflicting, one change will be ignored to allow a fix to occur
- Generic CamelCapsFunctionNameSniff now ignores a single leading underscore
  -- Thanks to Alex Slobodiskiy for the patch
- Standards can now be located within hidden directories (further fix for bug #20323)
  -- Thanks to Klaus Purer for the patch
- Sniff ignore patterns now replace Win dir separators like file ignore patterns already did
- Exclude patterns now use backtick delimiters, allowing all special characters to work correctly again
  -- Thanks to Jeremy Edgell for the patch
- Errors converted to warnings in a ruleset (and vice versa) now retain their fixable status
  -- Thanks to Alexander Obuhovich for the patch
- Squiz ConcatenationSpacingSniff now has a setting to specify how many spaces there should around concat operators
  -- Default remains at 0
  -- Override the "spacing" setting in a ruleset.xml file to change
- Added auto-fixes for Squiz InlineCommentSniff
- Generic DocCommentSniff now correctly fixes additional blank lines at the end of a comment
- Squiz OperatorBracketSniff now correctly fixes operations that include arrays
- Zend ClosingTagSniff fix now correctly leaves closing tags when followed by HTML
- Added Generic SyntaxSniff to check for syntax errors in PHP files
  -- Thanks to Blaine Schmeisser for the contribution
- Added Generic OneTraitPerFileSniff to check that only one trait is defined in each file
  -- Thanks to Alexander Obuhovich for the contribution
- Squiz DiscouragedFunctionsSniff now warns about var_dump()
- PEAR ValidFunctionNameSniff no longer throws an error for _()
- Squiz and PEAR FunctionCommentSniffs now support _()
- Generic DisallowTabIndentSniff now checks for, and fixes, mixed indents again
- Generic UpperCaseConstantSniff and LowerCaseConstantSniff now ignore function names
- Fixed bug #243 : Missing DocBlock not detected
- Fixed bug #248 : FunctionCommentSniff expects ampersand on param name
- Fixed bug #265 : False positives with type hints in ForbiddenFunctionsSniff
- Fixed bug #20373 : Inline comment sniff tab handling way
- Fixed bug #20377 : Error when trying to execute phpcs with report=json
- Fixed bug #20378 : Report appended to existing file if no errors found in run
- Fixed bug #20381 : Invalid "Comment closer must be on a new line"
  -- Thanks to Brad Kent for the patch
- Fixed bug #20402 : SVN pre-commit hook fails due to unknown argument error";}i:14;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"2.0.0RC1";s:3:"api";s:8:"2.0.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2014-08-06";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4896:"- PHPCBF will now fix incorrect newline characters in a file
- PHPCBF now exists cleanly when there are no errors to fix
- Added phpcbf.bat file for Windows
- Verbose option no longer errors when using a phar file with a space in the path
- Fixed a reporting error when using HHVM
  -- Thanks to Martins Sipenko for the patch
- addFixableError() and addFixableWarning() now only return true if the fixer is enabled
  -- Saves checking ($phpcsFile->fixer->enabled === true) before every fix
- Added addErrorOnLine() and addWarningOnLine() to add a non-fixable violation to a line at column 1
  -- Useful if you are generating errors using an external tool or parser and only know line numbers
  -- Thanks to Ondřej Mirtes for the patch
- CSS tokenizer now identifies embedded PHP code using the new T_EMBEDDED_PHP token type
  -- The entire string of PHP is contained in a single token
- PHP tokenizer contains better detection of short array syntax
- Unit test runner now also test any standards installed under the installed_paths config var
- Exclude patterns now use {} delimiters, allowing the | special character to work correctly again
- The filtering component of the --extensions argument is now ignored again when passing filenames
  -- Can still be used to specify a custom tokenizer for each extension when passing filenames
  -- If no tokenizer is specified, default values will be used for common file extensions
- Diff report now produces relative paths on Windows, where possible (further fix for bug #20234)
- If a token's content has been modified by the tab-width setting, it will now have an orig_content in the tokens array
- Generic DisallowSpaceIndent and DisallowTabIndent sniffs now check original indent content even when tab-width is set
  -- Previously, setting --tab-width would force both to check the indent as spaces
- Fixed a problem where PHPCBF could replace tabs with too many spaces when changing indents
- Fixed a problem that could occur with line numbers when using HHVM to check files with Windows newline characters
- Removed use of sys_get_temp_dir() as this is not supported by the min PHP version
- Squiz ArrayDeclarationSniff now supports short array syntax
- Squiz ControlSignatureSniff no longer uses the Abstract Pattern sniff
  -- If you are extending this sniff, you'll need to rewrite your code
  -- The rewrite allows this sniff to fix all control structure formatting issues it finds
- The installed_paths config var now accepts relative paths
  -- The paths are relative to the PHP_CodeSniffer install directory
  -- Thanks to Weston Ruter for the patch
- Generic ScopeIndentSniff now accounts for different open tag indents
- PEAR FunctionDeclarationSniff now ignores short arrays when checking indent
  -- Thanks to Daniel Tschinder for the patch
- PSR2 FunctionCallSignatureSniff now treats multi-line strings as a single-line argument, like arrays and closures
  -- Thanks to Dawid Nowak for the patch
- PSR2 UseDeclarationSniff now checks for a single space after the USE keyword
- Generic ForbiddenFunctionsSniff now detects calls to functions in the global namespace
  -- Thanks to Ole Martin Handeland for the patch
- Generic LowerCaseConstantSniff and UpperCaseConstantSniff now ignore namespaces beginning with TRUE/FALSE/NULL
  -- Thanks to Renan Gonçalves for the patch
- Squiz InlineCommentSniff no longer requires a blank line after post-statement comments (request #20299)
- Squiz SelfMemberReferenceSniff now works correctly with namespaces
- Squiz FunctionCommentSniff is now more relaxed when checking namespaced type hints
- Tab characters are now encoded in abstract pattern errors messages
  -- Thanks to Blaine Schmeisser for the patch
- Invalid sniff codes passed to --sniffs now show a friendly error message (request #20313)
- Generic LineLengthSniff now shows a warning if the iconv module is disabled (request #20314)
- Source report no longer shows errors if category or sniff names ends in an uppercase error
  -- Thanks to Jonathan Marcil for the patch
- Fixed bug #20261 : phpcbf has an endless fixing loop
- Fixed bug #20268 : Incorrect documentation titles in PEAR documentation
- Fixed bug #20296 : new array notion in function comma check fails
- Fixed bug #20297 : phar does not work when renamed it to phpcs
- Fixed bug #20307 : PHP_CodeSniffer_Standards_AbstractVariableSniff analyze traits
- Fixed bug #20308 : Squiz.ValidVariableNameSniff - wrong variable usage
- Fixed bug #20309 : Use "member variable" term in sniff "processMemberVar" method
- Fixed bug #20310 : PSR2 does not check for space after function name
- Fixed bug #20322 : Display rules set to type=error even when suppressing warnings
- Fixed bug #20323 : PHPCS tries to load sniffs from hidden directories
- Fixed bug #20346 : Fixer endless loop with Squiz.CSS sniffs
- Fixed bug #20355 : No sniffs are registered with PHAR on Windows";}i:15;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"2.0.0a2";s:3:"api";s:7:"2.0.0a2";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2014-05-01";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3638:"- Added report type --report=info to show information about the checked code to make building a standard easier
  -- Checks a number of things, such as what line length you use, and spacing are brackets, but not everything
  -- Still highly experimental
- Generic LineLengthSniff now shows warnings for long lines referring to licence and VCS information
  -- It previously ignored these lines, but at the expense of performance
- Generic DisallowTabIndent and DisallowSpaceIndent sniffs no longer error when detecting mixed indent types
  -- Only the first type of indent found on a line (space or indent) is considered
- Lots of little performance improvements that can add up to a substantial saving over large code bases
  -- Added a "length" array index to tokens so you don't need to call strlen() of them, or deal with encoding
  -- Can now use isset() to find tokens inside the PHP_CodeSniffer_Tokens static vars instead of in_array()
- Custom reports can now specify a $recordErrors member var; this previously only worked for built-in reports
  -- When set to FALSE, error messages will not be recorded and only totals will be returned
  -- This can save significant memory while processing a large code base
- Removed dependence on PHP_Timer
- PHP tokenizer now supports DEFAULT statements opened with a T_SEMICOLON
- The Squiz and PHPCS standards have increased the max padding for statement alignment from 8 to 12
- Squiz EchoedStringsSniff now supports statments without a semicolon, such as PHP embedded in HTML
- Squiz DoubleQuoteUsageSniff now properly replaces escaped double quotes when fixing a doubled quoted string
- Improved detection of nested IF statements that use the alternate IF/ENDIF syntax
- PSR1 CamelCapsMethodNameSniff now ignores magic methods
  -- Thanks to Eser Ozvataf for the patch
- PSR1 SideEffectsSniff now ignores methods named define()
- PSR1 and PEAR ClassDeclarationSniffs now support traits (request #20208)
- PSR2 ControlStructureSpacingSniff now allows newlines before/after parentheses
  -- Thanks to Maurus Cuelenaere for the patch
- PSR2 ControlStructureSpacingSniff now checks TRY and CATCH statements
- Squiz SuperfluousWhitespaceSniff now detects whitespace at the end of block comment lines
  -- Thanks to Klaus Purer for the patch
- Squiz LowercasePHPFunctionsSniff no longer reports errors for namespaced functions
  -- Thanks to Max Galbusera for the patch
- Squiz SwitchDeclarationSniff now allows exit() as a breaking statement for case/default
- Squiz ValidVariableNameSniff and Zend ValidVariableNameSniff now ignore additional PHP reserved vars
  -- Thanks to Mikuláš Dítě and Adrian Crepaz for the patch
- Sniff code Squiz.WhiteSpace.MemberVarSpacing.After changed to Squiz.WhiteSpace.MemberVarSpacing.Incorrect (request #20241)
- Fixed bug #20200 : Invalid JSON produced with specific error message
- Fixed bug #20204 : Ruleset exclude checks are case sensitive
- Fixed bug #20213 : Invalid error, Inline IF must be declared on single line
- Fixed bug #20225 : array_merge() that takes more than one line generates error
- Fixed bug #20230 : Squiz ControlStructureSpacing sniff assumes specific condition formatting
- Fixed bug #20234 : phpcbf patch command absolute paths
- Fixed bug #20240 : Squiz block comment sniff fails when newline present
- Fixed bug #20247 : The Squiz.WhiteSpace.ControlStructureSpacing sniff and do-while
  -- Thanks to Alexander Obuhovich for the patch
- Fixed bug #20248 : The Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff sniff and empty scope
- Fixed bug #20252 : Unitialized string offset when package name starts with underscore";}i:16;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"2.0.0a1";s:3:"api";s:7:"2.0.0a1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2014-02-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3919:"- Added the phpcbf script to automatically fix many errors found by the phpcs script
- Added report type --report=diff to show suggested changes to fix coding standard violations
- The --report argument now allows for custom reports to be used
  -- Use the full path to your custom report class as the report name
- The --extensions argument is now respected when passing filenames; not just with directories
- The --extensions argument now allows you to specify the tokenizer for each extension
  -- e.g., --extensions=module/php,es/js
- Command line arguments can now be set in ruleset files
  -- e.g., arg name="report" value="summary" (print summary report; same as --report=summary)
  -- e.g., arg value="sp" (print source and progress information; same as -sp)
  -- The -vvv, --sniffs, --standard and -l command line arguments cannot be set in this way
- Sniff process() methods can not optionally return a token to ignore up to
  -- If returned, the sniff will not be executed again until the passed token is reached in the file
  -- Useful if you are looking for tokens like T_OPEN_TAG but only want to process the first one
- Removed the comment parser classes and replaced it with a simple comment tokenier
  -- T_DOC_COMMENT tokens are now tokenized into T_DOC_COMMENT_* tokens so they can be used more easily
  -- This change requires a significant rewrite of sniffs that use the comment parser
  -- This change requires minor changes to sniffs that listen for T_DOC_COMMENT tokens directly
- Added Generic DocCommentSniff to check generic doc block formatting
  -- Removed doc block formatting checks from PEAR ClassCommentSniff
  -- Removed doc block formatting checks from PEAR FileCommentSniff
  -- Removed doc block formatting checks from PEAR FunctionCommentSniff
  -- Removed doc block formatting checks from Squiz ClassCommentSniff
  -- Removed doc block formatting checks from Squiz FileCommentSniff
  -- Removed doc block formatting checks from Squiz FunctionCommentSniff
  -- Removed doc block formatting checks from Squiz VariableCommentSniff
- Squiz DocCommentAlignmentSniff has had its error codes changed
  -- NoSpaceBeforeTag becomes NoSpaceAfterStar
  -- SpaceBeforeTag becomes SpaceAfterStar
  -- SpaceBeforeAsterisk becomes SpaceBeforeStar
- Generic MultipleStatementAlignment now aligns assignments within a block so they fit within their max padding setting
  -- The sniff previously requested the padding as 1 space if max padding was exceeded
  -- It now aligns the assignment with surrounding assignments if it can
  -- Removed property ignoreMultiline as multi-line assignments are now handled correctly and should not be ignored
- Squiz FunctionClosingBraceSpaceSniff now requires a blank line before the brace in all cases except function args
- Added error Squiz.Commenting.ClassComment.SpacingAfter to ensure there are no blank lines after a class comment
- Added error Squiz.WhiteSpace.MemberVarSpacing.AfterComment to ensure there are no blank lines after a member var comment
  -- Fixes have also been corrected to not strip the member var comment or indent under some circumstances
  -- Thanks to Mark Scherer for help with this fix
- Added error Squiz.Commenting.FunctionCommentThrowTag.Missing to ensure a throw is documented
- Removed error Squiz.Commenting.FunctionCommentThrowTag.WrongType
- Content passed via STDIN can now specify the filename to use so that sniffs can run the correct filename checks
  -- Ensure the first line of the content is: phpcs_input_file: /path/to/file
- Squiz coding standard now enforces no closing PHP tag at the end of a pure PHP file
- Squiz coding standard now enforces a single newline character at the end of the file
- Squiz ClassDeclarationSniff no longer checks for a PHP ending tag after a class definition
- Squiz ControlStructureSpacingSniff now checks TRY and CATCH statements as well
- Removed MySource ChannelExceptionSniff";}i:17;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.5.6";s:3:"api";s:5:"1.5.6";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2014-12-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1209:"- JS tokenizer now detects xor statements correctly
- The --config-show command now pretty-prints the config values
  -- Thanks to Ken Guest for the patch
- Setting and removing config values now catches exceptions if the config file is not writable
  -- Thanks to Ken Guest for the patch
- Setting and removing config values now prints a message to confirm the action and show old values
- You can now get PHP_CodeSniffer to ignore a single line by putting @codingStandardsIgnoreLine in a comment
  -- When the comment is found, the comment line and the following line will be ignored
  -- Thanks to Andy Bulford for the contribution
- Generic ConstructorNameSniff no longer errors for PHP4 style constructors when __construct() is present
  -- Thanks to Thibaud Fabre for the patch
- Fixed bug #280 : The --config-show option generates error when there is no config file
- Fixed bug #306 : File containing only a namespace declaration raises undefined index notice
- Fixed bug #308 : Squiz InlineIfDeclarationSniff fails on ternary operators inside closure
- Fixed bug #310 : Variadics not recognized by tokenizer
- Fixed bug #311 : Suppression of function prototype breaks checking of lines within function";}i:18;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.5.5";s:3:"api";s:5:"1.5.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2014-09-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1431:"- PHP tokenizer no longer converts class/function names to special tokens types
  -- Class/function names such as parent and true would become special tokens such as T_PARENT and T_TRUE
- Improved closure support in Generic ScopeIndentSniff
- Improved indented PHP tag support in Generic ScopeIndentSniff
- Generic CamelCapsFunctionNameSniff now ignores a single leading underscore
  -- Thanks to Alex Slobodiskiy for the patch
- Standards can now be located within hidden directories (further fix for bug #20323)
  -- Thanks to Klaus Purer for the patch
- Added Generic SyntaxSniff to check for syntax errors in PHP files
  -- Thanks to Blaine Schmeisser for the contribution
- Squiz DiscouragedFunctionsSniff now warns about var_dump()
- PEAR ValidFunctionNameSniff no longer throws an error for _()
- Squiz and PEAR FunctionCommentSnif now support _()
- Generic UpperCaseConstantSniff and LowerCaseConstantSniff now ignore function names
- Fixed bug #248 : FunctionCommentSniff expects ampersand on param name
- Fixed bug #265 : False positives with type hints in ForbiddenFunctionsSniff
- Fixed bug #20373 : Inline comment sniff tab handling way
- Fixed bug #20378 : Report appended to existing file if no errors found in run
- Fixed bug #20381 : Invalid "Comment closer must be on a new line"
  -- Thanks to Brad Kent for the patch
- Fixed bug #20386 : Squiz.Commenting.ClassComment.SpacingBefore thrown if first block comment";}i:19;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.5.4";s:3:"api";s:5:"1.5.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2014-08-06";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2129:"- Removed use of sys_get_temp_dir() as this is not supported by the min PHP version
- The installed_paths config var now accepts relative paths
  -- The paths are relative to the PHP_CodeSniffer install directory
  -- Thanks to Weston Ruter for the patch
- Generic ScopeIndentSniff now accounts for different open tag indents
- PEAR FunctionDeclarationSniff now ignores short arrays when checking indent
  -- Thanks to Daniel Tschinder for the patch
- PSR2 FunctionCallSignatureSniff now treats multi-line strings as a single-line argument, like arrays and closures
  -- Thanks to Dawid Nowak for the patch
- Generic ForbiddenFunctionsSniff now detects calls to functions in the global namespace
  -- Thanks to Ole Martin Handeland for the patch
- Generic LowerCaseConstantSniff and UpperCaseConstantSniff now ignore namespaces beginning with TRUE/FALSE/NULL
  -- Thanks to Renan Gonçalves for the patch
- Squiz InlineCommentSniff no longer requires a blank line after post-statement comments (request #20299)
- Squiz SelfMemberReferenceSniff now works correctly with namespaces
- Tab characters are now encoded in abstract pattern errors messages
  -- Thanks to Blaine Schmeisser for the patch
- Invalid sniff codes passed to --sniffs now show a friendly error message (request #20313)
- Generic LineLengthSniff now shows a warning if the iconv module is disabled (request #20314)
- Source report no longer shows errors if category or sniff names ends in an uppercase error
  -- Thanks to Jonathan Marcil for the patch
- Fixed bug #20268 : Incorrect documentation titles in PEAR documentation
- Fixed bug #20296 : new array notion in function comma check fails
- Fixed bug #20307 : PHP_CodeSniffer_Standards_AbstractVariableSniff analyze traits
- Fixed bug #20308 : Squiz.ValidVariableNameSniff - wrong variable usage
- Fixed bug #20309 : Use "member variable" term in sniff "processMemberVar" method
- Fixed bug #20310 : PSR2 does not check for space after function name
- Fixed bug #20322 : Display rules set to type=error even when suppressing warnings
- Fixed bug #20323 : PHPCS tries to load sniffs from hidden directories";}i:20;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.5.3";s:3:"api";s:5:"1.5.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2014-05-01";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1813:"- Improved detection of nested IF statements that use the alternate IF/ENDIF syntax
- PHP tokenizer now supports DEFAULT statements opened with a T_SEMICOLON
- PSR1 CamelCapsMethodNameSniff now ignores magic methods
  -- Thanks to Eser Ozvataf for the patch
- PSR1 SideEffectsSniff now ignores methods named define()
- PSR1 and PEAR ClassDeclarationSniffs now support traits (request #20208)
- PSR2 ControlStructureSpacingSniff now allows newlines before/after parentheses
  -- Thanks to Maurus Cuelenaere for the patch
- Squiz LowercasePHPFunctionsSniff no longer reports errors for namespaced functions
  -- Thanks to Max Galbusera for the patch
- Squiz SwitchDeclarationSniff now allows exit() as a breaking statement for case/default
- Squiz ValidVariableNameSniff and Zend ValidVariableNameSniff now ignore additional PHP reserved vars
  -- Thanks to Mikuláš Dítě and Adrian Crepaz for the patch
- Sniff code Squiz.WhiteSpace.MemberVarSpacing.After changed to Squiz.WhiteSpace.MemberVarSpacing.Incorrect (request #20241)
- Fixed bug #20200 : Invalid JSON produced with specific error message
- Fixed bug #20204 : Ruleset exclude checks are case sensitive
- Fixed bug #20213 : Invalid error, Inline IF must be declared on single line
- Fixed bug #20225 : array_merge() that takes more than one line generates error
- Fixed bug #20230 : Squiz ControlStructureSpacing sniff assumes specific condition formatting
- Fixed bug #20240 : Squiz block comment sniff fails when newline present
- Fixed bug #20247 : The Squiz.WhiteSpace.ControlStructureSpacing sniff and do-while
  -- Thanks to Alexander Obuhovich for the patch
- Fixed bug #20248 : The Squiz_Sniffs_WhiteSpace_ControlStructureSpacingSniff sniff and empty scope
- Fixed bug #20252 : Unitialized string offset when package name starts with underscore";}i:21;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.5.2";s:3:"api";s:5:"1.5.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2014-02-05";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2674:"- Improved support for the PHP 5.5. classname::class syntax
  -- PSR2 SwitchDeclarationSniff no longer throws errors when this syntax is used in CASE conditions
- Improved support for negative checks of instanceOf in Squiz ComparisonOperatorUsageSniff
  -- Thanks to Martin Winkel for the patch
- Generic FunctionCallArgumentSpacingSniff now longer complains about space before comma when using here/nowdocs
  -- Thanks to Richard van Velzen for the patch
- Generic LowerCaseConstantSniff and UpperCaseConstantSniff now ignore class constants
  -- Thanks to Kristopher Wilson for the patch
- PEAR FunctionCallSignatureSniff now has settings to specify how many spaces should appear before/after parentheses
  -- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
  -- Default remains at 0 for both
  -- Thanks to Astinus Eberhard for the patch
- PSR2 ControlStructureSpacingSniff now has settings to specify how many spaces should appear before/after parentheses
  -- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
  -- Default remains at 0 for both
  -- Thanks to Astinus Eberhard for the patch
- Squiz ForEachLoopDeclarationSniff now has settings to specify how many spaces should appear before/after parentheses
  -- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
  -- Default remains at 0 for both
  -- Thanks to Astinus Eberhard for the patch
- Squiz ForLoopDeclarationSniff now has settings to specify how many spaces should appear before/after parentheses
  -- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
  -- Default remains at 0 for both
  -- Thanks to Astinus Eberhard for the patch
- Squiz FunctionDeclarationArgumentSpacingSniff now has settings to specify how many spaces should appear before/after parentheses
  -- Override the 'requiredSpacesAfterOpen' and 'requiredSpacesBeforeClose' settings in a ruleset.xml file to change
  -- Default remains at 0 for both
  -- Thanks to Astinus Eberhard for the patch
- Removed UnusedFunctionParameter, CyclomaticComplexity and NestingLevel from the Squiz standard
- Generic FixmeSniff and TodoSniff now work correctly with accented characters
- Fixed bug #20145 : Custom ruleset preferences directory over installed standard
- Fixed bug #20147 : phpcs-svn-pre-commit - no more default error report
- Fixed bug #20151 : Problem handling "if(): ... else: ... endif;" syntax
- Fixed bug #20190 : Invalid regex in Squiz_Sniffs_WhiteSpace_SuperfluousWhitespaceSniff";}i:22;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.5.1";s:3:"api";s:5:"1.5.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2013-12-12";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1628:"- Config values can now be set at runtime using the command line argument [--runtime-set key value]
  -- Runtime values are the same as config values, but are not written to the main config file
  -- Thanks to Wim Godden for the patch
- Config values can now be set in ruleset files
  -- e.g., config name="zend_ca_path" value="/path/to/ZendCodeAnalyzer"
  -- Can not be used to set config values that override command line values, such as show_warnings
  -- Thanks to Jonathan Marcil for helping with the patch
- Added a new installed_paths config value to allow for the setting of directories that contain standards
  -- By default, standards have to be installed into the CodeSniffer/Standards directory to be considered installed
  -- New config value allows a list of paths to be set in addition to this internal path
  -- Installed standards appear when using the -i arg, and can be referenced in rulesets using only their name
  -- Set paths by running: phpcs --config-set installed_paths /path/one,/path/two,...
- PSR2 ClassDeclarationSniff now allows a list of extended interfaces to be split across multiple lines
- Squiz DoubleQuoteUsageSniff now allows \b in double quoted strings
- Generic ForbiddenFunctionsSniff now ignores object creation
  -- This is a further fix for bug #20100 : incorrect Function mysql() has been deprecated report
- Fixed bug #20136 : Squiz_Sniffs_WhiteSpace_ScopeKeywordSpacingSniff and Traits
- Fixed bug #20138 : Protected property underscore and camel caps issue (in trait with Zend)
  -- Thanks to Gaetan Rousseau for the patch
- Fixed bug #20139 : No report file generated on success";}i:23;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.5.0";s:3:"api";s:5:"1.5.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2013-11-28";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1828:"- Doc generation is now working again for installed standards
  -- Includes a fix for limiting the docs to specific sniffs
- Generic ScopeIndentSniff now allows for ignored tokens to be set via ruleset.xml files
  -- E.g., to ignore comments, override a property using:
  -- name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT"
- PSR2 standard now ignores comments when checking indentation rules
- Generic UpperCaseConstantNameSniff no longer reports errors where constants are used (request #20090)
  -- It still reports errors where constants are defined
- Individual messages can now be excluded in ruleset.xml files using the exclude tag (request #20091)
  -- Setting message severity to 0 continues to be supported
- Squiz OperatorSpacingSniff no longer throws errors for the ?: short ternary operator
  -- Thanks to Antoine Musso for the patch
- Comment parser now supports non-English characters when splitting comment lines into words
  -- Thanks to Nik Sun for the patch
- Exit statements are now recognised as valid closers for CASE and DEFAULT blocks
  -- Thanks to Maksim Kochkin for the patch
- PHP_CodeSniffer_CLI::process() can now be passed an incomplete array of CLI values
  -- Missing values will be set to the CLI defaults
  -- Thanks to Maksim Kochkin for the patch
- Fixed bug #20093 : Bug with ternary operator token
- Fixed bug #20097 : CLI.php throws error in php 5.2
- Fixed bug #20100 : incorrect Function mysql() has been deprecated report
- Fixed bug #20119 : PHP warning: invalid argument to str_repeat() in SVN blame report with -s
- Fixed bug #20123 : PSR2 complains about an empty second statement in for-loop
- Fixed bug #20131 : PHP errors in svnblame report, if there are files not under version control
- Fixed bug #20133 : Allow "HG: hg_id" as value for @version tag";}i:24;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.5.0RC4";s:3:"api";s:8:"1.5.0RC4";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2013-09-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4308:"- You can now restrict violations to individual sniff codes using the --sniffs command line argument
 -- Previously, this only restricted violations to an entire sniff and not individual messages
 -- If you have scripts calling PHP_CodeSniffer::process() or creating PHP_CodeSniffer_File objects, you must update your code
 -- The array of restrictions passed to PHP_CodeSniffer::process() must now be an array of sniff codes instead of class names
 -- The PHP_CodeSniffer_File::__construct() method now requires an array of restrictions to be passed
- Doc generation is now working again
- Progress information now shows the percentage complete at the end of each line
- Added report type --report=junit to show the error list in a JUnit compatible format
  -- Thanks to Oleg Lobach for the contribution
- Added support for the PHP 5.4 callable type hint
- Fixed problem where some file content could be ignored when checking STDIN
- Version information is now printed when installed via composer or run from a Git clone (request #20050)
- Added Squiz DisallowBooleanStatementSniff to ban boolean operators outside of control structure conditions
- The CSS tokenizer is now more reliable when encountering 'list' and 'break' strings
- Coding standard ignore comments can now appear instead doc blocks as well as inline comments
  -- Thanks to Stuart Langley for the patch
- Generic LineLengthSniff now ignores SVN URL and Head URL comments
  -- Thanks to Karl DeBisschop for the patch
- PEAR MultiLineConditionSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- PEAR MultiLineAssignmentSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- PEAR FunctionDeclarationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- Squiz SwitchDeclarationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- Squiz CSS IndentationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Hugo Fonseca for the patch
- Squiz and MySource File and Function comment sniffs now allow all tags and don't require a particular licence
- Squiz standard now allows lines to be 120 characters long before warning; up from 85
- Squiz LowercaseStyleDefinitionSniff no longer throws errors for class names in nested style definitions
- Squiz ClassFileNameSniff no longer throws errors when checking STDIN
- Squiz CSS sniffs no longer generate errors for IE filters
- Squiz CSS IndentationSniff no longer sees comments as blank lines
- Squiz LogicalOperatorSpacingSniff now ignores whitespace at the end of a line
- Squiz.Scope.MethodScope.Missing error message now mentions 'visibility' instead of 'scope modifier'
  -- Thanks to Renat Akhmedyanov for the patch
- Added support for the PSR2 multi-line arguments errata
- The PSR2 standard no longer throws errors for additional spacing after a type hint
- PSR UseDeclarationSniff no longer throws errors for USE statements inside TRAITs
- Fixed cases where code was incorrectly assigned the T_GOTO_LABEL token when used in a complex CASE condition
- Fixed bug #20026 : Check for multi-line arrays that should be single-line is slightly wrong
  -- Adds new error message for single-line arrays that end with a comma
- Fixed bug #20029 : ForbiddenFunction sniff incorrectly recognizes methods in USE clauses
- Fixed bug #20043 : Mis-interpretation of Foo::class
- Fixed bug #20044 : PSR1 camelCase check does not ignore leading underscores
- Fixed bug #20045 : Errors about indentation for closures with multi-line 'use' in functions
- Fixed bug #20051 : Undefined index: scope_opener / scope_closer
  -- Thanks to Anthon Pang for the patch";}i:25;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.5.0RC3";s:3:"api";s:8:"1.5.0RC3";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2013-07-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4612:"- Added report type --report=json to show the error list and total counts for all checked files
  -- Thanks to Jeffrey Fisher for the contribution
- PHP_CodeSniffer::isCamelCaps now allows for acronyms at the start of a string if the strict flag is FALSE
  -- acronyms are defined as at least 2 uppercase characters in a row
  -- e.g., the following is now valid camel caps with strict set to FALSE: XMLParser
- The PHP tokenizer now tokenizes goto labels as T_GOTO_LABEL instead of T_STRING followed by T_COLON
- The JS tokenizer now has support for the T_THROW token
- Symlinked directories inside CodeSniffer/Standards and in ruleset.xml files are now supported
  -- Only available since PHP 5.2.11 and 5.3.1
  -- Thanks to Maik Penz for the patch
- The JS tokenizer now correctly identifies T_INLINE_ELSE tokens instead of leaving them as T_COLON
  -- Thanks to Arnout Boks for the patch
- Explaining a standard (phpcs -e) that uses namespaces now works correctly
- Restricting a check to specific sniffs (phpcs --sniffs=...) now works correctly with namespaced sniffs
  -- Thanks to Maik Penz for the patch
- Docs added for the entire Generic standard, and many sniffs from other standards are now documented as well
  -- Thanks to Spencer Rinehart for the contribution
- Clearer error message for when the sniff class name does not match the directory structure
- Generated HTML docs now correctly show the open PHP tag in code comparison blocks
- Added Generic InlineHTMLSniff to ensure a file only contains PHP code
- Added Squiz ShorthandSizeSniff to check that CSS sizes are using shorthand notation only when 1 or 2 values are used
- Added Squiz ForbiddenStylesSniff to ban the use of some deprecated browser-specific styles
- Added Squiz NamedColoursSniff to ban the use of colour names
- PSR2 standard no longer enforces no whitespace between the closing parenthesis of a function call and the semicolon
- PSR2 ClassDeclarationSniff now ignores empty classes when checking the end brace position
- PSR2 SwitchDeclarationSniff no longer reports errors for empty lines between CASE statements
- PEAR ObjectOperatorIndentSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the indent setting in a ruleset.xml file to change
  -- Thanks to Andrey Mindubaev for the patch
- Squiz FileExtensionSniff now supports traits
  -- Thanks to Lucas Green for the patch
- Squiz ArrayDeclarationSniff no longer reports errors for no comma at the end of a line that contains a function call
- Squiz SwitchDeclarationSniff now supports T_CONTINUE and T_THROW as valid case/default breaking statements
- Squiz CommentedOutCodeSniff is now better at ignoring commented out HTML, XML and regular expressions
- Squiz DisallowComparisonAssignmentSniff no longer throws errors for the third expression in a FOR statement
- Squiz ColourDefinitionSniff no longer throws errors for some CSS class names
- Squiz ControlStructureSpacingSniff now supports all types of CASE/DEFAULT breaking statements
- Generic CallTimePassByReferenceSniff now reports errors for functions called using a variable
  -- Thanks to Maik Penz for the patch
- Generic ConstructorNameSniff no longer throws a notice for abstract constructors inside abstract classes
  -- Thanks to Spencer Rinehart for the patch
- Squiz ComparisonOperatorUsageSniff now checks inside elseif statements
  -- Thanks to Arnout Boks for the patch
- Squiz OperatorSpacingSniff now reports errors for no spacing around inline then and else tokens
  -- Thanks to Arnout Boks for the patch
- Fixed bug #19811 : Comments not ignored in all cases in AbstractPatternSniff
  -- Thanks to Erik Wiffin for the patch
- Fixed bug #19892 : ELSE with no braces causes incorrect SWITCH break statement indentation error
- Fixed bug #19897 : Indenting warnings in templates not consistent
- Fixed bug #19908 : PEAR MultiLineCondition Does Not Apply elseif
- Fixed bug #19930 : option --report-file generate an empty file
- Fixed bug #19935 : notify-send reports do not vanish in gnome-shell
  -- Thanks to Christian Weiske for the patch
- Fixed bug #19944 : docblock squiz sniff "return void" trips over return in lambda function
- Fixed bug #19953 : PSR2 - Spaces before interface name for abstract class
- Fixed bug #19956 : phpcs warns for Type Hint missing Resource
- Fixed bug #19957 : Does not understand trait method aliasing
- Fixed bug #19968 : Permission denied on excluded directory
- Fixed bug #19969 : Sniffs with namespace not recognized in reports
- Fixed bug #19997 : Class names incorrectly detected as constants";}i:26;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.5.0RC2";s:3:"api";s:8:"1.5.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2013-04-04";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3252:"- Ruleset processing has been rewritten to be more predictable
  -- Provides much better support for relative paths inside ruleset files
  -- May mean that sniffs that were previously ignored are now being included when importing external rulesets
  -- Ruleset processing output can be seen by using the -vv command line argument
  -- Internal sniff registering functions have all changed, so please review custom scripts
- You can now pass multiple coding standards on the command line, comma separated (request #19144)
  -- Works with built-in or custom standards and rulesets, or a mix of both
- You can now exclude directories or whole standards in a ruleset XML file (request #19731)
  -- e.g., exclude "Generic.Commenting" or just "Generic"
  -- You can also pass in a path to a directory instead, if you know it
- Added Generic LowerCaseKeywordSniff to ensure all PHP keywords are defined in lowercase
  -- The PSR2 and Squiz standards now use this sniff
- Added Generic SAPIUsageSniff to ensure the PHP_SAPI constant is used instead of php_sapi_name() (request #19863)
- Squiz FunctionSpacingSniff now has a setting to specify how many lines there should between functions (request #19843)
  -- Default remains at 2
  -- Override the "spacing" setting in a ruleset.xml file to change
- Squiz LowercasePHPFunctionSniff no longer throws errors for the limited set of PHP keywords it was checking
  -- Add a rule for Generic.PHP.LowerCaseKeyword to your ruleset to replicate this functionality
- Added support for the PHP 5.4 T_CALLABLE token so it can be used in lower PHP versions
- Generic EndFileNoNewlineSniff now supports checking of CSS and JS files
- PSR2 SwitchDeclarationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the indent setting in a ruleset.xml file to change
  -- Thanks to Asher Snyder for the patch
- Generic ScopeIndentSniff now has a setting to specify a list of tokens that should be ignored
  -- The first token on the line is checked and the whole line is ignored if the token is in the array
  -- Thanks to Eloy Lafuente for the patch
- Squiz LowercaseClassKeywordsSniff now checks for the TRAIT keyword
  -- Thanks to Anthon Pang for the patch
- If you create your own PHP_CodeSniffer object, PHPCS will no longer exit when an unknown argument is found
  -- This allows you to create wrapper scripts for PHPCS more easily
- PSR2 MethodDeclarationSniff no longer generates a notice for methods named "_"
  -- Thanks to Bart S for the patch
- Squiz BlockCommentSniff no longer reports that a blank line between a scope closer and block comment is invalid
- Generic DuplicateClassNameSniff no longer reports an invalid error if multiple PHP open tags exist in a file
- Generic DuplicateClassNameSniff no longer reports duplicate errors if multiple PHP open tags exist in a file
- Fixed bug #19819 : Freeze with syntax error in use statement
- Fixed bug #19820 : Wrong message level in Generic_Sniffs_CodeAnalysis_EmptyStatementSniff
- Fixed bug #19859 : CodeSniffer::setIgnorePatterns API changed
- Fixed bug #19871 : findExtendedClassName doesn't return FQCN on namespaced classes
- Fixed bug #19879 : bitwise and operator interpreted as reference by value";}i:27;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.5.0RC1";s:3:"api";s:8:"1.5.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2013-02-08";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:551:"- Reports have been completely rewritten to consume far less memory
  -- Each report is incrementally written to the file system during a run and then printed out when the run ends
  -- There is no longer a need to keep the list of errors and warnings in memory during a run
- Multi-file sniff support has been removed because they are too memory intensive
  -- If you have a custom multi-file sniff, you can convert it into a standard sniff quite easily
  -- See CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php for an example";}i:28;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.8";s:3:"api";s:5:"1.4.8";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2013-11-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1328:"- Generic ScopeIndentSniff now allows for ignored tokens to be set via ruleset.xml files
  -- E.g., to ignore comments, override a property using:
  -- name="ignoreIndentationTokens" type="array" value="T_COMMENT,T_DOC_COMMENT"
- PSR2 standard now ignores comments when checking indentation rules
- Squiz OperatorSpacingSniff no longer throws errors for the ?: short ternary operator
  -- Thanks to Antoine Musso for the patch
- Comment parser now supports non-English characters when splitting comment lines into words
  -- Thanks to Nik Sun for the patch
- Exit statements are now recognised as valid closers for CASE and DEFAULT blocks
  -- Thanks to Maksim Kochkin for the patch
- PHP_CodeSniffer_CLI::process() can now be passed an incomplete array of CLI values
  -- Missing values will be set to the CLI defaults
  -- Thanks to Maksim Kochkin for the patch
- Fixed bug #20097 : CLI.php throws error in php 5.2
- Fixed bug #20100 : incorrect Function mysql() has been deprecated report
- Fixed bug #20119 : PHP warning: invalid argument to str_repeat() in SVN blame report with -s
- Fixed bug #20123 : PSR2 complains about an empty second statement in for-loop
- Fixed bug #20131 : PHP errors in svnblame report, if there are files not under version control
- Fixed bug #20133 : Allow "HG: hg_id" as value for @version tag";}i:29;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.7";s:3:"api";s:5:"1.4.7";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2013-09-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3224:"- Added report type --report=junit to show the error list in a JUnit compatible format
  -- Thanks to Oleg Lobach for the contribution
- Added support for the PHP 5.4 callable type hint
- Fixed problem where some file content could be ignored when checking STDIN
- Version information is now printed when installed via composer or run from a Git clone (request #20050)
- The CSS tokenizer is now more reliable when encountering 'list' and 'break' strings
- Coding standard ignore comments can now appear instead doc blocks as well as inline comments
  -- Thanks to Stuart Langley for the patch
- Generic LineLengthSniff now ignores SVN URL and Head URL comments
  -- Thanks to Karl DeBisschop for the patch
- PEAR MultiLineConditionSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- PEAR MultiLineAssignmentSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- PEAR FunctionDeclarationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- Squiz SwitchDeclarationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Szabolcs Sulik for the patch
- Squiz CSS IndentationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the 'indent' setting in a ruleset.xml file to change
  -- Thanks to Hugo Fonseca for the patch
- Squiz and MySource File and Function comment sniffs now allow all tags and don't require a particular licence
- Squiz LowercaseStyleDefinitionSniff no longer throws errors for class names in nested style definitions
- Squiz ClassFileNameSniff no longer throws errors when checking STDIN
- Squiz CSS sniffs no longer generate errors for IE filters
- Squiz CSS IndentationSniff no longer sees comments as blank lines
- Squiz LogicalOperatorSpacingSniff now ignores whitespace at the end of a line
- Squiz.Scope.MethodScope.Missing error message now mentions 'visibility' instead of 'scope modifier'
  -- Thanks to Renat Akhmedyanov for the patch
- Added support for the PSR2 multi-line arguments errata
- The PSR2 standard no longer throws errors for additional spacing after a type hint
- PSR UseDeclarationSniff no longer throws errors for USE statements inside TRAITs
- Fixed bug #20026 : Check for multi-line arrays that should be single-line is slightly wrong
  -- Adds new error message for single-line arrays that end with a comma
- Fixed bug #20029 : ForbiddenFunction sniff incorrectly recognizes methods in USE clauses
- Fixed bug #20043 : Mis-interpretation of Foo::class
- Fixed bug #20044 : PSR1 camelCase check does not ignore leading underscores
- Fixed bug #20045 : Errors about indentation for closures with multi-line 'use' in functions";}i:30;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.6";s:3:"api";s:5:"1.4.6";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2013-07-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4301:"- Added report type --report=json to show the error list and total counts for all checked files
  -- Thanks to Jeffrey Fisher for the contribution
- The JS tokenizer now has support for the T_THROW token
- Symlinked directories inside CodeSniffer/Standards and in ruleset.xml files are now supported
  -- Only available since PHP 5.2.11 and 5.3.1
  -- Thanks to Maik Penz for the patch
- The JS tokenizer now correctly identifies T_INLINE_ELSE tokens instead of leaving them as T_COLON
  -- Thanks to Arnout Boks for the patch
- Explaining a standard (phpcs -e) that uses namespaces now works correctly
- Restricting a check to specific sniffs (phpcs --sniffs=...) now works correctly with namespaced sniffs
  -- Thanks to Maik Penz for the patch
- Docs added for the entire Generic standard, and many sniffs from other standards are now documented as well
  -- Thanks to Spencer Rinehart for the contribution
- Clearer error message for when the sniff class name does not match the directory structure
- Generated HTML docs now correctly show the open PHP tag in code comparison blocks
- Added Generic InlineHTMLSniff to ensure a file only contains PHP code
- Added Squiz ShorthandSizeSniff to check that CSS sizes are using shorthand notation only when 1 or 2 values are used
- Added Squiz ForbiddenStylesSniff to ban the use of some deprecated browser-specific styles
- Added Squiz NamedColoursSniff to ban the use of colour names
- PSR2 standard no longer enforces no whitespace between the closing parenthesis of a function call and the semicolon
- PSR2 ClassDeclarationSniff now ignores empty classes when checking the end brace position
- PSR2 SwitchDeclarationSniff no longer reports errors for empty lines between CASE statements
- PEAR ObjectOperatorIndentSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the indent setting in a ruleset.xml file to change
  -- Thanks to Andrey Mindubaev for the patch
- Squiz FileExtensionSniff now supports traits
  -- Thanks to Lucas Green for the patch
- Squiz ArrayDeclarationSniff no longer reports errors for no comma at the end of a line that contains a function call
- Squiz SwitchDeclarationSniff now supports T_CONTINUE and T_THROW as valid case/default breaking statements
- Squiz CommentedOutCodeSniff is now better at ignoring commented out HTML, XML and regular expressions
- Squiz DisallowComparisonAssignmentSniff no longer throws errors for the third expression in a FOR statement
- Squiz ColourDefinitionSniff no longer throws errors for some CSS class names
- Squiz ControlStructureSpacingSniff now supports all types of CASE/DEFAULT breaking statements
- Generic CallTimePassByReferenceSniff now reports errors for functions called using a variable
  -- Thanks to Maik Penz for the patch
- Generic ConstructorNameSniff no longer throws a notice for abstract constructors inside abstract classes
  -- Thanks to Spencer Rinehart for the patch
- Squiz ComparisonOperatorUsageSniff now checks inside elseif statements
  -- Thanks to Arnout Boks for the patch
- Squiz OperatorSpacingSniff now reports errors for no spacing around inline then and else tokens
  -- Thanks to Arnout Boks for the patch
- Fixed bug #19811 : Comments not ignored in all cases in AbstractPatternSniff
  -- Thanks to Erik Wiffin for the patch
- Fixed bug #19892 : ELSE with no braces causes incorrect SWITCH break statement indentation error
- Fixed bug #19897 : Indenting warnings in templates not consistent
- Fixed bug #19908 : PEAR MultiLineCondition Does Not Apply elseif
- Fixed bug #19913 : Running phpcs in interactive mode causes warnings
  -- Thanks to Harald Franndorfer for the patch
- Fixed bug #19935 : notify-send reports do not vanish in gnome-shell
  -- Thanks to Christian Weiske for the patch
- Fixed bug #19944 : docblock squiz sniff "return void" trips over return in lambda function
- Fixed bug #19953 : PSR2 - Spaces before interface name for abstract class
- Fixed bug #19956 : phpcs warns for Type Hint missing Resource
- Fixed bug #19957 : Does not understand trait method aliasing
- Fixed bug #19968 : Permission denied on excluded directory
- Fixed bug #19969 : Sniffs with namespace not recognized in reports
- Fixed bug #19997 : Class names incorrectly detected as constants";}i:31;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.5";s:3:"api";s:5:"1.4.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2013-04-04";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2433:"- Added Generic LowerCaseKeywordSniff to ensure all PHP keywords are defined in lowercase
  -- The PSR2 and Squiz standards now use this sniff
- Added Generic SAPIUsageSniff to ensure the PHP_SAPI constant is used instead of php_sapi_name() (request #19863)
- Squiz FunctionSpacingSniff now has a setting to specify how many lines there should between functions (request #19843)
  -- Default remains at 2
  -- Override the "spacing" setting in a ruleset.xml file to change
- Squiz LowercasePHPFunctionSniff no longer throws errors for the limited set of PHP keywords it was checking
  -- Add a rule for Generic.PHP.LowerCaseKeyword to your ruleset to replicate this functionality
- Added support for the PHP 5.4 T_CALLABLE token so it can be used in lower PHP versions
- Generic EndFileNoNewlineSniff now supports checking of CSS and JS files
- PSR2 SwitchDeclarationSniff now has a setting to specify how many spaces code should be indented
  -- Default remains at 4; override the indent setting in a ruleset.xml file to change
  -- Thanks to Asher Snyder for the patch
- Generic ScopeIndentSniff now has a setting to specify a list of tokens that should be ignored
  -- The first token on the line is checked and the whole line is ignored if the token is in the array
  -- Thanks to Eloy Lafuente for the patch
- Squiz LowercaseClassKeywordsSniff now checks for the TRAIT keyword
  -- Thanks to Anthon Pang for the patch
- If you create your own PHP_CodeSniffer object, PHPCS will no longer exit when an unknown argument is found
  -- This allows you to create wrapper scripts for PHPCS more easily
- PSR2 MethodDeclarationSniff no longer generates a notice for methods named "_"
  -- Thanks to Bart S for the patch
- Squiz BlockCommentSniff no longer reports that a blank line between a scope closer and block comment is invalid
- Generic DuplicateClassNameSniff no longer reports an invalid error if multiple PHP open tags exist in a file
- Generic DuplicateClassNameSniff no longer reports duplicate errors if multiple PHP open tags exist in a file
- Fixed bug #19819 : Freeze with syntax error in use statement
- Fixed bug #19820 : Wrong message level in Generic_Sniffs_CodeAnalysis_EmptyStatementSniff
- Fixed bug #19859 : CodeSniffer::setIgnorePatterns API changed
- Fixed bug #19871 : findExtendedClassName doesn't return FQCN on namespaced classes
- Fixed bug #19879 : bitwise and operator interpreted as reference by value";}i:32;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.4";s:3:"api";s:5:"1.4.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2013-02-07";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2232:"- Ignored lines no longer cause the summary report to show incorrect error and warning counts
  -- Thanks to Bert Van Hauwaert for the patch
- Added Generic CSSLintSniff to run CSSLint over a CSS file and report warnings
  -- Set full command to run CSSLint using phpcs --config-set csslint_path /path/to/csslint
  -- Thanks to Roman Levishchenko for the contribution
- Added PSR2 ControlStructureSpacingSniff to ensure there are no spaces before and after parenthesis in control structures
  -- Fixes bug #19732 : PSR2: some control structures errors not reported
- Squiz commenting sniffs now support non-English characters when checking for capital letters
  -- Thanks to Roman Levishchenko for the patch
- Generic EndFileNewlineSniff now supports JS and CSS files
  -- Thanks to Denis Ryabkov for the patch
- PSR1 SideEffectsSniff no longer reports constant declarations as side effects
- Notifysend report now supports notify-send versions before 0.7.3
  -- Thanks to Ken Guest for the patch
- PEAR and Squiz FunctionCommentSniffs no longer report errors for misaligned argument comments when they are blank
  -- Thanks to Thomas Peterson for the patch
- Squiz FunctionDeclarationArgumentSpacingSniff now works correctly for equalsSpacing values greater than 0
  -- Thanks to Klaus Purer for the patch
- Squiz SuperfluousWhitespaceSniff no longer throws errors for CSS files with no newline at the end
- Squiz SuperfluousWhitespaceSniff now allows a single newline at the end of JS and CSS files
- Fixed bug #19755 : Token of T_CLASS type has no scope_opener and scope_closer keys
- Fixed bug #19759 : Squiz.PHP.NonExecutableCode fails for return function()...
- Fixed bug #19763 : Use statements for traits not recognised correctly for PSR2 code style
- Fixed bug #19764 : Instead of for traits throws uppercase constant name errors
- Fixed bug #19772 : PSR2_Sniffs_Namespaces_UseDeclarationSniff does not properly recognize last use
- Fixed bug #19775 : False positive in NonExecutableCode sniff when not using curly braces
- Fixed bug #19782 : Invalid found size functions in loop when using object operator
- Fixed bug #19799 : config folder is not created automatically
- Fixed bug #19804 : JS Tokenizer wrong /**/ parsing";}i:33;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.3";s:3:"api";s:5:"1.4.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-12-04";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1141:"- Added support for the PHP 5.5 T_FINALLY token to detect try/catch/finally statements
- Added empty CodeSniffer.conf to enable config settings for Composer installs
- Added Generic EndFileNoNewlineSniff to ensure there is no newline at the end of a file
- Autoloader can now load PSR-0 compliant classes
  -- Thanks to Maik Penz for the patch
- Squiz NonExecutableCodeSniff no longer throws error for multi-line RETURNs inside CASE statements
  -- Thanks to Marc Ypes for the patch
- Squiz OperatorSpacingSniff no longer reports errors for negative numbers inside inline THEN statements
  -- Thanks to Klaus Purer for the patch
- Squiz OperatorSpacingSniff no longer reports errors for the assignment of operations involving negative numbers
- Squiz SelfMemberReferenceSniff can no longer get into an infinite loop when checking a static call with a namespace
  -- Thanks to Andy Grunwald for the patch
- Fixed bug #19699 : Generic.Files.LineLength giving false positives when tab-width is used
- Fixed bug #19726 : Wrong number of spaces expected after instanceof static
  - Fixed bug #19727 : PSR2: no error reported when using } elseif {";}i:34;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.2";s:3:"api";s:5:"1.4.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-11-09";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1452:"- PHP_CodeSniffer can now be installed using Composer
  -- Require squizlabs/php_codesniffer in your composer.json file
  -- Thanks to Rob Bast, Stephen Rees-Carter, Stefano Kowalke and Ivan Habunek for help with this
- Squiz BlockCommentSniff and InlineCommentSniff no longer report errors for trait block comments
- Squiz SelfMemberReferenceSniff now supports namespaces
  -- Thanks to Andy Grunwald for the patch
- Squiz FileCommentSniff now uses tag names inside the error codes for many messages
  -- This allows you to exclude specific missing, out of order etc., tags
- Squiz SuperfluousWhitespaceSniff now has an option to ignore blank lines
  -- This will stop errors being reported for lines that contain only whitespace
  -- Set the ignoreBlankLines property to TRUE in your ruleset.xml file to enable this
- PSR2 no longer reports errors for whitespace at the end of blank lines
- Fixed gitblame report not working on Windows
  -- Thanks to Rogerio Prado de Jesus
- Fixed an incorrect error in Squiz OperatorSpacingSniff for default values inside a closure definition
- Fixed bug #19691 : SubversionPropertiesSniff fails to find missing properties
  -- Thanks to Kevin Winahradsky for the patch
- Fixed bug #19692 : DisallowMultipleAssignments is triggered by a closure
- Fixed bug #19693 : exclude-patterns no longer work on specific messages
- Fixed bug #19694 : Squiz.PHP.LowercasePHPFunctions incorrectly matches return by ref functions";}i:35;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.1";s:3:"api";s:5:"1.4.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-11-02";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3523:"- All ignore patterns have been reverted to being checked against the absolute path of a file
  -- Patterns can be specified to be relative in a rulset.xml file, but nowhere else
  -- e.g., [exclude-pattern type="relative"]^tests/*[/exclude-pattern] (with angle brackets, not square brackets)
- Added support for PHP tokenizing of T_INLINE_ELSE colons, so this token type is now available
  -- Custom sniffs that rely on looking for T_COLON tokens inside inline if statements must be changed to use the new token
  -- Fixes bug #19666 : PSR1.Files.SideEffects throws a notice Undefined index: scope_closer
- Messages can now be changed from errors to warnings (and vice versa) inside ruleset.xml files
  -- As you would with "message" and "severity", specify a "type" tag under a "rule" tag and set the value to "error" or "warning"
- PHP_CodeSniffer will now generate a warning on files that it detects have mixed line endings
  -- This warning has the code Internal.LineEndings.Mixed and can be overriden in a ruleset.xml file
  -- Thanks to Vit Brunner for help with this
- Sniffs inside PHP 5.3 namespaces are now supported, along with the existing underscore-style emulated namespaces
  -- For example: namespace MyStandard\Sniffs\Arrays; class ArrayDeclarationSniff implements \PHP_CodeSniffer_Sniff { ...
  -- Thanks to Till Klampaeckel for the patch
- Generic DuplicateClassNameSniff is no longer a multi-file sniff, so it won't max out your memory
  -- Multi-file sniff support should be considered deprecated as standard sniffs can now do the same thing
- Added Generic DisallowSpaceIndent to check that files are indented using tabs
- Added Generic OneClassPerFileSniff to check that only one class is defined in each file
  -- Thanks to Andy Grunwald for the contribution
- Added Generic OneInterfacePerFileSniff to check that only one interface is defined in each file
  -- Thanks to Andy Grunwald for the contribution
- Added Generic LowercasedFilenameSniff to check that filenames are lowercase
  -- Thanks to Andy Grunwald for the contribution
- Added Generic ClosingPHPTagSniff to check that each open PHP tag has a corresponding close tag
  -- Thanks to Andy Grunwald for the contribution
- Added Generic CharacterBeforePHPOpeningTagSniff to check that the open PHP tag is the first content in a file
  -- Thanks to Andy Grunwald for the contribution
- Fixed incorrect errors in Squiz OperatorBracketSniff and OperatorSpacingSniff for negative numbers in CASE statements
  -- Thanks to Arnout Boks for the patch
- Generic CamelCapsFunctionNameSniff no longer enforces exact case matching for PHP magic methods
- Generic CamelCapsFunctionNameSniff no longer throws errors for overridden SOAPClient methods prefixed with double underscores
  -- Thanks to Dorian Villet for the patch
- PEAR ValidFunctionNameSniff now supports traits
- PSR1 ClassDeclarationSniff no longer throws an error for non-namespaced code if PHP version is less than 5.3.0
- Fixed bug #19616 : Nested switches cause false error in PSR2
- Fixed bug #19629 : PSR2 error for inline comments on multi-line argument lists
- Fixed bug #19644 : Alternative syntax, e.g. if/endif triggers Inline Control Structure error
- Fixed bug #19655 : Closures reporting as multi-line when they are not
- Fixed bug #19675 : Improper indent of nested anonymous function bodies in a call
- Fixed bug #19685 : PSR2 catch-22 with empty third statement in for loop
- Fixed bug #19687 : Anonymous functions inside arrays marked as indented incorrectly in PSR2";}i:36;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.4.0";s:3:"api";s:5:"1.4.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-09-26";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1962:"- Added PSR1 and PSR2 coding standards that can be used to check your code against these guidelines
- PHP 5.4 short array syntax is now detected and tokens are assigned to the open and close characters
  -- New tokens are T_OPEN_SHORT_ARRAY and T_CLOSE_SHORT_ARRAY as PHP does not define its own
- Added the ability to explain a coding standard by listing the sniffs that it includes
  -- The sniff list includes all imported and native sniffs
  -- Explain a standard by using the -e and --standard=[standard] command line arguments
  -- E.g., phpcs -e --standard=Squiz
  -- Thanks to Ben Selby for the idea
- Added report to show results using notify-send
  -- Use --report=notifysend to generate the report
  -- Thanks to Christian Weiske for the contribution
- The JS tokenizer now recognises RETURN as a valid closer for CASE and DEFAULT inside switch statements
- AbstractPatternSniff now sets the ignoreComments option using a public var rather than through the constructor
  -- This allows the setting to be overwritten in ruleset.xml files
  -- Old method remains for backwards compatibility
- Generic LowerCaseConstantSniff and UpperCaseConstantSniff no longer report errors on classes named True, False or Null
- PEAR ValidFunctionNameSniff no longer enforces exact case matching for PHP magic methods
- Squiz SwitchDeclarationSniff now allows RETURN statements to close a CASE or DEFAULT statement
- Squiz BlockCommentSniff now correctly reports an error for blank lines before blocks at the start of a control structure
- Fixed a PHP notice generated when loading custom array settings from a rulset.xml file
- Fixed bug #17908 : CodeSniffer does not recognise optional @params
  -- Thanks to Pete Walker for the patch
- Fixed bug #19538 : Function indentation code sniffer checks inside short arrays
- Fixed bug #19565 : Non-Executable Code Sniff Broken for Case Statements with both return and break
- Fixed bug #19612 : Invalid @package suggestion";}i:37;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.6";s:3:"api";s:5:"1.3.6";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-08-08";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2037:"- Memory usage has been dramatically reduced when using the summary report
  -- Reduced memory is only available when displaying a single summary report to the screen
  -- PHP_CodeSniffer will not generate any messages in this case, storing only error counts instead
  -- Impact is most notable with very high error and warning counts
- Significantly improved the performance of Squiz NonExecutableCodeSniff
- Ignore patterns now check the relative path of a file based on the dir being checked
  -- Allows ignore patterns to become more generic as the path to the code is no longer included when checking
  -- Thanks to Kristof Coomans for the patch
- Sniff settings can now be changed by specifying a special comment format inside a file
  -- e.g., // @codingStandardsChangeSetting PEAR.Functions.FunctionCallSignature allowMultipleArguments false
  -- If you change a setting, don't forget to change it back
- Added Generic EndFileNewlineSniff to ensure PHP files end with a newline character
- PEAR FunctionCallSignatureSniff now includes a setting to force one argument per line in multi-line calls
  -- Set allowMultipleArguments to false
- Squiz standard now enforces one argument per line in multi-line function calls
- Squiz FunctionDeclarationArgumentSpacingSniff now supports closures
- Squiz OperatorSpacingSniff no longer throws an error for negative values inside an inline THEN statement
  -- Thanks to Klaus Purer for the patch
- Squiz FunctionCommentSniff now throws an error for not closing a comment with */
  -- Thanks to Klaus Purer for the patch
- Summary report no longer shows two lines of PHP_Timer output when showing sources
- Fixed undefined variable error in PEAR FunctionCallSignatureSniff for lines with no indent
- Fixed bug #19502 : Generic.Files.LineEndingsSniff fails if no new-lines in file
- Fixed bug #19508 : switch+return: Closing brace indented incorrectly
- Fixed bug #19532 : The PSR-2 standard don't recognize Null in class names
- Fixed bug #19546 : Error thrown for __call() method in traits";}i:38;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.5";s:3:"api";s:5:"1.3.5";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-07-12";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2185:"- Added Generic CamelCapsFunctionNameSniff to just check if function and method names use camel caps
  -- Does not allow underscore prefixes for private/protected methods
  -- Defaults to strict checking, where two uppercase characters can not be next to each other
  -- Strict checking can be disabled in a ruleset.xml file
- Squiz FunctionDeclarationArgumentSpacing now has a setting to specify how many spaces should surround equals signs
  -- Default remains at 0
  -- Override the equalsSpacing setting in a ruleset.xml file to change
- Squiz ClassDeclarationSniff now throws errors for > 1 space before extends/implements class name with ns seperator
- Squiz standard now warns about deprecated functions using Generic DeprecatedFunctionsSniff
- PEAR FunctionDeclarationSniff now reports an error for multiple spaces after the FUNCTION keyword and around USE
- PEAR FunctionDeclarationSniff now supports closures
- Squiz MultiLineFunctionDeclarationSniff now supports closures
- Exclude rules written for Unix systems will now work correctly on Windows
  -- Thanks to Walter Tamboer for the patch
- The PHP tokenizer now recognises T_RETURN as a valid closer for T_CASE and T_DEFAULT inside switch statements
- Fixed duplicate message codes in Generic OpeningFunctionBraceKernighanRitchieSniff
- Fixed bug #18651 : PHPunit Test cases for custom standards are not working on Windows
- Fixed bug #19416 : Shorthand arrays cause bracket spacing errors
- Fixed bug #19421 : phpcs doesn't recognize ${x} as equivalent to $x
- Fixed bug #19428 : PHPCS Report "hgblame" doesn't support windows paths
  -- Thanks to Justin Rovang for the patch
- Fixed bug #19448 : Problem with detecting remote standards
- Fixed bug #19463 : Anonymous functions incorrectly being flagged by NonExecutableCodeSniff
- Fixed bug #19469 : PHP_CodeSniffer_File::getMemberProperties() sets wrong scope
- Fixed bug #19471 : phpcs on Windows, when using Zend standard, doesn't catch problems
  -- Thanks to Ivan Habunek for the patch
- Fixed bug #19478 : Incorrect indent detection in PEAR standard
  -- Thanks to Shane Auckland for the patch
- Fixed bug #19483 : Blame Reports fail with space in directory name";}i:39;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.4";s:3:"api";s:5:"1.3.4";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-05-17";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3218:"- Added missing package.xml entries for new Generic FixmeSniff
  -- Thanks to Jaroslav Hanslík for the patch
- Expected indents for PEAR ScopeClosingBraceSniff and FunctionCallSignatureSniff can now be set in ruleset files
  -- Both sniffs use a variable called "indent"
  -- Thanks to Thomas Despoix for the patch
- Standards designed to be installed in the PHPCS Standards dir will now work outside this dir as well
  -- In particular, allows the Drupal CS to work without needing to symlink it into the PHPCS install
  -- Thanks to Peter Philipp for the patch
- Rule references for standards, directories and specific sniffs can now be relative in ruleset.xml files
  -- For example: ref="../MyStandard/Sniffs/Commenting/DisallowHashCommentsSniff.php"
- Symlinked standards now work correctly, allowing aliasing of installed standards (request #19417)
  -- Thanks to Tom Klingenberg for the patch
- Squiz ObjectInstantiationSniff now allows objects to be returned without assinging them to a variable
- Added Squiz.Commenting.FileComment.MissingShort error message for file comments that only contains tags
  -- Also stops undefined index errors being generated for these comments
- Debug option -vv now shows tokenizer status for CSS files
- Added support for new gjslint error formats
  -- Thanks to Meck for the patch
- Generic ScopeIndentSniff now allows comment indents to not be exact even if the exact flag is set
  -- The start of the comment is still checked for exact indentation as normal
- Fixed an issue in AbstractPatternSniff where comments were not being ignored in some cases
- Fixed an issue in Zend ClosingTagSniff where the closing tag was not always being detected correctly
  -- Thanks to Jonathan Robson for the patch
- Fixed an issue in Generic FunctionCallArgumentSpacingSniff where closures could cause incorrect errors
- Fixed an issue in Generic UpperCaseConstantNameSniff where errors were incorrectly reported on goto statements
  -- Thanks to Tom Klingenberg for the patch
- PEAR FileCommentSniff and ClassCommentSniff now support author emails with a single character in the local part
  -- E.g., a@me.com
  -- Thanks to Denis Shapkin for the patch
- Fixed bug #19290 : Generic indent sniffer fails for anonymous functions
- Fixed bug #19324 : Setting show_warnings configuration option does not work
- Fixed bug #19354 : Not recognizing references passed to method
- Fixed bug #19361 : CSS tokenzier generates errors when PHP embedded in CSS file
- Fixed bug #19374 : HEREDOC/NOWDOC Indentation problems
- Fixed bug #19381 : traits and indetations in traits are not handled properly
- Fixed bug #19394 : Notice in NonExecutableCodeSniff
- Fixed bug #19402 : Syntax error when executing phpcs on Windows with parens in PHP path
  -- Thanks to Tom Klingenberg for the patch
- Fixed bug #19411 : magic method error on __construct()
  -- The fix required a rewrite of AbstractScopeSniff, so please test any sniffs that extend this class
- Fixed bug #19412 : Incorrect error about assigning objects to variables when inside inline IF
- Fixed bug #19413 : php_cs thinks I haven't used a parameter when I have
- Fixed bug #19414 : php_cs seems to not track variables correctly in heredocs";}i:40;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.3";s:3:"api";s:5:"1.3.3";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2012-02-17";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1763:"- Added new Generic FixmeSniff that shows error messages for all FIXME comments left in your code
  -- Thanks to Sam Graham for the contribution
- The maxPercentage setting in the Squiz CommentedOutCodeSniff can now be overriden in a rulset.xml file
  -- Thanks to Volker Dusch for the patch
- The Checkstyle and XML reports now use XMLWriter
  -- Only change in output is that empty file tags are no longer produced for files with no violations
  -- Thanks to Sebastian Bergmann for the patch
- Added PHP_CodeSniffer_Tokens::$bracketTokens to give sniff writers fast access to open and close bracket tokens
- Fixed an issue in AbstractPatternSniff where EOL tokens were not being correctly checked in some cases
- PHP_CodeSniffer_File::getTokensAsString() now detects incorrect length value (request #19313)
- Fixed bug #19114 : CodeSniffer checks extension even for single file
- Fixed bug #19171 : Show sniff codes option is ignored by some report types
  -- Thanks to Dominic Scheirlinck for the patch
- Fixed bug #19188 : Lots of PHP Notices when analyzing the Symfony framework
  -- First issue was list-style.. lines in CSS files not properly adjusting open/close bracket positions
  -- Second issue was notices caused by bug #19137
- Fixed bug #19208 : UpperCaseConstantName reports class members
  -- Was also a problem with LowerCaseConstantName as well
- Fixed bug #19256 : T_DOC_COMMENT in CSS files breaks ClassDefinitionNameSpacingSniff
  -- Thanks to Klaus Purer for the patch
- Fixed bug #19264 : Squiz.PHP.NonExecutableCode does not handle RETURN in CASE without BREAK
- Fixed bug #19270 : DuplicateClassName does not handle namespaces correctly
- Fixed bug #19283 : CSS @media rules cause false positives
  -- Thanks to Klaus Purer for the patch";}i:41;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.2";s:3:"api";s:5:"1.3.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2011-12-01";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1444:"- Added Generic JSHintSniff to run jshint.js over a JS file and report warnings
  -- Set jshint path using phpcs --config-set jshint_path /path/to/jshint-rhino.js
  -- Set rhino path using phpcs --config-set rhino_path /path/to/rhino
  -- Thanks to Alexander Weiß for the contribution
- Nowdocs are now tokenized using PHP_CodeSniffer specific T_NOWDOC tokens for easier identification
- Generic UpperCaseConstantNameSniff no longer throws errors for namespaces
  -- Thanks to Jaroslav Hanslík for the patch
- Squiz NonExecutableCodeSniff now detects code after thrown exceptions
  -- Thanks to Jaroslav Hanslík for the patch
- Squiz OperatorSpacingSniff now ignores references
  -- Thanks to Jaroslav Hanslík for the patch
- Squiz FunctionCommentSniff now reports a missing function comment if it finds a standard code comment instead
- Squiz FunctionCommentThrownTagSniff no longer reports errors if it can't find a function comment
- Fixed unit tests not running under Windows
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #18964 : "$stackPtr must be of type T_VARIABLE" on heredocs and nowdocs
- Fixed bug #18973 : phpcs is looking for variables in a nowdoc
- Fixed bug #18974 : Blank line causes "Multi-line function call not indented correctly"
  -- Adds new error message to ban empty lines in multi-line function calls
- Fixed bug #18975 : "Closing parenthesis must be on a line by itself" also causes indentation error";}i:42;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.1";s:3:"api";s:5:"1.3.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2011-11-03";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4616:"- All report file command line arguments now work with relative paths (request #17240)
- The extensions command line argument now supports multi-part file extensions (request #17227)
- Added report type --report=hgblame to show number of errors/warnings committed by authors in a Mercurial repository
  -- Has the same functionality as the svnblame report
  -- Thanks to Ben Selby for the patch
- Added T_BACKTICK token type to make detection of backticks easier (request #18799)
- Added pattern matching support to Generic ForbiddenFunctionsSniff
    -- If you are extending it and overriding register() or addError() you will need to review your sniff
- Namespaces are now recognised as scope openers, although they do not require braces (request #18043)
- Added new ByteOrderMarkSniff to Generic standard (request #18194)
  -- Throws an error if a byte order mark is found in any PHP file
  -- Thanks to Piotr Karas for the contribution
- PHP_Timer output is no longer included in reports when being written to a file (request #18252)
  -- Also now shown for all report types if nothing is being printed to the screen
- Generic DeprecatedFunctionSniff now reports functions as deprecated and not simply forbidden (request #18288)
- PHPCS now accepts file contents from STDIN (request #18447)
  -- Example usage: cat temp.php | phpcs [options]  -OR-  phpcs [options] < temp.php
  -- Not every sniff will work correctly due to the lack of a valid file path
- PHP_CodeSniffer_Exception no longer extends PEAR_Exception (request #18483)
  -- PEAR_Exception added a requirement that PEAR had to be installed
  -- PHP_CodeSniffer is not used as a library, so unlikely to have any impact
- PEAR FileCommentSniff now allows GIT IDs in the version tag (request #14874)
- AbstractVariableSniff now supports heredocs
  -- Also includes some variable detection fixes
  -- Thanks to Sam Graham for the patch
- Squiz FileCommentSniff now enforces rule that package names cannot start with the word Squiz
- MySource AssignThisSniff now allows "this" to be assigned to the private var _self
- Fixed issue in Squiz FileCommentSniff where suggested package name was the same as the incorrect package name
- Fixed some issues with Squiz ArrayDeclarationSniff when using function calls in array values
- Fixed doc generation so it actually works again
  -- Also now works when being run from an SVN checkout as well as when installed as a PEAR package
  -- Should fix bug #18949 : Call to private method from static
- PEAR ClassDeclaration sniff now supports indentation checks when using the alternate namespace syntax
  -- PEAR.Classes.ClassDeclaration.SpaceBeforeBrace message now contains 2 variables instead of 1
  -- Sniff allows overriding of the default indent level, which is set to 4
  -- Fixes bug #18933 : Alternative namespace declaration syntax confuses scope sniffs
- Fixed bug #18465 : "self::" does not work in lambda functions
  -- Also corrects conversion of T_FUNCTION tokens to T_CLOSURE, which was not fixing token condition arrays
- Fixed bug #18543 : CSS Tokenizer deletes too many #
- Fixed bug #18624 : @throws namespace problem
  -- Thanks to Gavin Davies for the patch
- Fixed bug #18628 : Generic.Files.LineLength gives incorrect results with Windows line-endings
- Fixed bug #18633 : CSS Tokenizer doesn't replace T_LIST tokens inside some styles
- Fixed bug #18657 : anonymous functions wrongly indented
- Fixed bug #18670 : UpperCaseConstantNameSniff fails on dynamic retrieval of class constant
- Fixed bug #18709 : Code sniffer sniffs file if even if it's in --ignore
  -- Thanks to Artem Lopata for the patch
- Fixed bug #18762 : Incorrect handling of define and constant in UpperCaseConstantNameSniff
  -- Thanks to Thomas Baker for the patch
- Fixed bug #18769 : CSS Tokenizer doesn't replace T_BREAK tokens inside some styles
- Fixed bug #18835 : Unreachable errors of inline returns of closure functions
  -- Thanks to Patrick Schmidt for the patch
- Fixed bug #18839 : Fix miscount of warnings in AbstractSniffUnitTest.php
  -- Thanks to Sam Graham for the patch
- Fixed bug #18844 : Generic_Sniffs_CodeAnalysis_UnusedFunctionParameterSniff with empty body
  -- Thanks to Dmitri Medvedev for the patch
- Fixed bug #18847 : Running Squiz_Sniffs_Classes_ClassDeclarationSniff results in PHP notice
- Fixed bug #18868 : jslint+rhino: errors/warnings not detected
  -- Thanks to Christian Weiske for the patch
- Fixed bug #18879 : phpcs-svn-pre-commit requires escapeshellarg
  -- Thanks to Bjorn Katuin for the patch
- Fixed bug #18951 : weird behaviour with closures and multi-line use () params";}i:43;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.3.0";s:3:"api";s:5:"1.3.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2011-03-17";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1296:"- Add a new token T_CLOSURE that replaces T_FUNCTION if the function keyword is anonymous
- Many Squiz sniffs no longer report errors when checking closures; they are now ignored
- Fixed some error messages in PEAR MultiLineConditionSniff that were not using placeholders for message data
- AbstractVariableSniff now correctly finds variable names wrapped with curly braces inside double quoted strings
- PEAR FunctionDeclarationSniff now ignores arrays in argument default values when checking multi-line declarations
- Fixed bug #18200 : Using custom named ruleset file as standard no longer works
- Fixed bug #18196 : PEAR MultiLineCondition.SpaceBeforeOpenBrace not consistent with newline chars
- Fixed bug #18204 : FunctionCommentThrowTag picks wrong exception type when throwing function call
- Fixed bug #18222 : Add __invoke method to PEAR standard
- Fixed bug #18235 : Invalid error generation in Squiz.Commenting.FunctionCommentThrowTag
- Fixed bug #18250 : --standard with relative path skips Standards' "implicit" sniffs
- Fixed bug #18274 : Multi-line IF and function call indent rules conflict
- Fixed bug #18282 : Squiz doesn't handle final keyword before function comments
  -- Thanks to Dave Perrett for the patch
- Fixed bug #18336 : Function isUnderscoreName gives php notices";}i:44;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.3.0RC2";s:3:"api";s:8:"1.3.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2011-01-14";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4806:"- You can now print multiple reports for each run and print each to the screen or a file (request #12434)
  -- Format is --report-[report][=file] (e.g., --report-xml=out.xml)
  -- Printing to screen is done by leaving [file] empty (e.g., --report-xml)
  -- Multiple reports can be specified in this way (e.g., --report-summary --report-xml=out.xml)
  -- The standard --report and --report-file command line arguments are unchanged
- Added -d command line argument to set php.ini settings while running (request #17244)
  -- Usage is: phpcs -d memory_limit=32M -d ...
  -- Thanks to Ben Selby for the patch
- Added -p command line argument to show progress during a run
  -- Dot means pass, E means errors found, W means only warnings found and S means skipped file
  -- Particularly good for runs where you are checking more than 100 files
  -- Enable by default with --config-set show_progress 1
  -- Will not print anything if you are already printing verbose output
  -- This has caused a big change in the way PHP_CodeSniffer processes files (API changes around processing)
- You can now add exclude rules for individual sniffs or error messages (request #17903)
  -- Only available when using a ruleset.xml file to specify rules
  -- Uses the same exclude-pattern tags as normal but allows them inside rule tags
- Using the -vvv option will now print a list of sniffs executed for each file and how long they took to process
- Added Generic ClosureLinterSniff to run Google's gjslint over your JS files
- The XML and CSV reports now include the severity of the error (request #18165)
  -- The Severity column in the CSV report has been renamed to Type, and a new Severity column added for this
- Fixed issue with Squiz FunctionCommentSniff reporting incorrect type hint when default value uses namespace
  -- Thanks to Anti Veeranna for the patch
- Generic FileLengthSniff now uses iconv_strlen to check line length if an encoding is specified (request #14237)
- Generic UnnecessaryStringConcatSniff now allows strings to be combined to form a PHP open or close tag
- Squiz SwitchDeclarationSniff no longer reports indentation errors for BREAK statements inside IF conditions
- Interactive mode now always prints the full error report (ignores command line)
- Improved regular expression detection in JavaScript files
  -- Added new T_TYPEOF token that can be used to target the typeof JS operator
  -- Fixes bug #17611 : Regular expression tokens not recognised
- Squiz ScopeIndentSniff removed
  -- Squiz standard no longer requires additional indents between ob_* methods
  -- Also removed Squiz OutputBufferingIndentSniff that was checking the same thing
- PHP_CodeSniffer_File::getMemberProperties() performance improved significantly
  -- Improves performance of Squiz ValidVariableNameSniff significantly
- Squiz OperatorSpacingSniff performance improved significantly
- Squiz NonExecutableCodeSniff performance improved significantly
  -- Will throw duplicate errors in some cases now, but these should be rare
- MySource IncludeSystemSniff performance improved significantly
- MySource JoinStringsSniff no longer reports an error when using join() on a named JS array
- Warnings are now reported for each file when they cannot be opened instead of stopping the script
  -- Hide warnings with the -n command line argument
  -- Can override the warnings using the code Internal.DetectLineEndings
- Fixed bug #17693 : issue with pre-commit hook script with filenames that start with v
- Fixed bug #17860 : isReference function fails with references in array
  -- Thanks to Lincoln Maskey for the patch
- Fixed bug #17902 : Cannot run tests when tests are symlinked into tests dir
  -- Thanks to Matt Button for the patch
- Fixed bug #17928 : Improve error message for Generic_Sniffs_PHP_UpperCaseConstantSniff
  -- Thanks to Stefano Kowalke for the patch
- Fixed bug #18039 : JS Tokenizer crash when ] is last character in file
- Fixed bug #18047 : Incorrect handling of namespace aliases as constants
  -- Thanks to Dmitri Medvedev for the patch
- Fixed bug #18072 : Impossible to exclude path from processing when symlinked
- Fixed bug #18073 : Squiz.PHP.NonExecutableCode fault
- Fixed bug #18117 : PEAR coding standard: Method constructor not sniffed as a function
- Fixed bug #18135 : Generic FunctionCallArgumentSpacingSniff reports function declaration errors
- Fixed bug #18140 : Generic scope indent in exact mode: strange expected/found values for switch
- Fixed bug #18145 : Sniffs are not loaded for custom ruleset file
  -- Thanks to Scott McCammon for the patch
- Fixed bug #18152 : While and do-while with AbstractPatternSniff
- Fixed bug #18191 : Squiz.PHP.LowercasePHPFunctions does not work with new Date()
- Fixed bug #18193 : CodeSniffer doesn't reconize CR (\r) line endings";}i:45;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.3.0RC1";s:3:"api";s:8:"1.3.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2010-09-03";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2290:"- Added exclude pattern support to ruleset.xml file so you can specify ignore patterns in a standard (request #17683)
  -- Use new exclude-pattern tags to include the ignore rules into your ruleset.xml file
  -- See CodeSniffer/Standards/PHPCS/ruleset.xml for an example
- Added new --encoding command line argument to specify the encoding of the files being checked
  -- When set to utf-8, stops the XML-based reports from double-encoding
  -- When set to something else, helps the XML-based reports encode to utf-8
  -- Default value is iso-8859-1 but can be changed with --config-set encoding [value]
- The report is no longer printed to screen when using the --report-file command line option (request #17467)
  -- If you want to print it to screen as well, use the -v command line argument
- The SVN and GIT blame reports now also show percentage of reported errors per author (request #17606)
  -- Thanks to Ben Selby for the patch
- Updated the SVN pre-commit hook to work with the new severity levels feature
- Generic SubversionPropertiesSniff now allows properties to have NULL values (request #17682)
  -- A null value indicates that the property should exist but the value should not be checked
- Generic UpperCaseConstantName Sniff now longer complains about the PHPUnit_MAIN_METHOD constant (request #17798)
- Squiz FileComment sniff now checks JS files as well as PHP files
- Squiz FunctionCommentSniff now supports namespaces in type hints
- Fixed a problem in Squiz OutputBufferingIndentSniff where block comments were reported as not indented
- Fixed bug #17092 : Problems with utf8_encode and htmlspecialchars with non-ascii chars
  -- Use the new --encoding=utf-8 command line argument if your files are utf-8 encoded
- Fixed bug #17629 : PHP_CodeSniffer_Tokens::$booleanOperators missing T_LOGICAL_XOR
  -- Thanks to Matthew Turland for the patch
- Fixed bug #17699 : Fatal error generating code coverage with PHPUnit 5.3.0RC1
- Fixed bug #17718 : Namespace 'use' statement: used global class name is recognized as constant
- Fixed bug #17734 : Generic SubversionPropertiesSniff complains on non SVN files
- Fixed bug #17742 : EmbeddedPhpSniff reacts negatively to file without closing php tag
- Fixed bug #17823 : Notice: Please no longer include PHPUnit/Framework.php";}i:46;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"1.3.0a1";s:3:"api";s:7:"1.3.0a1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2010-07-15";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3264:"- All CodingStandard.php files have been replaced by ruleset.xml files
  -- Custom standards will need to be converted over to this new format to continue working
- You can specify a path to your own custom ruleset.xml file by using the --standard command line arg
  -- e.g., phpcs --standard=/path/to/my/ruleset.xml
- Added a new report type --report=gitblame to show how many errors and warnings were committed by each author
  -- Has the same functionality as the svnblame report
  -- Thanks to Ben Selby for the patch
- A new token type T_DOLLAR has been added to allow you to sniff for variable variables (feature request #17095)
  -- Thanks to Ian Young for the patch
- JS tokenizer now supports T_POWER (^) and T_MOD_EQUAL (%=) tokens (feature request #17441)
- If you have PHP_Timer installed, you'll now get a time/memory summary at the end of a script run
  -- Only happens when printing reports that are designed to be read on the command line
- Added Generic DeprecatedFunctionsSniff to warn about the use of deprecated functions (feature request #16694)
  -- Thanks to Sebastian Bergmann for the patch
- Added Squiz LogicalOperatorSniff to ensure that logical operators are surrounded by single spaces
- Added MySource ChannelExceptionSniff to ensure action files only throw ChannelException
- Added new method getClassProperties() for sniffs to use to determine if a class is abstract and/or final
  -- Thanks to Christian Kaps for the patch
- Generic UpperCaseConstantSniff no longer throws errors about namespaces
  -- Thanks to Christian Kaps for the patch
- Squiz OperatorBracketSniff now correctly checks value assignmnets in arrays
- Squiz LongConditionClosingCommentSniff now requires a comment for long CASE statements that use curly braces
- Squiz LongConditionClosingCommentSniff now requires an exact comment match on the brace
- MySource IncludeSystemSniff now ignores DOMDocument usage
- MySource IncludeSystemSniff no longer requires inclusion of systems that are being implemented
- Removed found and expected messages from Squiz ConcatenationSpacingSniff because they were messy and not helpful
- Fixed a problem where Generic CodeAnalysisSniff could show warnings if checking multi-line strings
- Fixed error messages in Squiz ArrayDeclarationSniff reporting incorrect number of found and expected spaces
- Fixed bug #17048 : False positive in Squiz_WhiteSpace_ScopeKeywordSpacingSniff
- Fixed bug #17054 : phpcs more strict than PEAR CS regarding function parameter spacing
- Fixed bug #17096 : Notice: Undefined index: scope_condition in ScopeClosingBraceSniff.php
  -- Moved PEAR.Functions.FunctionCallArgumentSpacing to Generic.Functions.FunctionCallArgumentSpacing
- Fixed bug #17144 : Deprecated: Function eregi() is deprecated
- Fixed bug #17236 : PHP Warning due to token_get_all() in DoubleQuoteUsageSniff
- Fixed bug #17243 : Alternate Switch Syntax causes endless loop of Notices in SwitchDeclaration
- Fixed bug #17313 : Bug with switch case struture
- Fixed bug #17331 : Possible parse error: interfaces may not include member vars
- Fixed bug #17337 : CSS tokenizer fails on quotes urls
- Fixed bug #17420 : Uncaught exception when comment before function brace
- Fixed bug #17503 : closures formatting is not supported";}i:47;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.2.2";s:3:"api";s:5:"1.2.2";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2010-01-27";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4893:"- The core PHP_CodeSniffer_File methods now understand the concept of closures (feature request #16866)
  -- Thanks to Christian Kaps for the sample code
- Sniffs can now specify violation codes for each error and warning they add
  -- Future versions will allow you to override messages and severities using these codes
  -- Specifying a code is optional, but will be required if you wish to support overriding
- All reports have been broken into separate classes
  -- Command line usage and report output remains the same
  -- Thanks to Gabriele Santini for the patch
- Added an interactive mode that can be enabled using the -a command line argument
  -- Scans files and stops when it finds a file with errors
  -- Waits for user input to recheck the file (hopefully you fixed the errors) or skip the file
  -- Useful for very large code bases where full rechecks take a while
- The reports now show the correct number of errors and warnings found
- The isCamelCaps method now allows numbers in class names
- The JS tokenizer now correctly identifies boolean and bitwise AND and OR tokens
- The JS tokenzier now correctly identifies regular expressions used in conditions
- PEAR ValidFunctionNameSniff now ignores closures
- Squiz standard now uses the PEAR setting of 85 chars for LineLengthSniff
- Squiz ControlStructureSpacingSniff now ensure there are no spaces around parentheses
- Squiz LongConditionClosingCommentSniff now checks for comments at the end of try/catch statements
- Squiz LongConditionClosingCommentSniff now checks validity of comments for short structures if they exist
- Squiz IncrementDecrementUsageSniff now has better checking to ensure it only looks at simple variable assignments
- Squiz PostStatementCommentSniff no longer throws errors for end function comments
- Squiz InlineCommentSniff no longer throws errors for end function comments
- Squiz OperatorBracketSniff now allows simple arithmetic operations in SWITCH conditions
- Squiz ValidFunctionNameSniff now ignores closures
- Squiz MethodScopeSniff now ignores closures
- Squiz ClosingDeclarationCommentSniff now ignores closures
- Squiz GlobalFunctionSniff now ignores closures
- Squiz DisallowComparisonAssignmentSniff now ignores the assigning of arrays
- Squiz DisallowObjectStringIndexSniff now allows indexes that contain dots and reserved words
- Squiz standard now throws nesting level and cyclomatic complexity errors at much higher levels
- Squiz CommentedOutCodeSniff now ignores common comment framing chacacters
- Squiz ClassCommentSniff now ensures the open comment tag is the only content on the first line
- Squiz FileCommentSniff now ensures the open comment tag is the only content on the first line
- Squiz FunctionCommentSniff now ensures the open comment tag is the only content on the first line
- Squiz VariableCommentSniff now ensures the open comment tag is the only content on the first line
- Squiz NonExecutableCodeSniff now warns about empty return statements that are not required
- Removed ForbiddenStylesSniff from Squiz standard
  -- It is now in in the MySource standard as BrowserSpecificStylesSniff
  -- New BrowserSpecificStylesSniff ignores files with browser-specific suffixes
- MySource IncludeSystemSniff no longer throws errors when extending the Exception class
- MySource IncludeSystemSniff no longer throws errors for the abstract widget class
- MySource IncludeSystemSniff and UnusedSystemSniff now allow includes inside IF statements
- MySource IncludeSystemSniff no longer throws errors for included widgets inside methods
- MySource GetRequestDataSniff now throws errors for using $_FILES
- MySource CreateWidgetTypeCallbackSniff now allows return statements in nested functions
- MySource DisallowSelfActionsSniff now ignores abstract classes
- Fixed a problem with the SVN pre-commit hook for PHP versions without vertical whitespace regex support
- Fixed bug #16740 : False positives for heredoc strings and unused parameter sniff
- Fixed bug #16794 : ValidLogicalOperatorsSniff doesn't report operators not in lowercase
- Fixed bug #16804 : Report filename is shortened too much
- Fixed bug #16821 : Bug in Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #16836 : Notice raised when using semicolon to open case
- Fixed bug #16855 : Generic standard sniffs incorrectly for define() method
- Fixed bug #16865 : Two bugs in Squiz_Sniffs_WhiteSpace_OperatorSpacingSniff
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #16902 : Inline If Declaration bug
- Fixed bug #16960 : False positive for late static binding in Squiz/ScopeKeywordSpacingSniff
  -- Thanks to Jakub Tománek for the patch
- Fixed bug #16976 : The phpcs attempts to process symbolic links that don't resolve to files
- Fixed bug #17017 : Including one file in the files sniffed alters errors reported for another file";}i:48;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.2.1";s:3:"api";s:5:"1.2.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2009-11-17";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4241:"- Added a new report type --report=svnblame to show how many errors and warnings were committed by each author
  -- Also shows the percentage of their code that are errors and warnings
  -- Requires you to have the SVN command in your path
  -- Make sure SVN is storing usernames and passwords (if required) or you will need to enter them for each file
  -- You can also use the -s command line argument to see the different types of errors authors are committing
  -- You can use the -v command line argument to see all authors, even if they have no errors or warnings
- Added a new command line argument --report-width to allow you to set the column width of screen reports
  -- Reports wont accept values less than 70 or else they get too small
  -- Can also be set via a config var: phpcs --config-set report_width 100
- You can now get PHP_CodeSniffer to ignore a whole file by adding @codingStandardsIgnoreFile in the content
  -- If you put it in the first two lines the file wont even be tokenized, so it will be much quicker
- Reports now print their file lists in alphabetical order
- PEAR FunctionDeclarationSniff now reports error for incorrect closing bracket placement in multi-line definitions
- Added Generic CallTimePassByRefenceSniff to prohibit the passing of variables into functions by reference
  -- Thanks to Florian Grandel for the contribution
- Added Squiz DisallowComparisonAssignmentSniff to ban the assignment of comparison values to a variable
- Added Squiz DuplicateStyleDefinitionSniff to check for duplicate CSS styles in a single class block
- Squiz ArrayDeclarationSniff no longer checks the case of array indexes because that is not its job
- Squiz PostStatementCommentSniff now allows end comments for class member functions
- Squiz InlineCommentSniff now supports the checking of JS files
- MySource CreateWidgetTypeCallbackSniff now allows the callback to be passed to another function
- MySource CreateWidgetTypeCallbackSniff now correctly ignores callbacks used inside conditions
- Generic MultipleStatementAlignmentSniff now enforces a single space before equals sign if max padding is reached
- Fixed a problem in the JS tokenizer where regular expressions containing \// were not converted correctly
- Fixed a problem tokenizing CSS files where multiple ID targets on a line would look like comments
- Fixed a problem tokenizing CSS files where class names containing a colon looked like style definitions
- Fixed a problem tokenizing CSS files when style statements had empty url() calls
- Fixed a problem tokenizing CSS colours with the letter E in first half of the code
- Squiz ColonSpacingSniff now ensures it is only checking style definitions in CSS files and not class names
- Squiz DisallowComparisonAssignmentSniff no longer reports errors when assigning the return value of a function
- CSS tokenizer now correctly supports multi-line comments
- When only the case of var names differ for function comments, the error now indicates the case is different
- Fixed an issue with Generic UnnecessaryStringConcatSniff where it incorrectly suggested removing a concat
- Fixed bug #16530 : ScopeIndentSniff reports false positive
- Fixed bug #16533 : Duplicate errors and warnings
- Fixed bug #16563 : Check file extensions problem in phpcs-svn-pre-commit
  -- Thanks to Kaijung Chen for the patch
- Fixed bug #16592 : Object operator indentation incorrect when first operator is on a new line
- Fixed bug #16641 : Notice output
- Fixed bug #16682 : Squiz_Sniffs_Strings_DoubleQuoteUsageSniff reports string "\0" as invalid
- Fixed bug #16683 : Typing error in PHP_CodeSniffer_CommentParser_AbstractParser
- Fixed bug #16684 : Bug in Squiz_Sniffs_PHP_NonExecutableCodeSniff
- Fixed bug #16692 : Spaces in paths in Squiz_Sniffs_Debug_JavaScriptLintSniff
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #16696 : Spelling error in MultiLineConditionSniff
- Fixed bug #16697 : MultiLineConditionSniff incorrect result with inline IF
- Fixed bug #16698 : Notice in JavaScript Tokenizer
- Fixed bug #16736 : Multi-files sniffs aren't processed when FILE is a single directory
  -- Thanks to Alexey Shein for the patch
- Fixed bug #16792 : Bug in Generic_Sniffs_PHP_ForbiddenFunctionsSniff";}i:49;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.2.0";s:3:"api";s:5:"1.2.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2009-08-17";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:670:"- Installed standards are now favoured over custom standards when using the cmd line arg with relative paths
- Unit tests now use a lot less memory while running
- Squiz standard now uses Generic EmptyStatementSniff but throws errors instead of warnings
- Squiz standard now uses Generic UnusedFunctionParameterSniff
- Removed unused ValidArrayIndexNameSniff from the Squiz standard
- Fixed bug #16424 : SubversionPropertiesSniff print PHP Warning
- Fixed bug #16450 : Constant PHP_CODESNIFFER_VERBOSITY already defined (unit tests)
- Fixed bug #16453 : function declaration long line splitted error
- Fixed bug #16482 : phpcs-svn-pre-commit ignores extensions parameter";}i:50;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.2.0RC3";s:3:"api";s:8:"1.2.0RC3";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2009-07-07";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:610:"- You can now use @codingStandardsIgnoreStart and @...End comments to suppress messages (feature request #14002)
- A warning is now included for files without any code when short_open_tag is set to Off (feature request #12952)
- You can now use relative paths to your custom standards with the --standard cmd line arg (feature request #14967)
- You can now override magic methods and functions in PEAR ValidFunctionNameSniff (feature request #15830)
- MySource IncludeSystemSniff now recognises widget action classes
- MySource IncludeSystemSniff now knows about unit test classes and changes rules accordingly";}i:51;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.2.0RC2";s:3:"api";s:8:"1.2.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2009-05-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:521:"- Test suite can now be run using the full path to AllTests.php (feature request #16179)
- Fixed bug #15980 : PHP_CodeSniffer change php current directory
  -- Thanks to Dolly Aswin Harahap for the patch
- Fixed bug #16001 : Notice triggered
- Fixed bug #16054 : phpcs-svn-pre-commit not showing any errors
- Fixed bug #16071 : Fatal error: Uncaught PHP_CodeSniffer_Exception
- Fixed bug #16170 : Undefined Offset -1 in MultiLineConditionSniff.php on line 68
- Fixed bug #16175 : Bug in Squiz-IncrementDecrementUsageSniff";}i:52;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.2.0RC1";s:3:"api";s:8:"1.2.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2009-03-09";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1446:"- Reports that are output to a file now include a trailing newline at the end of the file
- Fixed sniff names not shown in -vvv token processing output
- Added Generic SubversionPropertiesSniff to check that specific svn props are set for files
  -- Thanks to Jack Bates for the contribution
- The PHP version check can now be overridden in classes that extend PEAR FileCommentSniff
  -- Thanks to Helgi Þormar Þorbjörnsson for the suggestion
- Added Generic ConstructorNameSniff to check for PHP4 constructor name usage
  -- Thanks to Leif Wickland for the contribution
- Squiz standard now supports multi-line function and condition sniffs from PEAR standard
- Squiz standard now uses Generic ConstructorNameSniff
- Added MySource GetRequestDataSniff to ensure REQUEST, GET and POST are not accessed directly
- Squiz OperatorBracketSniff now allows square brackets in simple unbracketed operations
- Fixed the incorrect tokenizing of multi-line block comments in CSS files
- Fixed bug #15383 : Uncaught PHP_CodeSniffer_Exception
- Fixed bug #15408 : An unexpected exception has been caught: Undefined offset: 2
- Fixed bug #15519 : Uncaught PHP_CodeSniffer_Exception
- Fixed bug #15624 : Pre-commit hook fails with PHP errors
- Fixed bug #15661 : Uncaught PHP_CodeSniffer_Exception
- Fixed bug #15722 : "declare(encoding = 'utf-8');" leads to "Missing file doc comment"
- Fixed bug #15910 : Object operator indention not calculated correctly";}i:53;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"1.2.0a1";s:3:"api";s:7:"1.2.0a1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2008-12-18";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:8776:"- PHP_CodeSniffer now has a CSS tokenizer for checking CSS files
- Added support for a new multi-file sniff that sniffs all processed files at once
- Added new output format --report=emacs to output errors using the emacs standard compile output format
  -- Thanks to Len Trigg for the contribution
- Reports can now be written to a file using the --report-file command line argument (feature request #14953)
  -- The report is also written to screen when using this argument
- The CheckStyle, CSV and XML reports now include a source for each error and warning (feature request #13242)
  -- A new report type --report=source can be used to show you the most common errors in your files
- Added new command line argument -s to show error sources in all reports
- Added new command line argument --sniffs to specify a list of sniffs to restrict checking to
  -- Uses the sniff source codes that are optionally displayed in reports
- Changed the max width of error lines from 80 to 79 chars to stop blank lines in the default windows cmd window
- PHP_CodeSniffer now has a token for an asperand (@ symbol) so sniffs can listen for them
  -- Thanks to Andy Brockhurst for the patch
- Added Generic DuplicateClassNameSniff that will warn if the same class name is used in multiple files
  -- Not currently used by any standard; more of a multi-file sniff sample than anything useful
- Added Generic NoSilencedErrorsSniff that warns if PHP errors are being silenced using the @ symbol
  -- Thanks to Andy Brockhurst for the contribution
- Added Generic UnnecessaryStringConcatSniff that checks for two strings being concatenated
- Added PEAR FunctionDeclarationSniff to enforce the new multi-line function declaration PEAR standard
- Added PEAR MultiLineAssignmentSniff to enforce the correct indentation of multi-line assignments
- Added PEAR MultiLineConditionSniff to enforce the new multi-line condition PEAR standard
- Added PEAR ObjectOperatorIndentSniff to enforce the new chained function call PEAR standard
- Added MySource DisallowSelfActionSniff to ban the use of self::method() calls in Action classes
- Added MySource DebugCodeSniff to ban the use of Debug::method() calls
- Added MySource CreateWidgetTypeCallback sniff to check callback usage in widget type create methods
- Added Squiz DisallowObjectStringIndexSniff that forces object dot notation in JavaScript files
  -- Thanks to Sertan Danis for the contribution
- Added Squiz DiscouragedFunctionsSniff to warn when using debug functions
- Added Squiz PropertyLabelSniff to check whitespace around colons in JS property and label declarations
- Added Squiz DuplicatePropertySniff to check for duplicate property names in JS classes
- Added Squiz ColonSpacingSniff to check for spacing around colons in CSS style definitions
- Added Squiz SemicolonSpacingSniff to check for spacing around semicolons in CSS style definitions
- Added Squiz IdentationSniff to check for correct indentation of CSS files
- Added Squiz ColourDefinitionSniff to check that CSS colours are defined in uppercase and using shorthand
- Added Squiz EmptyStyleDefinitionSniff to check for CSS style definitions without content
- Added Squiz EmptyClassDefinitionSniff to check for CSS class definitions without content
- Added Squiz ClassDefinitionOpeningBraceSpaceSniff to check for spaces around opening brace of CSS class definitions
- Added Squiz ClassDefinitionClosingBraceSpaceSniff to check for a single blank line after CSS class definitions
- Added Squiz ClassDefinitionNameSpacingSniff to check for a blank lines inside CSS class definition names
- Added Squiz DisallowMultipleStyleDefinitionsSniff to check for multiple style definitions on a single line
- Added Squiz DuplicateClassDefinitionSniff to check for duplicate CSS class blocks that can be merged
- Added Squiz ForbiddenStylesSniff to check for usage of browser specific styles
- Added Squiz OpacitySniff to check for incorrect opacity values in CSS
- Added Squiz LowercaseStyleDefinitionSniff to check for styles that are not defined in lowercase
- Added Squiz MissingColonSniff to check for style definitions where the colon has been forgotten
- Added Squiz MultiLineFunctionDeclarationSniff to check that multi-line declarations contain one param per line
- Added Squiz JSLintSniff to check for JS errors using the jslint.js script through Rhino
  -- Set jslint path using phpcs --config-set jslint_path /path/to/jslint.js
  -- Set rhino path using phpcs --config-set rhino_path /path/to/rhino
- Added Generic TodoSniff that warns about comments that contain the word TODO
- Removed MultipleStatementAlignmentSniff from the PEAR standard as alignment is now optional
- Generic ForbiddenFunctionsSniff now has protected member var to specify if it should use errors or warnings
- Generic MultipleStatementAlignmentSniff now has correct error message if assignment is on a new line
- Generic MultipleStatementAlignmentSniff now has protected member var to allow it to ignore multi-line assignments
- Generic LineEndingsSniff now supports checking of JS files
- Generic LineEndingsSniff now supports checking of CSS files
- Generic DisallowTabIndentSniff now supports checking of CSS files
- Squiz DoubleQuoteUsageSniff now bans the use of variables in double quoted strings in favour of concatenation
- Squiz SuperfluousWhitespaceSniff now supports checking of JS files
- Squiz SuperfluousWhitespaceSniff now supports checking of CSS files
- Squiz DisallowInlineIfSniff now supports checking of JS files
- Squiz SemicolonSpacingSniff now supports checking of JS files
- Squiz PostStatementCommentSniff now supports checking of JS files
- Squiz FunctionOpeningBraceSpacingSniff now supports checking of JS files
- Squiz FunctionClosingBraceSpacingSniff now supports checking of JS files
  -- Empty JS functions must have their opening and closing braces next to each other
- Squiz ControlStructureSpacingSniff now supports checking of JS files
- Squiz LongConditionClosingCommentSniff now supports checking of JS files
- Squiz OperatorSpacingSniff now supports checking of JS files
- Squiz SwitchDeclarationSniff now supports checking of JS files
- Squiz CommentedOutCodeSniff now supports checking of CSS files
- Squiz DisallowSizeFunctionsInLoopsSniff now supports checking of JS files for the use of object.length
- Squiz DisallowSizeFunctionsInLoopsSniff no longer complains about size functions outside of the FOR condition
- Squiz ControlStructureSpacingSniff now bans blank lines at the end of a control structure
- Squiz ForLoopDeclarationSniff no longer throws errors for JS FOR loops without semicolons
- Squiz MultipleStatementAlignmentSniff no longer throws errors if a statement would take more than 8 spaces to align
- Squiz standard now uses Genric TodoSniff
- Squiz standard now uses Genric UnnecessaryStringConcatSniff
- Squiz standard now uses PEAR MultiLineAssignmentSniff
- Squiz standard now uses PEAR MultiLineConditionSniff
- Zend standard now uses OpeningFunctionBraceBsdAllmanSniff (feature request #14647)
- MySource JoinStringsSniff now bans the use of inline array joins and suggests the + operator
- Fixed incorrect errors that can be generated from abstract scope sniffs when moving to a new file
- Core tokenizer now matches orphaned curly braces in the same way as square brackets
- Whitespace tokens at the end of JS files are now added to the token stack
- JavaScript tokenizer now identifies properties and labels as new token types
- JavaScript tokenizer now identifies object definitions as a new token type and matches curly braces for them
- JavaScript tokenizer now identifies DIV_EQUAL and MUL_EQUAL tokens
- Improved regular expression detection in the JavaScript tokenizer
- Improve AbstractPatternSniff support so it can listen for any token type, not just weighted tokens
- Fixed Squiz DoubleQuoteUsageSniff so it works correctly with short_open_tag=Off
- Fixed bug #14409 : Output of warnings to log file
- Fixed bug #14520 : Notice: Undefined offset: 1 in /usr/share/php/PHP/CodeSniffer/File.php on line
- Fixed bug #14637 : Call to processUnknownArguments() misses second parameter $pos
  -- Thanks to Peter Buri for the patch
- Fixed bug #14889 : Lack of clarity: licence or license
- Fixed bug #15008 : Nested Parentheses in Control Structure Sniffs
- Fixed bug #15091 : pre-commit hook attempts to sniff folders
  -- Thanks to Bruce Weirdan for the patch
- Fixed bug #15124 : AbstractParser.php uses deprecated split() function
  -- Thanks to Sebastian Bergmann for the patch
- Fixed bug #15188 : PHPCS vs HEREDOC strings
- Fixed bug #15231 : Notice: Uninitialized string offset: 0 in FileCommentSniff.php on line 555
- Fixed bug #15336 : Notice: Undefined offset: 2 in /usr/share/php/PHP/CodeSniffer/File.php on line";}i:54;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.1.0";s:3:"api";s:5:"1.1.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2008-07-14";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:786:"- PEAR FileCommentSniff now allows tag orders to be overridden in child classes
  -- Thanks to Jeff Hodsdon for the patch
- Added Generic DisallowMultipleStatementsSniff to ensure there is only one statement per line
- Squiz standard now uses DisallowMultipleStatementsSniff
- Fixed error in Zend ValidVariableNameSniff when checking vars in form: $class->{$var}
- Fixed bug #14077 : Fatal error: Uncaught PHP_CodeSniffer_Exception: $stackPtr is not a class member
- Fixed bug #14168 : Global Function -> Static Method and __autoload()
- Fixed bug #14238 : Line length not checket at last line of a file
- Fixed bug #14249 : wrong detection of scope_opener
- Fixed bug #14250 : ArrayDeclarationSniff emit warnings at malformed array
- Fixed bug #14251 : --extensions option doesn't work";}i:55;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.1.0RC3";s:3:"api";s:8:"1.1.0RC3";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2008-07-03";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:786:"- PEAR FileCommentSniff now allows tag orders to be overridden in child classes
  -- Thanks to Jeff Hodsdon for the patch
- Added Generic DisallowMultipleStatementsSniff to ensure there is only one statement per line
- Squiz standard now uses DisallowMultipleStatementsSniff
- Fixed error in Zend ValidVariableNameSniff when checking vars in form: $class->{$var}
- Fixed bug #14077 : Fatal error: Uncaught PHP_CodeSniffer_Exception: $stackPtr is not a class member
- Fixed bug #14168 : Global Function -> Static Method and __autoload()
- Fixed bug #14238 : Line length not checket at last line of a file
- Fixed bug #14249 : wrong detection of scope_opener
- Fixed bug #14250 : ArrayDeclarationSniff emit warnings at malformed array
- Fixed bug #14251 : --extensions option doesn't work";}i:56;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.1.0RC2";s:3:"api";s:8:"1.1.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2008-06-13";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:793:"- Permission denied errors now stop script execution but still display current errors (feature request #14076)
- Added Squiz ValidArrayIndexNameSniff to ensure array indexes do not use camel case
- Squiz ArrayDeclarationSniff now ensures arrays are not declared with camel case index values
- PEAR ValidVariableNameSniff now alerts about a possible parse error for member vars inside an interface
- Fixed bug #13921 : js parsing fails for comments on last line of file
- Fixed bug #13922 : crash in case of malformed (but tokenized) php file
  -- PEAR and Squiz ClassDeclarationSniff now throw warnings for possible parse errors
  -- Squiz ValidClassNameSniff now throws warning for possible parse errors
  -- Squiz ClosingDeclarationCommentSniff now throws additonal warnings for parse errors";}i:57;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.1.0RC1";s:3:"api";s:8:"1.1.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2008-05-13";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:4693:"- Added support for multiple tokenizers so PHP_CodeSniffer can check more than just PHP files
  -- PHP_CodeSniffer now has a JS tokenizer for checking JavaScript files
  -- Sniffs need to be updated to work with additional tokenizers, or new sniffs written for them
   - phpcs now exits with status 2 if the tokenier extension has been disabled (feature request #13269)
   - Added scripts/phpcs-svn-pre-commit that can be used as an SVN pre-commit hook
 -- Also reworked the way the phpcs script works to make it easier to wrap it with other functionality
 -- Thanks to Jack Bates for the contribution
   - Fixed error in phpcs error message when a supplied file does not exist
   - Fixed a cosmetic error in AbstractPatternSniff where the "found" string was missing some content
   - Added sniffs that implement part of the PMD rule catalog to the Generic standard
 -- Thanks to Manuel Pichler for the contribution of all these sniffs.
   - Squiz FunctionCommentThrowTagSniff no longer throws errors for function that only throw variables
   - Generic ScopeIndentSniff now has private member to enforce exact indent matching
   - Replaced Squiz DisallowCountInLoopsSniff with Squiz DisallowSizeFunctionsInLoopsSniff
 -- Thanks to Jan Miczaika for the sniff
   - Squiz BlockCommentSniff now checks inline doc block comments
   - Squiz InlineCommentSniff now checks inline doc block comments
   - Squiz BlockCommentSniff now checks for no blank line before first comment in a function
   - Squiz DocCommentAlignmentSniff now ignores inline doc block comments
   - Squiz ControlStructureSpacingSniff now ensures no blank lines at the start of control structures
   - Squiz ControlStructureSpacingSniff now ensures no blank lines between control structure closing braces
   - Squiz IncrementDecrementUsageSniff now ensures inc/dec ops are bracketed in string concats
   - Squiz IncrementDecrementUsageSniff now ensures inc/dec ops are not used in arithmetic operations
   - Squiz FunctionCommentSniff no longer throws errors if return value is mixed but function returns void somewhere
   - Squiz OperatorBracketSniff no allows function call brackets to count as operator brackets
   - Squiz DoubleQuoteUsageSniff now supports \x \f and \v (feature request #13365)
   - Squiz ComparisonOperatorUsageSniff now supports JS files
   - Squiz ControlSignatureSniff now supports JS files
   - Squiz ForLoopDeclarationSniff now supports JS files
   - Squiz OperatorBracketSniff now supports JS files
   - Squiz InlineControlStructureSniff now supports JS files
   - Generic LowerCaseConstantSniff now supports JS files
   - Generic DisallowTabIndentSniff now supports JS files
   - Generic MultipleStatementAlignmentSniff now supports JS files
   - Added Squiz ObjectMemberCommaSniff to ensure the last member of a JS object is not followed by a comma
   - Added Squiz ConstantCaseSniff to ensure the PHP constants are uppercase and JS lowercase
   - Added Squiz JavaScriptLintSniff to check JS files with JSL
 -- Set path using phpcs --config-set jsl_path /path/to/jsl
   - Added MySource FirebugConsoleSniff to ban the use of "console" for JS variable and function names
   - Added MySource JoinStringsSniff to enforce the use of join() to concatenate JS strings
   - Added MySource AssignThisSniff to ensure this is only assigned to a var called self
   - Added MySource DisallowNewWidgetSniff to ban manual creation of widget objects
   - Removed warning shown in Zend CodeAnalyzerSniff when the ZCA path is not set
   - Fixed error in Squiz ValidVariableNameSniff when checking vars in the form $obj->$var
   - Fixed error in Squiz DisallowMultipleAssignmentsSniff when checking vars in the form $obj->$var
   - Fixed error in Squiz InlineCommentSniff where comments for class constants were seen as inline
   - Fixed error in Squiz BlockCommentSniff where comments for class constants were not ignored
   - Fixed error in Squiz OperatorBracketSniff where negative numbers were ignored during comparisons
   - Fixed error in Squiz FunctionSpacingSniff where functions after member vars reported incorrect spacing
   - Fixed bug #13062 : Interface comments aren't handled in PEAR standard
 -- Thanks to Manuel Pichler for the path
   - Fixed bug #13119 : php minimum requirement need to be fix
   - Fixed bug #13156 : Bug in Squiz_Sniffs_PHP_NonExecutableCodeSniff
   - Fixed bug #13158 : Strange behaviour in AbstractPatternSniff
   - Fixed bug #13169 : Undefined variables
   - Fixed bug #13178 : Catch exception in File.php
   - Fixed bug #13254 : Notices output in checkstyle report causes XML issues
   - Fixed bug #13446 : crash with src of phpMyAdmin
 -- Thanks to Manuel Pichler for the path";}i:58;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"1.1.0a1";s:3:"api";s:7:"1.1.0a1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2008-04-21";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:890:"- Fixed error in PEAR ValidClassNameSniff when checking class names with double underscores
- Moved Squiz InlineControlStructureSniff into Generic standard
- PEAR standard now throws warnings for inline control structures
- Squiz OutputBufferingIndentSniff now ignores the indentation of inline HTML
- MySource IncludeSystemSniff now ignores usage of ZipArchive
- Removed "function" from error messages for Generic function brace sniffs (feature request #13820)
- Generic UpperCaseConstantSniff no longer throws errors for delcare(ticks = ...)
  -- Thanks to Josh Snyder for the patch
- Squiz ClosingDeclarationCommentSniff and AbstractVariableSniff now throw warnings for possible parse errors
- Fixed bug #13827 : AbstractVariableSniff throws "undefined index"
- Fixed bug #13846 : Bug in Squiz.NonExecutableCodeSniff
- Fixed bug #13849 : infinite loop in PHP_CodeSniffer_File::findNext()";}i:59;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.1";s:3:"api";s:5:"1.0.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2008-02-04";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1798:"- Squiz ArrayDeclarationSniff now throws error if the array keyword is followed by a space
- Squiz ArrayDeclarationSniff now throws error for empty multi-line arrays
- Squiz ArrayDeclarationSniff now throws error for multi-line arrays with a single value
- Squiz DocCommentAlignmentSniff now checks for a single space before tags inside docblocks
- Squiz ForbiddenFunctionsSniff now disallows is_null() to force use of (=== NULL) instead
- Squiz VariableCommentSniff now continues throwing errors after the first one is found
- Squiz SuperfluousWhitespaceSniff now throws errors for multiple blank lines inside functions
- MySource IncludedSystemSniff now checks extended class names
- MySource UnusedSystemSniff now checks extended and implemented class names
- MySource IncludedSystemSniff now supports includeWidget()
- MySource UnusedSystemSniff now supports includeWidget()
- Added PEAR ValidVariableNameSniff to check that only private member vars are prefixed with an underscore
- Added Squiz DisallowCountInLoopsSniff to check for the use of count() in FOR and WHILE loop conditions
- Added MySource UnusedSystemSniff to check for included classes that are never used
- Fixed a problem that caused the parentheses map to sometimes contain incorrect values
- Fixed bug #12767 : Cant run phpcs from dir with PEAR subdir
- Fixed bug #12773 : Reserved variables are not detected in strings
  -- Thanks to Wilfried Loche for the patch
- Fixed bug #12832 : Tab to space conversion does not work
- Fixed bug #12888 : extra space indentation = Notice: Uninitialized string offset...
- Fixed bug #12909 : Default generateDocs function does not work under linux
  -- Thanks to Paul Smith for the patch
- Fixed bug #12957 : PHP 5.3 magic method __callStatic
  -- Thanks to Manuel Pichler for the patch";}i:60;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.0";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2007-12-21";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1945:"- You can now specify the full path to a coding standard on the command line (feature request #11886)
  -- This allows you to use standards that are stored outside of PHP_CodeSniffer's own Standard dir
  -- You can also specify full paths in the CodingStandard.php include and exclude methods
  -- Classes, dirs and files need to be names as if the standard was part of PHP_CodeSniffer
  -- Thanks to Dirk Thomas for the doc generator patch and testing
- Modified the scope map to keep checking after 3 lines for some tokens (feature request #12561)
  -- Those tokens that must have an opener (like T_CLASS) now keep looking until EOF
  -- Other tokens (like T_FUNCTION) still stop after 3 lines for performance
- You can now esacpe commas in ignore patterns so they can be matched in file names
  -- Thanks to Carsten Wiedmann for the patch
- Config data is now cached in a global var so the file system is not hit so often
  -- You can also set config data temporarily for the script if you are using your own external script
  -- Pass TRUE as the third argument to PHP_CodeSniffer::setConfigData()
- PEAR ClassDeclarationSniff no longer throws errors for multi-line class declarations
- Squiz ClassDeclarationSniff now ensures there is one blank line after a class closing brace
- Squiz ClassDeclarationSniff now throws errors for a missing end PHP tag after the end class tag
- Squiz IncrementDecrementUsageSniff no longer throws errors when -= and += are being used with vars
- Squiz SwitchDeclarationSniff now throws errors for switch statements that do not contain a case statement
  -- Thanks to Sertan Danis for the patch
- MySource IncludeSystemSniff no longer throws errors for the Util package
- Fixed bug #12621 : "space after AS" check is wrong
  -- Thanks to Satoshi Oikawa for the patch
- Fixed bug #12645 : error message is wrong
  -- Thanks to Renoiv for the patch
- Fixed bug #12651 : Increment/Decrement Operators Usage at -1";}i:61;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.0.0RC3";s:3:"api";s:8:"1.0.0RC3";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-11-30";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1824:"- Added new command line argument --tab-width that will convert tabs to spaces before testing
  -- This allows you to use the existing sniffs that check for spaces even when you use tabs
  -- Can also be set via a config var: phpcs --config-set tab_width 4
  -- A value of zero (the default) tells PHP_CodeSniffer not to replace tabs with spaces
- You can now change the default report format from "full" to something else
    -- Run: phpcs --config-set report_format [format]
- Improved performance by optimising the way the scope map is created during tokenising
- Added new Squiz DisallowInlineIfSniff to disallow the usage of inline IF statements
- Fixed incorrect errors being thrown for nested switches in Squiz SwitchDeclarationSniff
- PEAR FunctionCommentSniff no longer complains about missing comments for @throws tags
- PEAR FunctionCommentSniff now throws error for missing exception class name for @throws tags
- PHP_CodeSniffer_File::isReference() now correctly returns for functions that return references
- Generic LineLengthSniff no longer warns about @version lines with CVS or SVN id tags
- Generic LineLengthSniff no longer warns about @license lines with long URLs
- Squiz FunctionCommentThrowTagSniff no longer complains about throwing variables
- Squiz ComparisonOperatorUsageSniff no longer throws incorrect errors for inline IF statements
- Squiz DisllowMultipleAssignmentsSniff no longer throws errors for assignments in inline IF statements
- Fixed bug #12455 : CodeSniffer treats content inside heredoc as PHP code
- Fixed bug #12471 : Checkstyle report is broken
- Fixed bug #12476 : PHP4 destructors are reported as error
- Fixed bug #12513 : Checkstyle XML messages need to be utf8_encode()d
  -- Thanks to Sebastian Bergmann for the patch.
- Fixed bug #12517 : getNewlineAfter() and dos files";}i:62;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.0.0RC2";s:3:"api";s:8:"1.0.0RC2";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-11-14";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1873:"- Added a new Checkstyle report format
  -- Like the current XML format but modified to look like Checkstyle output
  -- Thanks to Manuel Pichler for helping get the format correct
- You can now hide warnings by default
    -- Run: phpcs --config-set show_warnings 0
    -- If warnings are hidden by default, use the new -w command line argument to override
- Added new command line argument --config-delete to delete a config value and revert to the default
- Improved overall performance by optimising tokenising and next/prev methods (feature request #12421)
  -- Thanks to Christian Weiske for the patch
- Added FunctionCallSignatureSniff to Squiz standard
- Added @subpackage support to file and class comment sniffs in PEAR standard (feature request #12382)
  -- Thanks to Carsten Wiedmann for the patch
- An error is now displayed if you use a PHP version less than 5.1.0 (feature request #12380)
  -- Thanks to Carsten Wiedmann for the patch
- phpcs now exits with status 2 if it receives invalid input (feature request #12380)
  -- This is distinct from status 1, which indicates errors or warnings were found
- Added new Squiz LanguageConstructSpacingSniff to throw errors for additional whitespace after echo etc.
- Removed Squiz ValidInterfaceNameSniff
- PEAR FunctionCommentSniff no longer complains about unknown tags
- Fixed incorrect errors about missing function comments in PEAR FunctionCommentSniff
- Fixed incorrect function docblock detection in Squiz FunctionCommentSniff
- Fixed incorrect errors for list() in Squiz DisallowMultipleAssignmentsSniff
- Errors no longer thrown if control structure is followed by a CASE's BREAK in Squiz ControlStructureSpacingSniff
- Fixed bug #12368 : Autoloader cannot be found due to include_path override
  -- Thanks to Richard Quadling for the patch
- Fixed bug #12378 : equal sign alignments problem with while()";}i:63;a:5:{s:7:"version";a:2:{s:7:"release";s:8:"1.0.0RC1";s:3:"api";s:8:"1.0.0RC1";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-11-01";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3506:"- Main phpcs script can now be run from a CVS checkout without installing the package
- Added a new CSV report format
  -- Header row indicates what position each element is in
  -- Always use the header row to determine positions rather than assuming the format, as it may change
- XML and CSV report formats now contain information about which column the error occurred at
  -- Useful if you want to highlight the token that caused the error in a custom application
- Square bracket tokens now have bracket_opener and bracket_closer set
- Added new Squiz SemicolonSpacingSniff to throw errors if whitespace is found before a semicolon
- Added new Squiz ArrayBracketSpacingSniff to throw errors if whitespace is found around square brackets
- Added new Squiz ObjectOperatorSpacingSniff to throw errors if whitespace is found around object operators
- Added new Squiz DisallowMultipleAssignmentsSniff to throw errors if multiple assignments are on the same line
- Added new Squiz ScopeKeywordSpacingSniff to throw errors if there is not a single space after a scope modifier
- Added new Squiz ObjectInstantiationSniff to throw errors if new objects are not assigned to a variable
- Added new Squiz FunctionDuplicateArgumentSniff to throw errors if argument is declared multiple times in a function
- Added new Squiz FunctionOpeningBraceSpaceSniff to ensure there are no blank lines after a function open brace
- Added new Squiz CommentedOutCodeSniff to warn about comments that looks like they are commented out code blocks
- Added CyclomaticComplexitySniff to Squiz standard
- Added NestingLevelSniff to Squiz standard
- Squiz ForbiddenFunctionsSniff now recommends echo() instead of print()
- Squiz ValidLogicalOperatorsSniff now recommends ^ instead of xor
- Squiz SwitchDeclarationSniff now contains more checks
  -- A single space is required after the case keyword
  -- No space is allowed before the colon in a case or default statement
  -- All switch statements now require a default case
  -- Default case must contain a break statement
  -- Empty default case must contain a comment describing why the default is ignored
  -- Empty case statements are not allowed
  -- Case and default statements must not be followed by a blank line
  -- Break statements must be followed by a blank line or the closing brace
  -- There must be no blank line before a break statement
- Squiz standard is now using the PEAR IncludingFileSniff
- PEAR ClassCommentSniff no longer complains about unknown tags
- PEAR FileCommentSniff no longer complains about unknown tags
- PEAR FileCommentSniff now accepts multiple @copyright tags
- Squiz BlockCommentSniff now checks that comment starts with a capital letter
- Squiz InlineCommentSniff now has better checking to ensure comment starts with a capital letter
- Squiz ClassCommentSniff now checks that short and long comments start with a capital letter
- Squiz FunctionCommentSniff now checks that short, long and param comments start with a capital letter
- Squiz VariableCommentSniff now checks that short and long comments start with a capital letter
- Fixed error with multi-token array indexes in Squiz ArrayDeclarationSniff
- Fixed error with checking shorthand IF statements without a semicolon in Squiz InlineIfDeclarationSniff
- Fixed error where constants used as defulat values in function declarations were seen as type hints
- Fixed bug #12316 : PEAR is no longer the default standard
- Fixed bug #12321 : wrong detection of missing function docblock";}i:64;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.9.0";s:3:"api";s:5:"0.9.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-09-24";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:497:"- Added a config system for setting config data across phpcs runs
- You can now change the default coding standard from PEAR to something else
  -- Run: phpcs --config-set default_standard [standard]
- Added new Zend coding standard to check code against the Zend Framework standards
  -- The complete standard is not yet implemented
  -- Specify --standard=Zend to use
  -- Thanks to Johann-Peter Hartmann for the contribution of some sniffs
  -- Thanks to Holger Kral for the Code Analyzer sniff";}i:65;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.8.0";s:3:"api";s:5:"0.8.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-08-08";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1645:"- Added new XML report format; --report=xml (feature request #11535)
  -- Thanks to Brett Bieber for the patch
- Added new command line argument --ignore to specify a list of files to skip (feature request #11556)
- Added PHPCS and MySource coding standards into the core install
- Scope map no longer gets confused by curly braces that act as string offsets
- Removed CodeSniffer/SniffException.php as it is no longer used
- Unit tests can now be run directly from a CVS checkout
- Made private vars and functions protected in PHP_CodeSniffer class so this package can be overridden
- Added new Metrics category to Generic coding standard
  -- Contains Cyclomatic Complexity and Nesting Level sniffs
  -- Thanks to Johann-Peter Hartmann for the contribution
- Added new Generic DisallowTabIndentSniff to throw errors if tabs are used for indentation (feature request #11738)
  -- PEAR and Squiz standards use this new sniff to throw more specific indentation errors
- Generic MultipleStatementAlignmentSniff has new private var to set a padding size limit (feature request #11555)
- Generic MultipleStatementAlignmentSniff can now handle assignments that span multiple lines (feature request #11561)
- Generic LineLengthSniff now has a max line length after which errors are thrown instead of warnings
  -- BC BREAK: Override the protected member var absoluteLineLimit and set it to zero in custom LineLength sniffs
  -- Thanks to Johann-Peter Hartmann for the contribution
- Comment sniff errors about incorrect tag orders are now more descriptive (feature request #11693)
- Fixed bug #11473 : Invalid CamelCaps name when numbers used in names";}i:66;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.7.0";s:3:"api";s:5:"0.7.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-07-02";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:3463:"- BC BREAK: EOL character is now auto-detected and used instead of hard-coded \n
  -- Pattern sniffs must now specify "EOL" instead of "\n" or "\r\n" to use auto-detection
  -- Please use $phpcsFile->eolChar to check for newlines instead of hard-coding "\n" or "\r\n"
  -- Comment parser classes now require you to pass $phpcsFile as an additional argument
- BC BREAK: Included and excluded sniffs now require .php extension
  -- Please update your coding standard classes and add ".php" to all sniff entries
  -- See CodeSniffer/Standards/PEAR/PEARCodingStandard.php for an example

- Fixed error where including a directory of sniffs in a coding standard class did not work
- Coding standard classes can now specify a list of sniffs to exclude as well as include (feature request #11056)
- Two uppercase characters can now be placed side-by-side in class names in Squiz ValidClassNameSniff
- SVN tags now allowed in PEAR file doc blocks (feature request #11038)
  -- Thanks to Torsten Roehr for the patch
- Private methods in commenting sniffs and comment parser are now protected (feature request #11087)
- Added Generic LineEndingsSniff to check the EOL character of a file
- PEAR standard now only throws one error per file for incorrect line endings (eg. /r/n)
- Command line arg -v now shows number of registered sniffs
- Command line arg -vvv now shows list of registered sniffs
- Squiz ControlStructureSpacingSniff no longer throws errors if the control structure is at the end of the script
- Squiz FunctionCommentSniff now throws error for "return void" if function has return statement
- Squiz FunctionCommentSniff now throws error for functions that return void but specify something else
- Squiz ValidVariableNameSniff now allows multiple uppercase letters in a row
- Squiz ForEachLoopDeclarationSniff now throws error for AS keyword not being lowercase
- Squiz SwitchDeclarationSniff now throws errors for CASE/DEFAULT/BREAK keywords not being lowercase
- Squiz ArrayDeclarationSniff now handles multi-token array values when checking alignment
- Squiz standard now enforces a space after cast tokens
- Generic MultipleStatementAlignmentSniff no longer gets confused by assignments inside FOR conditions
- Generic MultipleStatementAlignmentSniff no longer gets confused by the use of list()
- Added Generic SpaceAfterCastSniff to ensure there is a single space after a cast token
- Added Generic NoSpaceAfterCastSniff to ensure there is no whitespace after a cast token
- Added PEAR ClassDeclarationSniff to ensure the opening brace of a class is on the line after the keyword
- Added Squiz ScopeClosingBraceSniff to ensure closing braces are aligned correctly
- Added Squiz EvalSniff to discourage the use of eval()
- Added Squiz LowercaseDeclarationSniff to ensure all declaration keywords are lowercase
- Added Squiz LowercaseClassKeywordsSniff to ensure all class declaration keywords are lowercase
- Added Squiz LowercaseFunctionKeywordsSniff to ensure all function declaration keywords are lowercase
- Added Squiz LowercasePHPFunctionsSniff to ensure all calls to inbuilt PHP functions are lowercase
- Added Squiz CastSpacingSniff to ensure cast statements dont contain whitespace
- Errors no longer thrown when checking 0 length files with verbosity on
- Fixed bug #11105 : getIncludedSniffs() not working anymore
  -- Thanks to Blair Robertson for the patch
- Fixed bug #11120 : Uninitialized string offset in AbstractParser.php on line 200";}i:67;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.6.0";s:3:"api";s:5:"0.6.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-05-15";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:939:"- The number of errors and warnings found is now shown for each file while checking the file if verbosity is enabled
- Now using PHP_EOL instead of hard-coded \n so output looks good on Windows (feature request #10761)
  - Thanks to Carsten Wiedmann for the patch.
- phpcs now exits with status 0 (no errors) or 1 (errors found) (feature request #10348)
- Added new -l command line argument to stop recursion into directories (feature request #10979)
- Fixed variable name error causing incorrect error message in Squiz ValidVariableNameSniff
- Fixed bug #10757 : Error in ControlSignatureSniff
- Fixed bugs #10751, #10777 : Sniffer class paths handled incorrectly in Windows
  - Thanks to Carsten Wiedmann for the patch.
- Fixed bug #10961 : Error "Last parameter comment requires a blank newline after it" thrown
- Fixed bug #10983 : phpcs outputs notices when checking invalid PHP
- Fixed bug #10980 : Incorrect warnings for equals sign";}i:68;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.5.0";s:3:"api";s:5:"0.5.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-04-17";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:2453:"- BC BREAK: Coding standards now require a class to be added so PHP_CodeSniffer can get information from them
  - Please read the end user docs for info about the new class required for all coding standards

- Coding standards can now include sniffs from other standards, or whole standards, without writing new sniff files
- PHP_CodeSniffer_File::isReference() now correctly returns for references in function declarations
- PHP_CodeSniffer_File::isReference() now returns false if you don't pass it a T_BITWISE_AND token
- PHP_CodeSniffer_File now stores the absolute path to the file so sniffs can check file locations correctly
- Fixed undefined index error in AbstractVariableSniff for variables inside an interface function definition
- Added MemberVarSpacingSniff to Squiz standard to enforce one-line spacing between member vars
- Add FunctionCommentThrowTagSniff to Squiz standard to check that @throws tags are correct
- Fixed problems caused by references and type hints in Squiz FunctionDeclarationArgumentSpacingSniff
- Fixed problems with errors not being thrown for some misaligned @param comments in Squiz FunctionCommentSniff
- Fixed badly spaced comma error being thrown for "extends" class in Squiz ClassDeclarationSniff
- Errors no longer thrown for class method names in Generic ForbiddenFunctionsSniff
- Errors no longer thrown for type hints in front of references in Generic UpperCaseConstantNameSniff
- Errors no longer thrown for correctly indented buffered lines in Squiz ScopeIndexSniff
- Errors no longer thrown for user-defined functions named as forbidden functions in Generic ForbiddenFunctionsSniff
- Errors no longer thrown on __autoload functions in PEAR ValidFunctionNameSniff
- Errors now thrown for __autoload methods in PEAR ValidFunctionNameSniff
- Errors now thrown if constructors or destructors have @return tags in Squiz FunctionCommentSniff
- Errors now thrown if @throws tags dont start with a capital and end with a full stop in Squiz FunctionCommentSniff
- Errors now thrown for invalid @var tag values in Squiz VariableCommentSniff
- Errors now thrown for missing doc comment in Squiz VariableCommentSniff
- Errors now thrown for unspaced operators in FOR loop declarations in Squiz OperatorSpacingSniff
- Errors now thrown for using ob_get_clean/flush functions to end buffers in Squiz OutputBufferingIndentSniff
- Errors now thrown for all missing member variable comments in Squiz VariableCommentSniff";}i:69;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.4.0";s:3:"api";s:5:"0.4.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-02-19";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1168:"- Standard name specified with --standard command line argument is no longer case sensitive
- Long error and warning messages are now wrapped to 80 characters in the full error report (thanks Endre Czirbesz)
- Shortened a lot of error and warning messages so they don't take up so much room
- Squiz FunctionCommentSniff now checks that param comments start with a capital letter and end with a full stop
- Squiz FunctionSpacingSniff now reports incorrect lines below function on closing brace, not function keyword
- Squiz FileCommentSniff now checks that there are no blank lines between the open PHP tag and the comment
- PHP_CodeSniffer_File::isReference() now returns correctly when checking refs on right side of =>
- Fixed incorrect error with switch closing brace in Squiz SwitchDeclarationSniff
- Fixed missing error when multiple statements are not aligned correctly with object operators
- Fixed incorrect errors for some PHP special variables in Squiz ValidVariableNameSniff
- Fixed incorrect errors for arrays that only contain other arrays in Squiz ArrayDeclarationSniff
- Fixed bug #9844 : throw new Exception(\n accidently reported as error but it ain't";}i:70;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.3.0";s:3:"api";s:5:"0.3.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2007-01-11";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1307:"- Updated package.xml to version 2
- Specifying coding standard on command line is now optional, even if you have multiple standards installed
  - PHP_CodeSniffer uses the PEAR coding standard by default if no standard is specified
- New command line option, --extensions, to specify a comma separated list of file extensions to check
- Converted all unit tests to PHPUnit 3 format
- Added new coding standard, Squiz, that can be used as an alternative to PEAR
  - also contains more examples of sniffs
  - some may be moved into the Generic coding standard if required
- Added MultipleStatementAlignmentSniff to Generic standard
- Added ScopeIndentSniff to Generic standard
- Added ForbiddenFunctionsSniff to Generic standard
- Added FileCommentSniff to PEAR standard
- Added ClassCommentSniff to PEAR standard
- Added FunctionCommentSniff to PEAR standard
- Change MultipleStatementSniff to MultipleStatementAlignmentSniff in PEAR standard
- Replaced Methods directory with Functions directory in Generic and PEAR standards
  - also renamed some of the sniffs in those directories
- Updated file, class and method comments for all files
- Fixed bug #9274 : nested_parenthesis element not set for open and close parenthesis tokens
- Fixed bug #9411 : too few pattern characters cause incorrect error report";}i:71;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.2.1";s:3:"api";s:5:"0.2.1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-11-09";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:92:"- Fixed bug #9274 : nested_parenthesis element not set for open and close parenthesis tokens";}i:72;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.2.0";s:3:"api";s:5:"0.2.0";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-10-13";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1216:"- Added a generic standards package that will contain generic sniffs to be used in specific coding standards
  - thanks to Frederic Poeydomenge for the idea
- Changed PEAR standard to use generic sniffs where available
- Added LowerCaseConstantSniff to Generic standard
- Added UpperCaseConstantSniff to Generic standard
- Added DisallowShortOpenTagSniff to Generic standard
- Added LineLengthSniff to Generic standard
- Added UpperCaseConstantNameSniff to Generic standard
- Added OpeningMethodBraceBsdAllmanSniff to Generic standard (contrib by Frederic Poeydomenge)
- Added OpeningMethodBraceKernighanRitchieSniff to Generic standard (contrib by Frederic Poeydomenge)
- Added framework for core PHP_CodeSniffer unit tests
- Added unit test for PHP_CodeSniffer:isCamelCaps method
- ScopeClosingBraceSniff now checks indentation of BREAK statements
- Added new command line arg (-vv) to show developer debug output
- Fixed some coding standard errors
- Fixed bug #8834 : Massive memory consumption
- Fixed bug #8836 : path case issues in package.xml
- Fixed bug #8843 : confusion on nested switch()
- Fixed bug #8841 : comments taken as whitespace
- Fixed bug #8884 : another problem with nested switch() statements";}i:73;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.1.1";s:3:"api";s:5:"0.1.1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-09-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:192:"- Added unit tests for all PEAR sniffs
- Exception class now extends from PEAR_Exception
- Fixed summary report so files without errors but with warnings are not shown when warnings are hidden";}i:74;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.1.0";s:3:"api";s:5:"0.1.0";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-09-19";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:189:"- Reorganised package contents to conform to PEAR standards
- Changed version numbering to conform to PEAR standards
- Removed duplicate require_once() of Exception.php from CodeSniffer.php";}i:75;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.0.5";s:3:"api";s:5:"0.0.5";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-09-18";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:88:"- Fixed .bat file for situation where php.ini cannot be found so include_path is not set";}i:76;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.0.4";s:3:"api";s:5:"0.0.4";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-08-28";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:1446:"- Added .bat file for easier running of PHP_CodeSniffer on Windows
- Sniff that checks method names now works for PHP4 style code where there is no scope keyword
- Sniff that checks method names now works for PHP4 style constructors
- Sniff that checks method names no longer incorrectly reports error with magic methods
- Sniff that checks method names now reports errors with non-magic methods prefixed with __
- Sniff that checks for constant names no longer incorrectly reports errors with heredoc strings
- Sniff that checks for constant names no longer incorrectly reports errors with created objects
- Sniff that checks indentation no longer incorrectly reports errors with heredoc strings
- Sniff that checks indentation now correctly reports errors with improperly indented multi-line strings
- Sniff that checks function declarations now checks for spaces before and after an equals sign for default values
- Sniff that checks function declarations no longer incorrectly reports errors with multi-line declarations
- Sniff that checks included code no longer incorrectly reports errors when return value is used conditionally
- Sniff that checks opening brace of function no longer incorrectly reports errors with multi-line declarations
- Sniff that checks spacing after commas in function calls no longer reports too many errors for some code
- Sniff that checks control structure declarations now gives more descriptive error message";}i:77;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.0.3";s:3:"api";s:5:"0.0.3";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-08-22";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:410:"- Added sniff to check for invalid class and interface names
- Added sniff to check for invalid function and method names
- Added sniff to warn if line is greater than 85 characters
- Added sniff to check that function calls are in the correct format
- Fixed error where comments were not allowed on the same line as a control structure declaration
- Added command line arg to print current version (--version)";}i:78;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.0.2";s:3:"api";s:5:"0.0.2";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-07-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:912:"- Removed the including of checked files to stop errors caused by parsing them
- Removed the use of reflection so checked files do not have to be included
- Memory usage has been greatly reduced
- Much faster tokenising and checking times
- Reworked the PEAR coding standard sniffs (much faster now)
- Fix some bugs with the PEAR scope indentation standard
- Better checking for installed coding standards
- Can now accept multiple files and dirs on the command line
- Added an option to list installed coding standards
- Added an option to print a summary report (number of errors and warnings shown for each file)
- Added an option to hide warnings from reports
- Added an option to print verbose output (so you know what is going on)
- Reordered command line args to put switches first (although order is not enforced)
- Switches can now be specified together (eg. php -nv) as well as separately (phpcs -n -v)";}i:79;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"0.0.1";s:3:"api";s:5:"0.0.1";}s:9:"stability";a:2:{s:7:"release";s:5:"alpha";s:3:"api";s:5:"alpha";}s:4:"date";s:10:"2006-07-19";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:68:"https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt";}s:8:"_content";s:11:"BSD License";}s:5:"notes";s:24:"Initial preview release.";}}}s:8:"filelist";a:935:{s:14:"scripts/phpcbf";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:14:"scripts/phpcbf";s:4:"role";s:6:"script";s:10:"install-as";s:6:"phpcbf";s:6:"md5sum";s:32:"5ba72cd0278222992970c95fdea0e8c7";s:12:"installed_as";s:15:"/usr/bin/phpcbf";}s:13:"scripts/phpcs";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:13:"scripts/phpcs";s:4:"role";s:6:"script";s:10:"install-as";s:5:"phpcs";s:6:"md5sum";s:32:"d0be60ba092c67028fe47d4bf22c8a8b";s:12:"installed_as";s:14:"/usr/bin/phpcs";}s:28:"scripts/phpcs-svn-pre-commit";a:5:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:28:"scripts/phpcs-svn-pre-commit";s:4:"role";s:3:"doc";s:6:"md5sum";s:32:"47ff8c263095b90f56e0d4363c1db4f5";s:12:"installed_as";s:75:"/usr/share/doc/php-codesniffer/PHP_CodeSniffer/scripts/phpcs-svn-pre-commit";}s:43:"tests/Core/File/GetMethodParametersTest.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:43:"tests/Core/File/GetMethodParametersTest.php";s:4:"role";s:4:"test";s:10:"install-as";s:49:"CodeSniffer/Core/File/GetMethodParametersTest.php";s:6:"md5sum";s:32:"bdb7e750f74a8a09bd3989fd9a6c5def";s:12:"installed_as";s:86:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Core/File/GetMethodParametersTest.php";}s:23:"tests/Core/AllTests.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:23:"tests/Core/AllTests.php";s:4:"role";s:4:"test";s:10:"install-as";s:29:"CodeSniffer/Core/AllTests.php";s:6:"md5sum";s:32:"4369633a6f1988e31bda5a45e6091ad2";s:12:"installed_as";s:66:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Core/AllTests.php";}s:35:"tests/Core/ErrorSuppressionTest.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:35:"tests/Core/ErrorSuppressionTest.php";s:4:"role";s:4:"test";s:10:"install-as";s:41:"CodeSniffer/Core/ErrorSuppressionTest.php";s:6:"md5sum";s:32:"d3646724c1beeb9630e6fd77ef44ff05";s:12:"installed_as";s:78:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Core/ErrorSuppressionTest.php";}s:30:"tests/Core/IsCamelCapsTest.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:30:"tests/Core/IsCamelCapsTest.php";s:4:"role";s:4:"test";s:10:"install-as";s:36:"CodeSniffer/Core/IsCamelCapsTest.php";s:6:"md5sum";s:32:"1a8500d2639a83e9a133980011842b86";s:12:"installed_as";s:73:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Core/IsCamelCapsTest.php";}s:41:"tests/Standards/AbstractSniffUnitTest.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:41:"tests/Standards/AbstractSniffUnitTest.php";s:4:"role";s:4:"test";s:10:"install-as";s:47:"CodeSniffer/Standards/AbstractSniffUnitTest.php";s:6:"md5sum";s:32:"8ca8864a578ff1f17a9a2d6693028d15";s:12:"installed_as";s:84:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/AbstractSniffUnitTest.php";}s:29:"tests/Standards/AllSniffs.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:29:"tests/Standards/AllSniffs.php";s:4:"role";s:4:"test";s:10:"install-as";s:35:"CodeSniffer/Standards/AllSniffs.php";s:6:"md5sum";s:32:"2e959f6cf9466937ea563f7e25431af3";s:12:"installed_as";s:72:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/AllSniffs.php";}s:18:"tests/AllTests.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:18:"tests/AllTests.php";s:4:"role";s:4:"test";s:10:"install-as";s:12:"AllTests.php";s:6:"md5sum";s:32:"ef8d11ec2b7c433afc637414a2599690";s:12:"installed_as";s:49:"/usr/share/php/tests/PHP_CodeSniffer/AllTests.php";}s:19:"tests/TestSuite.php";a:6:{s:14:"baseinstalldir";s:0:"";s:4:"name";s:19:"tests/TestSuite.php";s:4:"role";s:4:"test";s:10:"install-as";s:13:"TestSuite.php";s:6:"md5sum";s:32:"588ecd8019257e2cc35d87ba14ef0bbc";s:12:"installed_as";s:50:"/usr/share/php/tests/PHP_CodeSniffer/TestSuite.php";}s:39:"CodeSniffer/DocGenerators/Generator.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:39:"CodeSniffer/DocGenerators/Generator.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"93169c17a2900939d170d62a88c25cc4";s:12:"installed_as";s:58:"/usr/share/php/PHP/CodeSniffer/DocGenerators/Generator.php";}s:34:"CodeSniffer/DocGenerators/HTML.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/DocGenerators/HTML.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c51780a1bd807134c7cdcc9b07b21108";s:12:"installed_as";s:53:"/usr/share/php/PHP/CodeSniffer/DocGenerators/HTML.php";}s:38:"CodeSniffer/DocGenerators/Markdown.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/DocGenerators/Markdown.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"190072b56dfab0329950c2e4c1e1c1a9";s:12:"installed_as";s:57:"/usr/share/php/PHP/CodeSniffer/DocGenerators/Markdown.php";}s:34:"CodeSniffer/DocGenerators/Text.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/DocGenerators/Text.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d7a1c9b046231cf9620f84024eeb0b23";s:12:"installed_as";s:53:"/usr/share/php/PHP/CodeSniffer/DocGenerators/Text.php";}s:27:"CodeSniffer/Reports/Cbf.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:27:"CodeSniffer/Reports/Cbf.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3586c4b018b2d39a19286f6878fe556f";s:12:"installed_as";s:46:"/usr/share/php/PHP/CodeSniffer/Reports/Cbf.php";}s:34:"CodeSniffer/Reports/Checkstyle.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/Reports/Checkstyle.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2035c00977bb9605a7eedcf2028744cb";s:12:"installed_as";s:53:"/usr/share/php/PHP/CodeSniffer/Reports/Checkstyle.php";}s:27:"CodeSniffer/Reports/Csv.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:27:"CodeSniffer/Reports/Csv.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8e403225324ede1a324dc5fa4dc2a0e3";s:12:"installed_as";s:46:"/usr/share/php/PHP/CodeSniffer/Reports/Csv.php";}s:28:"CodeSniffer/Reports/Diff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Diff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"18b6de34448432af68c2a9d852f37d27";s:12:"installed_as";s:47:"/usr/share/php/PHP/CodeSniffer/Reports/Diff.php";}s:29:"CodeSniffer/Reports/Emacs.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:29:"CodeSniffer/Reports/Emacs.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"57506752640362459fc25fbe450fe1a3";s:12:"installed_as";s:48:"/usr/share/php/PHP/CodeSniffer/Reports/Emacs.php";}s:28:"CodeSniffer/Reports/Full.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Full.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c759c4a779c3bd2a1ae95ce47a165493";s:12:"installed_as";s:47:"/usr/share/php/PHP/CodeSniffer/Reports/Full.php";}s:32:"CodeSniffer/Reports/Gitblame.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:32:"CodeSniffer/Reports/Gitblame.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6f6c697bc99e9e684928635a1459b517";s:12:"installed_as";s:51:"/usr/share/php/PHP/CodeSniffer/Reports/Gitblame.php";}s:31:"CodeSniffer/Reports/Hgblame.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:31:"CodeSniffer/Reports/Hgblame.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1c108e84acd05cee8a723fb8da43f3ac";s:12:"installed_as";s:50:"/usr/share/php/PHP/CodeSniffer/Reports/Hgblame.php";}s:28:"CodeSniffer/Reports/Info.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Info.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"49e3061e9ce5acdcf093c90912afff6a";s:12:"installed_as";s:47:"/usr/share/php/PHP/CodeSniffer/Reports/Info.php";}s:28:"CodeSniffer/Reports/Json.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:28:"CodeSniffer/Reports/Json.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"04923b2a29c19feb9dbe02d6be476f1c";s:12:"installed_as";s:47:"/usr/share/php/PHP/CodeSniffer/Reports/Json.php";}s:29:"CodeSniffer/Reports/Junit.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:29:"CodeSniffer/Reports/Junit.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"aa46be1c96a9cab468de17b867599d78";s:12:"installed_as";s:48:"/usr/share/php/PHP/CodeSniffer/Reports/Junit.php";}s:34:"CodeSniffer/Reports/Notifysend.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/Reports/Notifysend.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6e6f697d7b43089c9be1cdb46a561450";s:12:"installed_as";s:53:"/usr/share/php/PHP/CodeSniffer/Reports/Notifysend.php";}s:30:"CodeSniffer/Reports/Source.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:30:"CodeSniffer/Reports/Source.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e7cea61b81519d10ceed2b0f41c90de7";s:12:"installed_as";s:49:"/usr/share/php/PHP/CodeSniffer/Reports/Source.php";}s:31:"CodeSniffer/Reports/Summary.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:31:"CodeSniffer/Reports/Summary.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"89d1d07ecbdbf542ed1004e60f5ab3e5";s:12:"installed_as";s:50:"/usr/share/php/PHP/CodeSniffer/Reports/Summary.php";}s:32:"CodeSniffer/Reports/Svnblame.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:32:"CodeSniffer/Reports/Svnblame.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cde24a649e6dcf9d00a6c1baaa8e9828";s:12:"installed_as";s:51:"/usr/share/php/PHP/CodeSniffer/Reports/Svnblame.php";}s:38:"CodeSniffer/Reports/VersionControl.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Reports/VersionControl.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"70941dbb1b2fcf6163f8c5ffa5496bd6";s:12:"installed_as";s:57:"/usr/share/php/PHP/CodeSniffer/Reports/VersionControl.php";}s:27:"CodeSniffer/Reports/Xml.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:27:"CodeSniffer/Reports/Xml.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8275a4dc8c4753aead9f6e5e3ea28459";s:12:"installed_as";s:46:"/usr/share/php/PHP/CodeSniffer/Reports/Xml.php";}s:73:"CodeSniffer/Standards/Generic/Docs/Classes/DuplicateClassNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Docs/Classes/DuplicateClassNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"09ce1ee2e667e285e0bc6f12c6b16eae";s:12:"installed_as";s:92:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Classes/DuplicateClassNameStandard.xml";}s:60:"CodeSniffer/Standards/Generic/Docs/Debug/CSSLintStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Generic/Docs/Debug/CSSLintStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ba59a6b43ae935db6c23434ee65b676e";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Debug/CSSLintStandard.xml";}s:66:"CodeSniffer/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b2cd9c46f2bc007d81272d324b25f333";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Debug/ClosureLinterStandard.xml";}s:59:"CodeSniffer/Standards/Generic/Docs/Debug/JSHintStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Generic/Docs/Debug/JSHintStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3a5efd9d84e677fc3bd05ac5d414a22b";s:12:"installed_as";s:78:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Debug/JSHintStandard.xml";}s:63:"CodeSniffer/Standards/Generic/Docs/Commenting/FixmeStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Docs/Commenting/FixmeStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b3dcec93c508f3be380818c2a8d35865";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Commenting/FixmeStandard.xml";}s:62:"CodeSniffer/Standards/Generic/Docs/Commenting/TodoStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Docs/Commenting/TodoStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0cc4f95f8f7a3883300743bb88850013";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Commenting/TodoStandard.xml";}s:78:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/JumbledIncrementerStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/JumbledIncrementerStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"abbc0419b5ddbd094d5b6d69a26f72ac";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/JumbledIncrementerStandard.xml";}s:83:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnusedFunctionParameterStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnusedFunctionParameterStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"78c7daf9578d2624de66f5172f3af5c5";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnusedFunctionParameterStandard.xml";}s:87:"CodeSniffer/Standards/Generic/Docs/ControlStructures/InlineControlStructureStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Docs/ControlStructures/InlineControlStructureStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f6049fa662dbed93aacb719c79225592";s:12:"installed_as";s:106:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/ControlStructures/InlineControlStructureStandard.xml";}s:74:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/EmptyStatementStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/EmptyStatementStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"dd1e8e78d5fd132c488682442a9f4993";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/EmptyStatementStandard.xml";}s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopShouldBeWhileLoopStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopShouldBeWhileLoopStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5fca871f5bfd3d3e117b2455e4885662";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopShouldBeWhileLoopStandard.xml";}s:87:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopWithTestFunctionCallStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopWithTestFunctionCallStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1968d3305bc8940872beef2ded3c4f72";s:12:"installed_as";s:106:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/ForLoopWithTestFunctionCallStandard.xml";}s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnconditionalIfStatementStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnconditionalIfStatementStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1dac87dae57656578fa8b1ba782189bb";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnconditionalIfStatementStandard.xml";}s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnnecessaryFinalModifierStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnnecessaryFinalModifierStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"74ed244fa9d088197a068e8de61e9a4f";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UnnecessaryFinalModifierStandard.xml";}s:83:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UselessOverridingMethodStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UselessOverridingMethodStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4bc3a1be74cf86956c395c61f49b3a5e";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis/UselessOverridingMethodStandard.xml";}s:66:"CodeSniffer/Standards/Generic/Docs/Files/ByteOrderMarkStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Docs/Files/ByteOrderMarkStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b137c1376a2664010fdda00645ba52a4";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/ByteOrderMarkStandard.xml";}s:67:"CodeSniffer/Standards/Generic/Docs/Files/EndFileNewlineStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/Files/EndFileNewlineStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b03178b04285d4a12dc253753552a7d0";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/EndFileNewlineStandard.xml";}s:69:"CodeSniffer/Standards/Generic/Docs/Files/EndFileNoNewlineStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Docs/Files/EndFileNoNewlineStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"443cfd71e7194e09ad00f6ce79ce6d67";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/EndFileNoNewlineStandard.xml";}s:63:"CodeSniffer/Standards/Generic/Docs/Files/InlineHTMLStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Docs/Files/InlineHTMLStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"70eb8afbb2b964437d0d8ef76059b76f";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/InlineHTMLStandard.xml";}s:64:"CodeSniffer/Standards/Generic/Docs/Files/LineEndingsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Docs/Files/LineEndingsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2b5ae42cdcc266ea919e65b1183dbe4b";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/LineEndingsStandard.xml";}s:63:"CodeSniffer/Standards/Generic/Docs/Files/LineLengthStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Docs/Files/LineLengthStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5d6ef4a4de5a13c34e0813bbfb34cc1b";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/LineLengthStandard.xml";}s:71:"CodeSniffer/Standards/Generic/Docs/Files/LowercasedFilenameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Docs/Files/LowercasedFilenameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"268e378573427e71991bca18907d18a9";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/LowercasedFilenameStandard.xml";}s:68:"CodeSniffer/Standards/Generic/Docs/Files/OneClassPerFileStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Docs/Files/OneClassPerFileStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bc717d744854037a100dbce2c482ddc4";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/OneClassPerFileStandard.xml";}s:72:"CodeSniffer/Standards/Generic/Docs/Files/OneInterfacePerFileStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Docs/Files/OneInterfacePerFileStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"85b5b9f411af797487fcd569a238638b";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files/OneInterfacePerFileStandard.xml";}s:84:"CodeSniffer/Standards/Generic/Docs/Formatting/DisallowMultipleStatementsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/Formatting/DisallowMultipleStatementsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"645c798d2c00fac7036e7a6e6c8d3466";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Formatting/DisallowMultipleStatementsStandard.xml";}s:84:"CodeSniffer/Standards/Generic/Docs/Formatting/MultipleStatementAlignmentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/Formatting/MultipleStatementAlignmentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7f6084ced23147c15bb031f85b23cbc4";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Formatting/MultipleStatementAlignmentStandard.xml";}s:74:"CodeSniffer/Standards/Generic/Docs/Formatting/NoSpaceAfterCastStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Docs/Formatting/NoSpaceAfterCastStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9aba38605e1ef11f846b614055e7e02e";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Formatting/NoSpaceAfterCastStandard.xml";}s:72:"CodeSniffer/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7b75c5b04193a312260f03779705714e";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml";}s:80:"CodeSniffer/Standards/Generic/Docs/Functions/CallTimePassByReferenceStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Docs/Functions/CallTimePassByReferenceStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"db368fdd693d9b10290c734c02e1859e";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Functions/CallTimePassByReferenceStandard.xml";}s:84:"CodeSniffer/Standards/Generic/Docs/Functions/FunctionCallArgumentSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Docs/Functions/FunctionCallArgumentSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c649b370eee7429572a8abb283363b30";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Functions/FunctionCallArgumentSpacingStandard.xml";}s:86:"CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceBsdAllmanStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceBsdAllmanStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"72e2b9b475a809e76fd9ca90bd5d8d9a";s:12:"installed_as";s:105:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceBsdAllmanStandard.xml";}s:93:"CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:93:"CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4488d3c4648045eceebdbd102d6645a0";s:12:"installed_as";s:112:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Functions/OpeningFunctionBraceKernighanRitchieStandard.xml";}s:75:"CodeSniffer/Standards/Generic/Docs/Metrics/CyclomaticComplexityStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Docs/Metrics/CyclomaticComplexityStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e6f564da68adaf4ba9ef330ae9090133";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Metrics/CyclomaticComplexityStandard.xml";}s:67:"CodeSniffer/Standards/Generic/Docs/Metrics/NestingLevelStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/Metrics/NestingLevelStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"abb8f4e2e3681c96a6be26de1482769c";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Metrics/NestingLevelStandard.xml";}s:86:"CodeSniffer/Standards/Generic/Docs/NamingConventions/CamelCapsFunctionNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Docs/NamingConventions/CamelCapsFunctionNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a132b1e5f691bafab3ac6ac589582102";s:12:"installed_as";s:105:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/NamingConventions/CamelCapsFunctionNameStandard.xml";}s:80:"CodeSniffer/Standards/Generic/Docs/NamingConventions/ConstructorNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Docs/NamingConventions/ConstructorNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"15d11a08a93c27be384ebffd88a14ac5";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/NamingConventions/ConstructorNameStandard.xml";}s:86:"CodeSniffer/Standards/Generic/Docs/NamingConventions/UpperCaseConstantNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Docs/NamingConventions/UpperCaseConstantNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"92ab09457475cb363e4c16564700682e";s:12:"installed_as";s:105:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/NamingConventions/UpperCaseConstantNameStandard.xml";}s:79:"CodeSniffer/Standards/Generic/Docs/PHP/CharacterBeforePHPOpeningTagStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Docs/PHP/CharacterBeforePHPOpeningTagStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"643f4a24c9fd9f0a3e9ddc2fb01b1454";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/CharacterBeforePHPOpeningTagStandard.xml";}s:64:"CodeSniffer/Standards/Generic/Docs/PHP/ClosingPHPTagStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Docs/PHP/ClosingPHPTagStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2b1998ff7bfe27550b3545ab493fb451";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/ClosingPHPTagStandard.xml";}s:70:"CodeSniffer/Standards/Generic/Docs/PHP/DeprecatedFunctionsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Docs/PHP/DeprecatedFunctionsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a07b3389c1392b1fb8a8fdf56456c2d3";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/DeprecatedFunctionsStandard.xml";}s:71:"CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1a934313b977708b83f932787395cc7b";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml";}s:69:"CodeSniffer/Standards/Generic/Docs/PHP/ForbiddenFunctionsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Docs/PHP/ForbiddenFunctionsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"56c1aa1d971883d75f2fad3eea8c14be";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/ForbiddenFunctionsStandard.xml";}s:68:"CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseConstantStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseConstantStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1ac683475da256800f880b37efd9feae";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseConstantStandard.xml";}s:67:"CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseKeywordStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseKeywordStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7b9a8104c185c6de35d9d59a0d41ba0e";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/LowerCaseKeywordStandard.xml";}s:67:"CodeSniffer/Standards/Generic/Docs/PHP/NoSilencedErrorsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Docs/PHP/NoSilencedErrorsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4587e7de5431c46dcaa9153c20e223d3";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/NoSilencedErrorsStandard.xml";}s:60:"CodeSniffer/Standards/Generic/Docs/PHP/SAPIUsageStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Generic/Docs/PHP/SAPIUsageStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2354242590f88b89aafdd52e9a254b52";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/SAPIUsageStandard.xml";}s:68:"CodeSniffer/Standards/Generic/Docs/PHP/UpperCaseConstantStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Docs/PHP/UpperCaseConstantStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a8835c84ae940bed241fda507a000d38";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP/UpperCaseConstantStandard.xml";}s:78:"CodeSniffer/Standards/Generic/Docs/Strings/UnnecessaryStringConcatStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Docs/Strings/UnnecessaryStringConcatStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"dbf7a1b01e799ba2fbc6ce8288af2afa";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Strings/UnnecessaryStringConcatStandard.xml";}s:82:"CodeSniffer/Standards/Generic/Docs/VersionControl/SubversionPropertiesStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Docs/VersionControl/SubversionPropertiesStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9bbed11883b0ea004b0bc823a145a7d0";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/VersionControl/SubversionPropertiesStandard.xml";}s:77:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowSpaceIndentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowSpaceIndentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"72862f24ee2c5fbf1adce94ea182e5d0";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowSpaceIndentStandard.xml";}s:75:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowTabIndentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowTabIndentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9b6f8015f2c468e83f8fdd6c3b365ca8";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowTabIndentStandard.xml";}s:69:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/ScopeIndentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Docs/WhiteSpace/ScopeIndentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e9569d4b81b45d746ab8217ee8f87136";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/WhiteSpace/ScopeIndentStandard.xml";}s:76:"CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowLongArraySyntaxSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowLongArraySyntaxSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5251dd8ad0586358aac99dd77c43f5f8";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowLongArraySyntaxSniff.php";}s:77:"CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowShortArraySyntaxSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowShortArraySyntaxSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4fc8564125aa55fefc835ffed07689ac";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Arrays/DisallowShortArraySyntaxSniff.php";}s:72:"CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2c6b40f265974c1c42443fa66b8f22af";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php";}s:73:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c060da655764aa1cb262e1deeb9d4ce5";s:12:"installed_as";s:92:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php";}s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"75d2d9f821b533539b46b0268e51855b";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php";}s:86:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7fd7ef152dc928e8500810baf05357fd";s:12:"installed_as";s:105:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php";}s:77:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f12ad6895b624ab53205db35ddf4fa45";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php";}s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b8d6ae6ec6ed446a6ce1cea2523c132e";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php";}s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c335f716e9647578c6f19a54603b9fcd";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php";}s:82:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"fb1100a533b71b131330b6e6a8e37e28";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php";}s:82:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ffd702aa4ebfde0dbe77d2168109bdfa";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php";}s:67:"CodeSniffer/Standards/Generic/Sniffs/Commenting/DocCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/Commenting/DocCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"86b8e497fa7f21f28b75601abebdca19";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting/DocCommentSniff.php";}s:62:"CodeSniffer/Standards/Generic/Sniffs/Commenting/FixmeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Sniffs/Commenting/FixmeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"82362ce822d8e85b338b055e0c73e2d8";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting/FixmeSniff.php";}s:61:"CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"81fd8b9f485c061615ae323e600199e3";s:12:"installed_as";s:80:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php";}s:86:"CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"654ef98142b6b43a8d94c5b64f60405b";s:12:"installed_as";s:105:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php";}s:65:"CodeSniffer/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"05091682078e1f4eb042fe4fb9630593";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php";}s:59:"CodeSniffer/Standards/Generic/Sniffs/Debug/CSSLintSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Generic/Sniffs/Debug/CSSLintSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"26b5bd3db47e063da2344e1a198c6f99";s:12:"installed_as";s:78:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/CSSLintSniff.php";}s:58:"CodeSniffer/Standards/Generic/Sniffs/Debug/JSHintSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Generic/Sniffs/Debug/JSHintSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bf17c3e7496f98ec0ea6b112300898bc";s:12:"installed_as";s:77:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/JSHintSniff.php";}s:65:"CodeSniffer/Standards/Generic/Sniffs/Files/ByteOrderMarkSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Sniffs/Files/ByteOrderMarkSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ffd0fe9fa98f01d0abadbcb8fc77dc7e";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/ByteOrderMarkSniff.php";}s:66:"CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"589971529f6eab4eb922409a90a6848c";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php";}s:68:"CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNoNewlineSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNoNewlineSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f616d083b4c95af4763d746e92c05242";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNoNewlineSniff.php";}s:62:"CodeSniffer/Standards/Generic/Sniffs/Files/InlineHTMLSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Sniffs/Files/InlineHTMLSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"fe50780d52e23ef474ee200ba8909c38";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/InlineHTMLSniff.php";}s:63:"CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8fd28f8251723be2b3a2c509d78a680c";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php";}s:62:"CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1f1e585c84c89e95c419b00bc18f242a";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php";}s:70:"CodeSniffer/Standards/Generic/Sniffs/Files/LowercasedFilenameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Sniffs/Files/LowercasedFilenameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"49769cae895a6a9dcf39a864368f24b6";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LowercasedFilenameSniff.php";}s:67:"CodeSniffer/Standards/Generic/Sniffs/Files/OneClassPerFileSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/Files/OneClassPerFileSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"23467fb5aa502c32864ca676e52a4ca5";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneClassPerFileSniff.php";}s:71:"CodeSniffer/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"33e14123f698d9a664054b589a098b32";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.php";}s:67:"CodeSniffer/Standards/Generic/Sniffs/Files/OneTraitPerFileSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/Files/OneTraitPerFileSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cae519b77a5ef7df5af2b4072fba92e1";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneTraitPerFileSniff.php";}s:83:"CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ecf09cc24b9620c504f90661c70129ba";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php";}s:83:"CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4a7b1bb43ca8cc9c4654e7d78489765c";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php";}s:73:"CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5d85326ba04de31d70904af53fe726aa";s:12:"installed_as";s:92:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php";}s:71:"CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f4bb2e63ff5e5fc6b53740cccdb2deb9";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php";}s:79:"CodeSniffer/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ab780701ccc0010180f85da6a29e9e54";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php";}s:83:"CodeSniffer/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ef1b42059771bfb5cddd18438c44d34c";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php";}s:85:"CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8dfabaf1208721c6ee0d09d782b6212c";s:12:"installed_as";s:104:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php";}s:92:"CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:92:"CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f49b8c8381072b069d090fddf96b0a31";s:12:"installed_as";s:111:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php";}s:74:"CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cbbce2b2c11b3f68dfe8d978f4ebf89f";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php";}s:66:"CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d8e417a8396b46d6e5d2a07df4c0b7e2";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php";}s:85:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f7811c31bc1281ab71ae0ac0605b3a32";s:12:"installed_as";s:104:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php";}s:79:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ad846e44f9dad211a0fdf9bb8d9cdfd8";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php";}s:85:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9af5a5c2f4c05bbc458bcd2de0b0f5bf";s:12:"installed_as";s:104:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php";}s:78:"CodeSniffer/Standards/Generic/Sniffs/PHP/CharacterBeforePHPOpeningTagSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Sniffs/PHP/CharacterBeforePHPOpeningTagSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e3aa9199f568a44b8a177f6f2951bec6";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/CharacterBeforePHPOpeningTagSniff.php";}s:63:"CodeSniffer/Standards/Generic/Sniffs/PHP/ClosingPHPTagSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Sniffs/PHP/ClosingPHPTagSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"178adb5e2615870cde2593bd4988dadc";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/ClosingPHPTagSniff.php";}s:69:"CodeSniffer/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2a87b19e535d3b345ecc9a36410a8215";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php";}s:70:"CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"34be1200194ebd5528e433e8efbcb028";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php";}s:68:"CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d5b8b69890c36b6ecd77b8bb25293356";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php";}s:67:"CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f7e922858da6e4fc233614a50ac055ef";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php";}s:66:"CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"998ef58aab6d2ab9b7989a712fb6b74a";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php";}s:66:"CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f4548c01e0ab029c65540b1ec9218e24";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php";}s:59:"CodeSniffer/Standards/Generic/Sniffs/PHP/SAPIUsageSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Generic/Sniffs/PHP/SAPIUsageSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c3c298f5ff4a9893f1e112df5283a327";s:12:"installed_as";s:78:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/SAPIUsageSniff.php";}s:56:"CodeSniffer/Standards/Generic/Sniffs/PHP/SyntaxSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:56:"CodeSniffer/Standards/Generic/Sniffs/PHP/SyntaxSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"33f7d11ec61ca567e9cc831631b3f080";s:12:"installed_as";s:75:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/SyntaxSniff.php";}s:67:"CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f1a383ef2d969cacaad0eec6b91ff064";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php";}s:77:"CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cd6d49161c81e7dec6415d0f728811f8";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php";}s:81:"CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"42c7d9f1867c0a1c4831118d6bfa8021";s:12:"installed_as";s:100:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php";}s:76:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a786b38911c2b2295d438191ea7cde97";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php";}s:74:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"82ed6ba31dc3f390a97a4951b02d830a";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php";}s:68:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5d0a959672f1f3f3760ffc12dd27da3e";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php";}s:78:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"04aca44eeadec2f8595c5a2a44c24b5a";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc";}s:84:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2153ff3628730b0f70ac06e6bad531b9";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.inc.fixed";}s:78:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f950c060232e28e2e3347d707f58b761";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Arrays/DisallowLongArraySyntaxUnitTest.php";}s:79:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a229d266b4b7750c313e158bc02495f4";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc";}s:85:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"043315352c7ab52f33b11cd75a95db54";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.inc.fixed";}s:79:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"83b0c0b995087c048dcd0394a4d45bbb";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Arrays/DisallowShortArraySyntaxUnitTest.php";}s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"23bd61d7cd58b8bf7fbfe9f06a3d1e8a";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc";}s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f5bb02ac140188e541c8f3bb248da7c8";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc";}s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2e0f589e2d30dd4325cc536616a2460f";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.3.inc";}s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f114e6645580059a6fbc7ed353686d4a";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.4.inc";}s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.5.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.5.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1d4bbe2495ee071974bc185b0893c87d";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.5.inc";}s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"32a4826c503a05ea90bec8e6e4f48650";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc";}s:74:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8b104b809e5ea52eb94238c116f53d83";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php";}s:75:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"aad2102f34aa87e1c9d163f4400f5234";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";}s:75:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bf2c7149186ebc421360826f41e5e972";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php";}s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"848e0acdae19badb10210abc1bcc9703";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc";}s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"af764b445ec261ead2aaae96b0cff0f4";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php";}s:88:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d7d4e3e907bc786a44fc6076fd2a2f07";s:12:"installed_as";s:125:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.inc";}s:88:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5cadafd9210478f8a1999d5f95e26e13";s:12:"installed_as";s:125:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php";}s:79:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"87db1143c085d7d0f8b4655298be51e3";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc";}s:79:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"14dd275e13710ed3ca43b892ee7c86f1";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php";}s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f56a715301e26dbbdd34adc065824582";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.inc";}s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"855c95a6cfb5f249068b961c64ee0567";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php";}s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"67070761d82ce819360da496cb015392";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.inc";}s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"eeac813c8ad8ac90f8fab76b97559109";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php";}s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"89e6f5d78fd8f67ae119e4ea42d31f27";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.inc";}s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3776fb26bebe8a9634bf71193f29a728";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php";}s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4ac4e65167bbf6e7009751e652d9e8ec";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.inc";}s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"41e966ba607549278735b8dc667e4450";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php";}s:69:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"79de428d3709ebaa3b83263dd7df146c";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.inc";}s:68:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"986812bf3550f2462949ec5e62ae0b35";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.js";}s:69:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0b005b11764868e33fc426ce8c42196a";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.php";}s:64:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7738fcf27869e0fe9e8c6f511e582ec6";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.inc";}s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2cfa202f38dc04b877e20042b9f2652b";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.js";}s:64:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6d7cc104d110b86695dd481e458f597d";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.php";}s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"725d85a64b54cd61051a69bcd18d9177";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.inc";}s:62:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c938880a9402d86f9e9cfd95b3b4f05c";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js";}s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"440f2381e951cfb2aacb7bc6e29551a3";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php";}s:88:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5363f00e7153b225d7a1f082aba4bcc1";s:12:"installed_as";s:125:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc";}s:94:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:94:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2dcf397af2f6adc7da4b1821c4aa80d6";s:12:"installed_as";s:131:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc.fixed";}s:87:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3832da0893854fa6a10b9885fa30e8c2";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js";}s:93:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:93:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"080157eaf1f5b58a3c05fe13ff6fd03d";s:12:"installed_as";s:130:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js.fixed";}s:88:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fab84eb6cc118d097c7b75716cdb259f";s:12:"installed_as";s:125:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php";}s:67:"CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"957d5b81d1a30ceb3642fac1e80607ad";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.inc";}s:67:"CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"58c0a1cb7f960cf1454b943d3d38d51c";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.php";}s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a5b74ae516e9d6324a9dd85567a66f69";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.css";}s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"eda83915096e8d140260fb0c2701f14b";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.js";}s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c1744f97606da40062f2695cd0b6b6bf";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.inc";}s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d1294f87da9de636f6e615fb2a67730c";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.css";}s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f2401fef5f078517a5238cf4aee87bae";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.js";}s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"53a11a4f5f66fcba7560107dfef6fff9";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.inc";}s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"29de380ea5fdb1bb9ebbee3ad39f0c52";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css";}s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fb95a9a486d19135fe4541a1dfafefc9";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js";}s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d2ae4c2f14d3f88b23af87f94c780689";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc";}s:68:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"582fa7a47166517ddcf382b5f6ecd616";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.php";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a5b74ae516e9d6324a9dd85567a66f69";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css";}s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"eda83915096e8d140260fb0c2701f14b";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c1744f97606da40062f2695cd0b6b6bf";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d1294f87da9de636f6e615fb2a67730c";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css";}s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f2401fef5f078517a5238cf4aee87bae";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"70abec0a06baabebe2e8b19151494828";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"29de380ea5fdb1bb9ebbee3ad39f0c52";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.css";}s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fb95a9a486d19135fe4541a1dfafefc9";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.js";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d2ae4c2f14d3f88b23af87f94c780689";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.inc";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"69f07df4908e815525c9c4ec00e6a18f";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.4.inc";}s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"733e358eceee086c7832d938523d17d1";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.php";}s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c1744f97606da40062f2695cd0b6b6bf";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.1.inc";}s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"70abec0a06baabebe2e8b19151494828";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.2.inc";}s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2dfcec73ad7448f097136726290efdf9";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.3.inc";}s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a2b80dd6e56bba40735b42a1c91431d8";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.4.inc";}s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.5.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.5.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2a2f357e442cdf0814bc7fa193a58f1f";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.5.inc";}s:64:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9b5e59a058e1eb6f91b38d202da3d132";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.php";}s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cc370bc1ef78b1669e47bf1666703ca7";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.css";}s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fc0e34a7c6665a2f4c17da056be07774";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.inc";}s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8810f939a03bd3f8b37d1bc750a98297";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.js";}s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e59252b61be69299bf32abc480bc42fa";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php";}s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"182b7304a36abc1203caacd56ffa8a01";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.inc";}s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1dc35265f272908b89f4f776bee8de10";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"587ea91a0de920abca377c34fde76be0";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.inc";}s:72:"CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bbaf448951218dea967d848b468235f2";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php";}s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6aa93b86087f0a3b7c511d814425a7e9";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.inc";}s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9299cfa69c916781ecc0f4afed72ceec";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.php";}s:73:"CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a32a2239c59c442b4057a4b57b0c8c48";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.inc";}s:73:"CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d323282661f3abf9812a170de7c64fd8";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.php";}s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7a755764c9d1f9b54a2b7840101403df";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.inc";}s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f2732bb761bf6ac30d261bac329b5f1f";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/OneTraitPerFileUnitTest.php";}s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d5c99c32577b232489fe9800f4dea594";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc";}s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dc1697190303fa6f74ca101daa07c75c";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php";}s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2c73b542a7a2d728fc1074a9b08522fe";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc";}s:91:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:91:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9366966ecdd8c2eadae1d08f6eede93c";s:12:"installed_as";s:128:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc.fixed";}s:84:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"123af7652dc7a403cba16512ee22e5c9";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js";}s:90:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:90:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b713a1e972ba46516b7ae93a6bfaf396";s:12:"installed_as";s:127:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js.fixed";}s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"403d92ad1ffdab07f904675bcb157fdf";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php";}s:75:"CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dd0fdbe16f084c1dddd7b3b9e776c183";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc";}s:75:"CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e606e11cf3657dfd03aa74fc29e68649";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php";}s:73:"CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dd0fdbe16f084c1dddd7b3b9e776c183";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.inc";}s:73:"CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d6e454542a27226af0c5857966df8a36";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php";}s:81:"CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0d9eda02a50727a2391673740a9622e1";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.inc";}s:81:"CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3386de068dbb63e6c108a6f3f0277462";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php";}s:85:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"53a47bb757062211450c1e393350b415";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc";}s:91:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:91:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"00af302e85eb2df128cd1730c63ffb20";s:12:"installed_as";s:128:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc.fixed";}s:85:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b31e4a0feccfb99c2074937608c8f8d4";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php";}s:87:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"029f4dc7ef897f5fd813d30d78269a30";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc";}s:93:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:93:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c88e9b9bda008d072505bd65944ddd3e";s:12:"installed_as";s:130:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc.fixed";}s:87:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"aca21dfc902ed2ad8164a72a5fe51a22";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php";}s:94:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:94:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5ed7667a282b56bdadf1c362740ccd35";s:12:"installed_as";s:131:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc";}s:100:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:100:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1a89f48d07eb8f43f2d533d92fb382be";s:12:"installed_as";s:137:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc.fixed";}s:94:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:94:"CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e7ad934bf682dd8f44fb6308381cc29d";s:12:"installed_as";s:131:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php";}s:76:"CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ffda0d9289db0eeb672d0495fd32458a";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc";}s:76:"CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8db7f3dcf880c22242702b289b58ce89";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php";}s:68:"CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1296e80dda4168b3c2e874afcd62bca2";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc";}s:68:"CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c15eea0ffed165debbb73a2ab612c308";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php";}s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"20719fcaa98ba34de14306c169842ed9";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.inc";}s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"38874df83e410be6bbf705aa140f5839";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.php";}s:81:"CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9e080075c29e1edc8a0a16fc26497e73";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc";}s:81:"CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3cc2646a7618216fbee2600e34ef7e08";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php";}s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4d871a90c600ce8da021ddc8501e88e1";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc";}s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"afab77a2b34e7ac2eb6542141436731b";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php";}s:82:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0a2172b0b6d08519bf76b3ba94a5bd23";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.1.inc";}s:82:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5b21e289b66801dd438ac01f585207ef";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.2.inc";}s:80:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3216ecfcce66c9666dd7429e933c9f07";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.php";}s:65:"CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"01431a2e42cd307134826e8c0c8e0838";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.inc";}s:65:"CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b8749d2b52cc2e050c9761e6aef2cb77";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php";}s:72:"CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"38ca1a09cfe67397a8673d17cbb52d37";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.inc";}s:72:"CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"37d64a35d032974d0ae7d88d769031d4";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php";}s:70:"CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cf9ef5f22a4ad4e4a53c7bba610c2543";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc";}s:70:"CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"24080f23b79a13849c35110e0c17bcfb";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php";}s:69:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1ed1455985964e91fabddd2a8f45661a";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc";}s:75:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b71301e6dcd467a5155b1d9da83c241a";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc.fixed";}s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ec7d1a4c0a7f5b7f2d7824c79fe162c4";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js";}s:74:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"facc5d0edc7a8991ce471cc422185f7d";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js.fixed";}s:69:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"24f25d83af3ac53ec503ba7e01cf78d0";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php";}s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c9fc986d4e29acf92537468753c83517";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc";}s:74:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"04f86444ac8e9be8d176cd16a4e869cc";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc.fixed";}s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7ee156d6a0b00f8475e9cf14ebbc913b";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php";}s:68:"CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"88e8d3f08bc4df038c1512429f89f336";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc";}s:68:"CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"90bad8a461d0791bff801e2fde6e4795";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php";}s:61:"CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cb929e0bea96eb35064dd63e8d69b51b";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.inc";}s:61:"CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"75f4d23ee01826b7ff9c656a8cb24a1b";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php";}s:58:"CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"aa552990b2df89147e45da3b44ebc37d";s:12:"installed_as";s:95:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.inc";}s:58:"CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a07c735a9b2256bff14b53bf2f93b1bd";s:12:"installed_as";s:95:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/SyntaxUnitTest.php";}s:69:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"676c968d5b9357b77b7c5e1dd18c687b";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc";}s:75:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cd4ba66992cba09948c870b311aed352";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc.fixed";}s:69:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"77d21a2af90b008183a79705162c1015";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php";}s:79:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4e2c5449ffe21418554266832b19e81a";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc";}s:78:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c50a5bc4492d7df5404f7394e68c8992";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js";}s:79:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b5372c132bba10b3166b322b764a50ad";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php";}s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"53a55c1187693a4eed5be0492ff715a6";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.css";}s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e143a0236b907aca710109d135dff5ac";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.inc";}s:77:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6e8c97c6dbca6487307a777ee40aaa27";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.js";}s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b4a6a39c2e6bee2194ae711f1fa17325";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.php";}s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cae3621b9e3991d12c002173e78f5040";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css";}s:82:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c242e0dff82976f9546808535f380de6";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css.fixed";}s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bd9a8f4ba35244e804b17a2ea4f412c7";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc";}s:82:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"168defd15ada7d244e120e88da1d6aeb";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc.fixed";}s:75:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"862c06f6daa9b363ee4c8445f0008896";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js";}s:81:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"84e8c7267e64c330a587c28a7097ef7a";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js.fixed";}s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1f479586c704b26da86a761b77fa6fe9";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php";}s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"064af3cb0b1c9058889ee0bd160e699b";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc";}s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"143abaacf4d2a1c5d7c6459eec5f13e0";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.inc.fixed";}s:71:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cee1ff6865d0d5b5e55101a655086b76";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js";}s:77:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bfab9dc89a6efc6800ddb9726ec817a8";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js.fixed";}s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"143a054da2576cae463e247f6d7c6cfb";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc";}s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"596c5fc28be354220bc9c29a4f53bce5";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.2.inc.fixed";}s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"129dd842f604422ddba6e49d8502c53c";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc";}s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"36f2f0750d0571c0875e0e47cc8c6ba7";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.3.inc.fixed";}s:70:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1f800e8019464c51d5f94864428567c7";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php";}s:41:"CodeSniffer/Standards/Generic/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:41:"CodeSniffer/Standards/Generic/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5634ea56fd8938ee1919fd5dbcc38488";s:12:"installed_as";s:60:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/ruleset.xml";}s:75:"CodeSniffer/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"24bab818a678771ef93ab94306718aa1";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php";}s:72:"CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2c940ecc12a503c2231490c57e1a6a0b";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php";}s:69:"CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5d513e2bf94fb7c0ac1ca315fd6855cb";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php";}s:68:"CodeSniffer/Standards/MySource/Sniffs/Channels/UnusedSystemSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Sniffs/Channels/UnusedSystemSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c7627d4070020e26894c5cb845cbe4cd";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/UnusedSystemSniff.php";}s:73:"CodeSniffer/Standards/MySource/Sniffs/Commenting/FunctionCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/MySource/Sniffs/Commenting/FunctionCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3838ed5649468cfad6fbb01b0e7c6f4d";s:12:"installed_as";s:92:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Commenting/FunctionCommentSniff.php";}s:72:"CodeSniffer/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"07ff97bd0e04cef2be526a658c7a4757";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php";}s:62:"CodeSniffer/Standards/MySource/Sniffs/Debug/DebugCodeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/MySource/Sniffs/Debug/DebugCodeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"004eeb659511b993cc583b3be9f5a87c";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Debug/DebugCodeSniff.php";}s:67:"CodeSniffer/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1464d6bde449d5ec6925ad653f2008b7";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php";}s:65:"CodeSniffer/Standards/MySource/Sniffs/Objects/AssignThisSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/MySource/Sniffs/Objects/AssignThisSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"80b35c4130017cbab2e9850435daf184";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/AssignThisSniff.php";}s:79:"CodeSniffer/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1d1382efcf53385f2f87585ce90312a5";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php";}s:72:"CodeSniffer/Standards/MySource/Sniffs/Objects/DisallowNewWidgetSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/Objects/DisallowNewWidgetSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3dea64d1f3987fcb30b80635e02faf5f";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/DisallowNewWidgetSniff.php";}s:69:"CodeSniffer/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"35f6e61c7e046b7d016e490e18659acd";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php";}s:68:"CodeSniffer/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5b8f7cd19636068229cd9a9c36ccf839";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php";}s:65:"CodeSniffer/Standards/MySource/Sniffs/PHP/GetRequestDataSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/MySource/Sniffs/PHP/GetRequestDataSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"52b81e06c37c24578270b326cc028101";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/GetRequestDataSniff.php";}s:70:"CodeSniffer/Standards/MySource/Sniffs/PHP/ReturnFunctionValueSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Sniffs/PHP/ReturnFunctionValueSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"931e29c4c80cde2385d7982ddeb9ecac";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/ReturnFunctionValueSniff.php";}s:66:"CodeSniffer/Standards/MySource/Sniffs/Strings/JoinStringsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/MySource/Sniffs/Strings/JoinStringsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2d50d16153f85a26466bb334478b7996";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Strings/JoinStringsSniff.php";}s:77:"CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"75a6a459609635d424ea1da60697c9c6";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.inc";}s:77:"CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8bd522768c623801142d1285dd8de320";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php";}s:71:"CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"72517fbf6ed9e2a78a4716c5aa1366d3";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.inc";}s:71:"CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3c5bb73f555015d106608d4a5f46b810";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php";}s:70:"CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5777c88a10d7c05840dca721660a346d";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.inc";}s:70:"CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8ec6acfe64e98ef9e3d1850caa9f1168";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php";}s:75:"CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1363e0955bc3ea517ff86567b8c14e43";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc";}s:75:"CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bb7a741bdc103b18d737110cdd327519";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.php";}s:74:"CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f95e0fdb7654a664917fd8af0b8e2522";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.css";}s:74:"CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ec4aa681152aac9a9c10c3ae2ac7ba31";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php";}s:64:"CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a7b0b127e2785ce7b8dac5b357c1ec91";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.inc";}s:64:"CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d1044324f57fe7dd56143615d63e67b6";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php";}s:68:"CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fe8858695e303e8b3c87415a5603f63f";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.js";}s:69:"CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7e2b3388766283224e0a2518284f57a5";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php";}s:66:"CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e8729933b41b396c6f49e1d8cd747f4b";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.js";}s:67:"CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"be31ca71a79c805c7dbeb69669d26a1a";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.php";}s:80:"CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cabbcdd9150251d9335ad5033d4497ab";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.js";}s:81:"CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1c7ca44be753df4c2e16fe4e121820c5";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php";}s:74:"CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4be85228efb872ef85657f8f1852d352";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.inc";}s:74:"CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f2a43e7537963b5128fb02364372af99";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.php";}s:71:"CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c89c2f244e93710ee05e7dd78b77aa70";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.inc";}s:71:"CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bb37229846d1094a41a07f30a84fdf22";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php";}s:70:"CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"17c15eec6d295263533b18f24f1413b9";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.inc";}s:70:"CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"128220ba8c92d194f6effb64dbd29a23";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php";}s:67:"CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4c3203fa62b91992e56f0d4fcc3436d9";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.inc";}s:67:"CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ac2b7e3bf8a2e64ca2de677d51def445";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.php";}s:72:"CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"82098c97ad67c7e68ad9a9d8be950656";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.inc";}s:72:"CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9a862d1991caa4828bf129ea811bfbc7";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php";}s:67:"CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"91916345902e2029f8cbd2e949a75e2d";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.js";}s:68:"CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9f0845c27abf4077432087d6ede2e232";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.php";}s:42:"CodeSniffer/Standards/MySource/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:42:"CodeSniffer/Standards/MySource/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"48cf8281e8635fbeff9877e198591054";s:12:"installed_as";s:61:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/ruleset.xml";}s:68:"CodeSniffer/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"164cd0bfba5d5ee4cb9830ae09d623da";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Classes/ClassDeclarationStandard.xml";}s:67:"CodeSniffer/Standards/PEAR/Docs/Commenting/ClassCommentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Docs/Commenting/ClassCommentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b557565c04bfcd627ed7752642a24390";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Commenting/ClassCommentStandard.xml";}s:66:"CodeSniffer/Standards/PEAR/Docs/Commenting/FileCommentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/PEAR/Docs/Commenting/FileCommentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8f30301ab881c174ace42c99a099df37";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Commenting/FileCommentStandard.xml";}s:70:"CodeSniffer/Standards/PEAR/Docs/Commenting/FunctionCommentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PEAR/Docs/Commenting/FunctionCommentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b48803219478b3548e97777433547c8b";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Commenting/FunctionCommentStandard.xml";}s:68:"CodeSniffer/Standards/PEAR/Docs/Commenting/InlineCommentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Docs/Commenting/InlineCommentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"116cdb66f41357afea1ccde91bf3a782";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Commenting/InlineCommentStandard.xml";}s:78:"CodeSniffer/Standards/PEAR/Docs/ControlStructures/ControlSignatureStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PEAR/Docs/ControlStructures/ControlSignatureStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"206ad4e5ab7b5ede4deb4ed512a9d8b7";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/ControlStructures/ControlSignatureStandard.xml";}s:80:"CodeSniffer/Standards/PEAR/Docs/ControlStructures/MultiLineConditionStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Docs/ControlStructures/MultiLineConditionStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bcc768189b74dd3d530281c01138a7e9";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/ControlStructures/MultiLineConditionStandard.xml";}s:63:"CodeSniffer/Standards/PEAR/Docs/Files/IncludingFileStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PEAR/Docs/Files/IncludingFileStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"770028f85deb584a9479374f0ae4a3c9";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Files/IncludingFileStandard.xml";}s:60:"CodeSniffer/Standards/PEAR/Docs/Files/LineLengthStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/PEAR/Docs/Files/LineLengthStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"dee46187d37f8fb07869fdc80230d94f";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Files/LineLengthStandard.xml";}s:74:"CodeSniffer/Standards/PEAR/Docs/Formatting/MultiLineAssignmentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Docs/Formatting/MultiLineAssignmentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e1ac447c084d84b6daef68437ed212cc";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Formatting/MultiLineAssignmentStandard.xml";}s:75:"CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallSignatureStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallSignatureStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"eb647b510eb0e12cc38780b435ea7c28";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Functions/FunctionCallSignatureStandard.xml";}s:73:"CodeSniffer/Standards/PEAR/Docs/Functions/FunctionDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Docs/Functions/FunctionDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8b78bd675f5f511a263f5cc4ed672a74";s:12:"installed_as";s:92:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Functions/FunctionDeclarationStandard.xml";}s:71:"CodeSniffer/Standards/PEAR/Docs/Functions/ValidDefaultValueStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Docs/Functions/ValidDefaultValueStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c06cfd422bd0448fea890c5f160aaaa4";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Functions/ValidDefaultValueStandard.xml";}s:76:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidClassNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidClassNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7a8cb7f0170d43276b8d2269cf91c4d1";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidClassNameStandard.xml";}s:79:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidFunctionNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidFunctionNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9a148130eea909affd2bf4085c175515";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidFunctionNameStandard.xml";}s:79:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidVariableNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidVariableNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"16059d7e2176ab2178e3da7150fa4926";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/NamingConventions/ValidVariableNameStandard.xml";}s:72:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeClosingBraceStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeClosingBraceStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a449ba78ece1fb077585b031e8410925";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeClosingBraceStandard.xml";}s:66:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeIndentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeIndentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"98576702129bc924dfb0749417b19b17";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ScopeIndentStandard.xml";}s:75:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ObjectOperatorIndentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ObjectOperatorIndentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f35f1608d67b5c38d76eeb778d8617cc";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/WhiteSpace/ObjectOperatorIndentStandard.xml";}s:67:"CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1e4befec130b5146539ce0df561d9a64";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php";}s:66:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"62954d2dffa9c2efd3c2c128b386d060";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php";}s:65:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"aa4a00ab97b2f8ef2ecf7291fba577d3";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php";}s:69:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"65466fdfe99366e28be4c428df4cd3d3";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php";}s:67:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3fc4f4c9ce665a8e361f43b1210f9599";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php";}s:77:"CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"47247c9bc2f8628716ad2fc88a9d442b";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php";}s:79:"CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"345deca5e878fc70bbbc7046cb138b47";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php";}s:62:"CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c0621e52721cd589fd2586956f198c74";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php";}s:73:"CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"74edc230f78423fd77e80d780c6a4e35";s:12:"installed_as";s:92:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php";}s:74:"CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"43986e7b24b20b4d115f180e714f2838";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php";}s:72:"CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1059f3b309ab7adae2e1b5275550f7de";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php";}s:70:"CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6f64722ee5bde9eebd6e52746d0c06fa";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php";}s:75:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"78d26810fab547ea57c4a5f718fb0070";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php";}s:78:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f8c9c90f30f7c414ccd03d5ae486dbce";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php";}s:78:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cfca4c704fe3c076a9e286dc6fe88334";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php";}s:74:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ac48d64c8bb49a89fedd93d0795c28bf";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php";}s:71:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8716a5b3296260fa13af53fd2fa5bfc8";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";}s:65:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8285f239513b808f0ec30399ec78c078";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php";}s:69:"CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d69ef85276acbde245bd589402a90174";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.inc";}s:69:"CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"18651c722a6c65bbe1e3b22aa9945b48";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php";}s:68:"CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"afc72b4836b445ce7ad22b1568599991";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc";}s:68:"CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dcea272362698e27edbd6826c487ec5c";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php";}s:67:"CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1dd8a9c3eb70210b583e869c6caa0b2c";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc";}s:67:"CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"108169fe55f2f221e0cde5bd162aa834";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php";}s:71:"CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"14fba9b333f8592a2ed8226b8482095c";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc";}s:71:"CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9e5ce676d03b6d9d28a637f96cff5d6f";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php";}s:69:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"433442747159f3fd4338dbf01adb2bc1";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc";}s:75:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c46590cc30104e4558ea3caa0dc24d2c";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc.fixed";}s:69:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a47f93f47d8fa61b49a0a432b59a9bac";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php";}s:79:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5b2c232c5509fb4778636a97edb4a32a";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc";}s:79:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"305f670c25349c63b1a0355be64153df";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php";}s:81:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c10137dd691f242dcc8c29b215add567";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc";}s:87:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"88a4b757b84a06aa594da68efe43987d";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc.fixed";}s:80:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fdf4c9e2a72049f90a4afe6bf47ea9e6";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js";}s:86:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"701d16c8e5cbc9883b791d311c5814cc";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.js.fixed";}s:81:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"96be3dd4e3b06b1df1d156da857933eb";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php";}s:64:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0c7e672ebcb7d5a1d25f8c7a578917c7";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc";}s:70:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"58d16cce3e9db3c09b014fb3f9cb80cc";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc.fixed";}s:64:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"30a3267f4443cc40ed4b6b3e570c9a98";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php";}s:75:"CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4dde1b27c0d0c4de289b7fd9e48e8d1f";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc";}s:75:"CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"11d8912529728b9c758897b40753602b";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php";}s:76:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"72f934edb2b0391ad9071c9770222c06";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc";}s:82:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7a51a210c19bb5021e0af9ffbfb961b8";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc.fixed";}s:75:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"621918847f01f521807583d52bffba04";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js";}s:81:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"59f02b7f528ccbb59cb30854da500890";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.js.fixed";}s:76:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b81f228346ce1464d03c32a3295198f1";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php";}s:74:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dc8126c7040c400983bb72feccb9ec0b";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc";}s:80:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b48adc7267c058803a10d49ca80cd818";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc.fixed";}s:74:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"568cd115e1019484cb0be0b7362c69b2";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php";}s:72:"CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3f9cda6884e84eef8bef30f88358dad4";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.inc";}s:72:"CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a1801aca5443b44b74737e3be5bbfcc4";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php";}s:77:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b9e192077b2420c3075f8a33501c188a";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc";}s:77:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0488af50b76582b9db9f9c850390eb25";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php";}s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6e6494c0a189ae71dbd423b66c8f541c";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";}s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8be2e93b73f9cc402ae07c728f1f8540";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php";}s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4ae8c263b8c754698b164904c9d6fd15";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc";}s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7dcbd8116847eeb46d30c7432917f490";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php";}s:76:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8530ae4168b4afa0277cbeadadb1d60a";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc";}s:76:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"90ae9f92d52910047d38eecc1227f936";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php";}s:73:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"579a9d07e7d8ccd37ed68cf63c0f9b65";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";}s:79:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f399f75d2e1c98abc743890f95e332eb";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc.fixed";}s:73:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fd0d10e37c7694679431f932c892ce41";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";}s:67:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0e20ad954b2322a240d1e480a6305016";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc";}s:67:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3a124b33c9844e7d5fe0fa9c62436acf";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php";}s:38:"CodeSniffer/Standards/PEAR/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/PEAR/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d9513c5d11c22a87665420631a15b135";s:12:"installed_as";s:57:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/ruleset.xml";}s:39:"CodeSniffer/Standards/PHPCS/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:39:"CodeSniffer/Standards/PHPCS/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4b12af262260edcf0f21a0cc1e38a435";s:12:"installed_as";s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PHPCS/ruleset.xml";}s:68:"CodeSniffer/Standards/PSR1/Docs/Classes/ClassDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR1/Docs/Classes/ClassDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c500324edd32dd6d5fac4e233aa866fa";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Docs/Classes/ClassDeclarationStandard.xml";}s:61:"CodeSniffer/Standards/PSR1/Docs/Files/SideEffectsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/PSR1/Docs/Files/SideEffectsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7b0907673957b7bf80663696a663ff6c";s:12:"installed_as";s:80:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Docs/Files/SideEffectsStandard.xml";}s:67:"CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"326afdd6ec5ba593d214d4270b0b867d";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php";}s:60:"CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cc58bcac397b760582ec91df0101cd80";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php";}s:70:"CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6d7c8aa60af2cf492fdd2f02b6a40a02";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php";}s:71:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"459a238ac06aad1c7daf28ddf295536f";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.1.inc";}s:71:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"eda9487741b3b749888e1a3a9201c0a2";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.2.inc";}s:69:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ef50f75f5f44297686b2713869faf8fe";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php";}s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"38b54ee64973b5c63d9d3b89fe4fd447";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.1.inc";}s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"789a154f1ea851288081febcf6953cc7";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.2.inc";}s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1d55c54bf5600e860c62d8e2152c2df2";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.3.inc";}s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f91d6cdefb57a116e3e6e9cecf7e7273";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.4.inc";}s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.5.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.5.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4a3a968c38d0655e88a39c665d431f72";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.5.inc";}s:62:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b0682db2aff29b0edcf6500a0945af76";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php";}s:72:"CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a0948315a69a17b39d24dbc5b89763af";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc";}s:72:"CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"51929710b1741ae7f001edc3af51fff1";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php";}s:38:"CodeSniffer/Standards/PSR1/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/PSR1/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8e8b5361060ad9c2e04af9a422990c68";s:12:"installed_as";s:57:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/ruleset.xml";}s:68:"CodeSniffer/Standards/PSR2/Docs/Classes/ClassDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR2/Docs/Classes/ClassDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5b48bb68ed1e69ec9f8c5f349e93f506";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Classes/ClassDeclarationStandard.xml";}s:71:"CodeSniffer/Standards/PSR2/Docs/Classes/PropertyDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/PSR2/Docs/Classes/PropertyDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ce8e43eca80ef382865008eb8bf764e4";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Classes/PropertyDeclarationStandard.xml";}s:85:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/ControlStructureSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/ControlStructureSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8282fe64de19569eb1756ae2ff7d1947";s:12:"installed_as";s:104:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/ControlStructures/ControlStructureSpacingStandard.xml";}s:79:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/ElseIfDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/ElseIfDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"031188d15bcfd9a39c10f409c8974799";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/ControlStructures/ElseIfDeclarationStandard.xml";}s:79:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/SwitchDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/PSR2/Docs/ControlStructures/SwitchDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b3b65f2db67599c695442624cf174073";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/ControlStructures/SwitchDeclarationStandard.xml";}s:64:"CodeSniffer/Standards/PSR2/Docs/Files/EndFileNewlineStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/PSR2/Docs/Files/EndFileNewlineStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"17a9a0d20c5d932df90a36101f7fe18f";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Files/EndFileNewlineStandard.xml";}s:69:"CodeSniffer/Standards/PSR2/Docs/Methods/MethodDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Docs/Methods/MethodDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1104ac650d64515e5e668b3f4b44ec79";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Methods/MethodDeclarationStandard.xml";}s:75:"CodeSniffer/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bc5fb6d5b29b3fc3900268a230ccb954";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Namespaces/NamespaceDeclarationStandard.xml";}s:69:"CodeSniffer/Standards/PSR2/Docs/Namespaces/UseDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Docs/Namespaces/UseDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ec4ccfb1593a8fb624f14a6ffecd1181";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Namespaces/UseDeclarationStandard.xml";}s:67:"CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ad5959db1328741790542da8aa0ad542";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php";}s:70:"CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e9b02a678f3b8651f54a297087196f6b";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php";}s:84:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1dbc4158565e0f24f355f71a9c0a7c4c";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php";}s:78:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ed47b1efa5b3f109d67d84e34ebb0b39";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";}s:78:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b9eb924779811c7b7c7b6ab183290ff1";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php";}s:59:"CodeSniffer/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e9e2b639ef2c6f5861013571cdadff2e";s:12:"installed_as";s:78:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Files/ClosingTagSniff.php";}s:63:"CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"fca70832070f156cb9039721cd1e004c";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php";}s:72:"CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"45990baf1738bfa3de20974820f37a64";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php";}s:68:"CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d1ca09d82470e75f795acdb97e578116";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php";}s:74:"CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bea19050b3f369c854a58662fc28238b";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php";}s:68:"CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1e41e2724549ea89f377dc96285d0f29";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php";}s:69:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0473137e534105f2f947d269b8e85182";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc";}s:75:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"894c9622737c803d3810ecb43000434d";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";}s:69:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2a353e59bb3c110be27aff590d742e86";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php";}s:72:"CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"432b45619ef051e73d29a218164a2ce4";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc";}s:72:"CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f272924ef6e41b4c7e18a856cd6e0188";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.php";}s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7dd374c977667137df48b0b0af89ddd6";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc";}s:92:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:92:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7b72e4674fb32efe452a0922bc3172e0";s:12:"installed_as";s:129:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc.fixed";}s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"beb9fac6c7a6fa7b2a2d7f7e93091752";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php";}s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"772b17594a522071cd3f058e8be477b1";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";}s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7e881e2d111ab32e9a8a6d4e6765b0af";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc.fixed";}s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"059eec44a2476009a375718a0fa4fdee";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";}s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0d46b0f50d930d80473133aaaf0b5162";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";}s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f553f6ddf981db3d4d8adec4f4b1acf3";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc.fixed";}s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d4fecf65a4a179447d7f608cdbf43598";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php";}s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"953018646d4d16f3706987adacfb4941";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc";}s:69:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"11d9f376cf27e0ab73441d39a8ac1f5c";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.1.inc.fixed";}s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7007371fc508d604a54e27b8ad48237a";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.2.inc";}s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"02149e00215872b85e196b8b1238b736";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.3.inc";}s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3ba30f8badac2b37b8b429b5c1b9738d";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc";}s:69:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6b76a2511a40e108f9105773a672cc01";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.4.inc.fixed";}s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.5.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.5.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"90a8c05195f19a2f4d6edf862709a704";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.5.inc";}s:61:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"33d16700741973d073d221cb617ff5d5";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/ClosingTagUnitTest.php";}s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c1744f97606da40062f2695cd0b6b6bf";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc";}s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"53a11a4f5f66fcba7560107dfef6fff9";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.2.inc";}s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d2ae4c2f14d3f88b23af87f94c780689";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc";}s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6f3aaceb6d0d60f4dc5c9e146d3e091a";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.4.inc";}s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.5.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.5.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"65c653ba989a56e00830bc798fb0c00f";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.5.inc";}s:65:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"36392414d34f67e0c431f1d619e73850";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.php";}s:74:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f32190f16d085044263e03d3d37537a2";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc";}s:80:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1f85338604b5f1f79d3eab4f869e0c54";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc.fixed";}s:74:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"47719d2c798cb91161172a6da4ad6a15";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.php";}s:70:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a05f78226ad049a22bb5c100e785eb70";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc";}s:76:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ed62859c6b37ea53d1ad1fcddacd4fa8";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc.fixed";}s:70:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a1ed52b4335dc4e486178afab4a3d5fd";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.php";}s:76:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"aa199f41b68b19595e4e012e37d01dcb";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc";}s:82:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8b616434cb5aee15c2ee8724ec7a69b4";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc.fixed";}s:76:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7dcb32b8bfd4da58fef36f4a02866c48";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.php";}s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"49661ef3a8148a86eb7ba4735e7c94dd";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc";}s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"62487e34332508759ecd2d5ea93fc02f";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc";}s:78:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9d0aee42633220aae6c838cbe3594051";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc.fixed";}s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"482838a4b7e4b26fa17e0022082cbc38";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc";}s:78:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b8455f5f9bbee12eddc63113c1d7a250";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc.fixed";}s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7c2fa982b451836de667dcab0368a2bc";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.4.inc";}s:70:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6b9a5fda9f39b2748831d9dde9e30345";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.php";}s:38:"CodeSniffer/Standards/PSR2/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/PSR2/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b1ba06805af7e1b0b94fada9aefcd61e";s:12:"installed_as";s:57:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/ruleset.xml";}s:71:"CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayBracketSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayBracketSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8f5a3f78a1366c2514b2084c27133a94";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayBracketSpacingStandard.xml";}s:68:"CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"29a11a9686378c88104774ac0356d4c3";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Arrays/ArrayDeclarationStandard.xml";}s:75:"CodeSniffer/Standards/Squiz/Docs/Classes/LowercaseClassKeywordsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Docs/Classes/LowercaseClassKeywordsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0d52c96dc30c6d4adc2d18731ebbb8d3";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Classes/LowercaseClassKeywordsStandard.xml";}s:72:"CodeSniffer/Standards/Squiz/Docs/Classes/SelfMemberReferenceStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Docs/Classes/SelfMemberReferenceStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e0412fbfda98825d5aefeccf05be6d75";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Classes/SelfMemberReferenceStandard.xml";}s:75:"CodeSniffer/Standards/Squiz/Docs/Commenting/DocCommentAlignmentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Docs/Commenting/DocCommentAlignmentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"765734a297db823187564ec0ebd0407c";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Commenting/DocCommentAlignmentStandard.xml";}s:79:"CodeSniffer/Standards/Squiz/Docs/Commenting/FunctionCommentThrowTagStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Docs/Commenting/FunctionCommentThrowTagStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5b3f89dc3dadb4b51be5c10bcdc90022";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Commenting/FunctionCommentThrowTagStandard.xml";}s:85:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForEachLoopDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForEachLoopDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"631360ae228f9c289d78a19e247fb1cc";s:12:"installed_as";s:104:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForEachLoopDeclarationStandard.xml";}s:81:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForLoopDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForLoopDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4b9912af0792027aedefc10082a4f9e0";s:12:"installed_as";s:100:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/ControlStructures/ForLoopDeclarationStandard.xml";}s:83:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/LowercaseDeclarationStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Docs/ControlStructures/LowercaseDeclarationStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8c44460bbd8f96bc7b0bec19c504542a";s:12:"installed_as";s:102:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/ControlStructures/LowercaseDeclarationStandard.xml";}s:80:"CodeSniffer/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6dfee2e5c8e62714eb35ffcc43300c90";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Functions/FunctionDuplicateArgumentStandard.xml";}s:80:"CodeSniffer/Standards/Squiz/Docs/Functions/LowercaseFunctionKeywordsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Docs/Functions/LowercaseFunctionKeywordsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b6ef73ae05dee4d15331ef2868e836f8";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Functions/LowercaseFunctionKeywordsStandard.xml";}s:66:"CodeSniffer/Standards/Squiz/Docs/Scope/StaticThisUsageStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Docs/Scope/StaticThisUsageStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c5076907ad4f674a6b5570e473b6bdb3";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Scope/StaticThisUsageStandard.xml";}s:66:"CodeSniffer/Standards/Squiz/Docs/Strings/EchoedStringsStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Docs/Strings/EchoedStringsStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d920898e7c8b7a595af5993b553a0ba8";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Strings/EchoedStringsStandard.xml";}s:67:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/CastSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/CastSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ce8da202c01eb05185917ceec0611879";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/WhiteSpace/CastSpacingStandard.xml";}s:76:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/FunctionOpeningBraceStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/FunctionOpeningBraceStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2443b5d38db7776f552c9e1809947c5c";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/WhiteSpace/FunctionOpeningBraceStandard.xml";}s:80:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/LanguageConstructSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/LanguageConstructSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2bfda59951f00d64d2e2f21766ebc22b";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/WhiteSpace/LanguageConstructSpacingStandard.xml";}s:77:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ObjectOperatorSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ObjectOperatorSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0bba11ac0fcbe07d1fa86924cdefc1d9";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ObjectOperatorSpacingStandard.xml";}s:75:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ScopeKeywordSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ScopeKeywordSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b88249dd363825410343acc26bd519d6";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/WhiteSpace/ScopeKeywordSpacingStandard.xml";}s:72:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/SemicolonSpacingStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Docs/WhiteSpace/SemicolonSpacingStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7219a11c03fef4b8cf425148c27052f6";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/WhiteSpace/SemicolonSpacingStandard.xml";}s:70:"CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b4fb6c3800f5862afcd28fc15564db67";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php";}s:67:"CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c8a1a0ec64dd775403cb1000887a48b0";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php";}s:68:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ae37b7991e1acfea529965631c8654db";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php";}s:65:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c28416083d776154b49cf6988bac7522";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php";}s:69:"CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"af8eb74637466eab12831af82b37c2d3";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php";}s:74:"CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b7c02acee64ebfa1b940b4201f2f2414";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php";}s:71:"CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3c59b4481fe195cc5141a87b83064318";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php";}s:66:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"866deffaad570eb8566d842db59d16f6";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php";}s:67:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"03d3b5c52cafde21f8ac4d1e475fcb7d";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php";}s:67:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"209f5cd77b44ff3ba213d5aea29088ba";s:12:"installed_as";s:86:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php";}s:80:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"374000a91bed86bf7833c261fde007ae";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php";}s:74:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"45db5e8f78afe173e925d2e5e2b455c0";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2378dfe52e4543a17207a3cccbe53d50";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php";}s:66:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0bf7aa7ea97a17a04e3c78c9923e488a";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php";}s:78:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"95acb8008650bfd2eb2bee6d7be5fbaa";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php";}s:70:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f8162be8fe22cd4d4b425b02fa4a40a6";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php";}s:68:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8a3ec0ee8d1b972ab50fde266f20ddbd";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php";}s:82:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"30babae2785195477a3d527cf0c05390";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php";}s:75:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3833b94eb848b81f1814e630083af2d2";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php";}s:70:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0cd3b8539622731c294c5421915048cf";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php";}s:78:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ede596e614f594c4bd7cbaa5b4c066e1";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php";}s:79:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f9dbc6498acfea992520642cb6023ffb";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php";}s:84:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8a8b52397fbfa6ead7ee6e27e0d06a93";s:12:"installed_as";s:103:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php";}s:80:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cf12584abc44ff52a5fc613a4e8e5c2c";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php";}s:81:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"100d2a92da8f01a9be7549dc89fcf16f";s:12:"installed_as";s:100:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php";}s:82:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d48466b1b129090ce311779432feaf25";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php";}s:79:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ec1d86be24635e245983a1f6e609cc25";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php";}s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0ef971673232268b2ecd7b4311805292";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php";}s:74:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d0e21c797cda138a10659211191e9bc0";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php";}s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b302d02938bfc5aa6fc9e9ea29a257e8";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php";}s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bbde9c4f32f2f4029d4d375e6d1657a4";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php";}s:64:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8b5ab90c0008cb4917517f3dce7f6c45";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php";}s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"414ba52c4eb728da41ff6ca947b4b397";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e0ac9e9789fcc0d6dffbeeb265b64a38";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"10f1820c6854a595ac3429fd41a282a9";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php";}s:68:"CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5f258f17e61524848112f8e575814463";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php";}s:68:"CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"07b098eaecbc180bf9b0ac4db38e9b1f";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php";}s:63:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"9bd7ce1772b444f66863752328bd2569";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php";}s:59:"CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1d4d3975ce5d37d4207b2f02d9e686d0";s:12:"installed_as";s:78:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"deddded62895b047869d66feb81f0327";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php";}s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b7942813cd5ffc35ee257b8387dd4fbc";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php";}s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cde96f2e9aa3d4b97365fc526cc54ac9";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php";}s:55:"CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:55:"CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"46dde8bf171fcb41f68eb6ebfcf8504f";s:12:"installed_as";s:74:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php";}s:64:"CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b4ee103b256026ae0146eb0f14b6c664";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php";}s:61:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"55187599be8a120c113effe39526fb5e";s:12:"installed_as";s:80:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php";}s:64:"CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"85031d483c3d652a759be1c9d1d0a9d0";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php";}s:56:"CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:56:"CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"96508ea8a1ff5b3f7f51916b0ae71e30";s:12:"installed_as";s:75:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php";}s:63:"CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4414964301e698873f2c8195b1e8dfb5";s:12:"installed_as";s:82:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php";}s:70:"CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"09f9e07507b93336961e98ea08cd7b05";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php";}s:88:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"bb72593550bbc31f6ba7a03bdb6a6bbe";s:12:"installed_as";s:107:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php";}s:73:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f09cc544eaf451375f0f07949486239a";s:12:"installed_as";s:92:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php";}s:79:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"957b49a304d7f0406433ad39e17cf254";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php";}s:68:"CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"dda632134a7a743b9c7106dc783b4c61";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php";}s:79:"CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"81b90faed300e819e40093fb6fa95024";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php";}s:82:"CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"69cd99f78581be8d74f7f761bd3cb3e4";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php";}s:79:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d74d95d4e0ee91d4d934ab4153f13c38";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php";}s:79:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6e8eb03357ec8d583d730b068e3f5274";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php";}s:77:"CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7cf59189408c88355925b7667a0e7c92";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php";}s:71:"CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"51389e911a525c2406618c20c495fe8b";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php";}s:69:"CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d0250b46732a4fe2d721ff11ffebba55";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php";}s:77:"CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"db41fd6a85fce144f242112f19cd3263";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php";}s:77:"CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b07380b12f1cd74bc7219b80cd52b804";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php";}s:75:"CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f7a7adcdc2cfca127530659f3819e21e";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php";}s:64:"CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8c56688fa6d6628c533e6a5ecb54df52";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ed786cd4435030b35c5b7daa7fd67f5e";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php";}s:76:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"82eff631446c7712b7333abadb827357";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php";}s:64:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"cf1e7b61ee1be0c2321f7fa913c8bf80";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php";}s:75:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ef6c383187fac37d8ec001e47bdd8042";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php";}s:66:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c17b1de4462488fba7c5c031f3157306";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php";}s:76:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"024f4b33038d21d896de5e5cb32b7f56";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php";}s:68:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"16bc3c519537e06239f0e4ce877ae3b5";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php";}s:59:"CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"58423bae06365e18aba012b3829c34d0";s:12:"installed_as";s:78:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php";}s:52:"CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:52:"CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"daad1c862763709ce3ae5d7f9e9910d4";s:12:"installed_as";s:71:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php";}s:66:"CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"21f0a2ed9543f469be15f4c2cc18778b";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php";}s:61:"CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"085cb391cdde69e8094ee8df862d100a";s:12:"installed_as";s:80:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php";}s:55:"CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:55:"CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"778c14c95d2abd562760cd57549bc96e";s:12:"installed_as";s:74:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php";}s:62:"CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"a1e326e7cd3a0a8e9d2f268ec34b4b82";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php";}s:69:"CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0e929e1c5942c552498e06a7d6f78d2a";s:12:"installed_as";s:88:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php";}s:65:"CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7e18a7d0cd1b69a23c5369c085004a4b";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php";}s:64:"CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1b33706d348ea236fe6b87d91fcdeaff";s:12:"installed_as";s:83:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php";}s:61:"CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c057519d3ca9e990f38030cd2fa714b2";s:12:"installed_as";s:80:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php";}s:65:"CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"14168bd44e7041904fcdc1c8bebd1dbf";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"603405af362c41125de1473a8e66ef61";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php";}s:68:"CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"45f31661738aded8b97dd5263856457e";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php";}s:65:"CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ad72890b88fd7da336e1826ff4eed084";s:12:"installed_as";s:84:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php";}s:66:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"aa376f9c3db230a17051c18562c71963";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php";}s:78:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"af850e36028d246a790a724a40084519";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php";}s:80:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b72f42f146e282fd7d1601c3ed3e4e05";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php";}s:80:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0ead71f34de9e0c1eb1391d83ec042f2";s:12:"installed_as";s:99:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php";}s:70:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c92f0fa359c8505c5c90d463ae16fddf";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php";}s:79:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"3998514543065a2fa1d86fb4cb05a233";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php";}s:77:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"924323047867a20d592fdaad899c9df3";s:12:"installed_as";s:96:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php";}s:71:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0f67be9e7e6b225a0cea767346d43825";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php";}s:76:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"805c129238292de861951b38e8657cfb";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php";}s:70:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"afe354a33f38d603482927a2631e0b32";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php";}s:75:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"8eb2bb9613786ce2edd210fd427d0270";s:12:"installed_as";s:94:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f088067d740756d257ff72ad4a4ad835";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php";}s:74:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b3206a1f3f8bc4c7f844a2a4ada412c6";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php";}s:71:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1bfc011df8323159299b8632c68365da";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php";}s:76:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d4958ab421933c6da2dfb492bf98cb04";s:12:"installed_as";s:95:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php";}s:72:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d5a261f127d26192715d3a58daa65ce7";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.inc";}s:72:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"63823d5b1635385920c49759abcb3f4a";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php";}s:71:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7ca18634fd29b4a8778c7398f0d9fc86";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc";}s:77:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b074e37653a163319093dd642f642965";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.1.inc.fixed";}s:71:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0793762844891c324c0de09d6a70fb3f";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc";}s:77:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"731931fb8d413d02fe7555434111719d";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.2.inc.fixed";}s:69:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b86cbdc5fd4f603d10ff550ff3eefec2";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c5c427a94dffa6242e97d6fb72246833";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc";}s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ba8c9dd5546ec6470f040031c67b9401";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc.fixed";}s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"73e9cc6e0b0e3668ba82909c71737b12";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.php";}s:67:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"783663337b2ce5aacdd975a54887f58f";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"97a2dab7013fed0c72df82ef8ce5118f";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0a7bc2a8b85e22763ad5adb0c01b06de";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.js";}s:71:"CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a84418de67bcb08bf0142eb9fc7b1608";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.php";}s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3404ec18a3ce909f3506adcbd526b095";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc";}s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"261af9b1a0f4b25ea77939697b24fd20";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.php";}s:73:"CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"14a238a9da4e217a95b2f03a5574e424";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.inc";}s:73:"CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"df0609287e82f28a744efc5a3d976242";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.php";}s:68:"CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"171a5b232a815c1ed76b305e501e49cb";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.inc";}s:68:"CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d857304032738c83a392ffa6516c5d59";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php";}s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5d9691c26bd16c7faa4be57567d912c3";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc";}s:75:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b4e697d00bef407bd1e2db95eb1efd93";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc.fixed";}s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ebce1b6ccec4b1c1403e006209ecf4ec";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.php";}s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4d145f0af855415d4d8b5ba00a52dc83";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.inc";}s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f657a1260e00f4f232ef1f7e210dffca";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.php";}s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"40f5d975140c230a73fe6a0a1727bf09";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.inc";}s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"547a0ef5f5658fe07e2fccb8ed7b2626";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.php";}s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ef8dba71e04cc5b9a60097b484522d27";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc";}s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"19366195ea10ea543ef4c1571b3059d9";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc.fixed";}s:75:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fb6f4ff2e215affe14b32193813aa025";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js";}s:81:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b463638040d881c21d334569b0658385";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.js.fixed";}s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"25262695a1fead85699d1ada7efaa352";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.php";}s:74:"CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bd5ceb4b2be0db33e6a3bcccf5b5410c";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.inc";}s:74:"CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f64b3e4d7d8084bef8ddbfd04795834e";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.php";}s:68:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3c7efdee9b1fea51841f167651dec8ce";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.inc";}s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"abbbe7166e9c54a6cd820625cdab91c7";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0cb3eebff3c2c0d3c818d9bcc5a894d7";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.js";}s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"576abf8b90755dd9b2dbffc4340489dd";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.js";}s:68:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7638e7f1fac3e94f30d02e96a5c1defd";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.php";}s:80:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"00a3dd902741e1107d577c5c6a38fef7";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.inc";}s:80:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"024c9e89c8838fe751bfa198b31a5b4a";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.php";}s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ef848cdc015d560151a55a445578cd1b";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc";}s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4ba653041adc158a347971121a96fba8";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"427ade9127bb5992c1d44cb9882e55ef";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc";}s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5caa5b0ab59b2d331b45b3e428d76e09";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc.fixed";}s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"81c333fe5320464704307bded31b80b2";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.js";}s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"eb4fa78ba51f70b445ddf654a80d4327";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.php";}s:84:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"98a760cceb44739b832306c3dfcde151";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.inc";}s:83:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0b7cc355a5bfa81a98d865c5028ee4a3";s:12:"installed_as";s:120:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js";}s:84:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4553e50e0c3bd69cff3fd985ef8cb0b0";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.php";}s:77:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ae23169f1db49a33ecabe9f96ea4d362";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.inc";}s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"149d529fa7edf2d67ff887eba798255e";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.js";}s:77:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"42b87c6863488185144f0af7c27ff14f";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.php";}s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"868398a1657b28cbb6da109d3612e0fe";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.inc";}s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"80c6e0af6db3fdc9a2308a5190ad52ba";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.php";}s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0a4192b292750d56c51ae2ef4c314ea7";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc";}s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"586d83e0aee3c7ceed8cc24db6e2c346";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc.fixed";}s:79:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"aa8069b88f77ae026ccd30f38ec6f841";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js";}s:85:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a60ae11d7d76e1594d383b206f45a0a4";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js.fixed";}s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bb019b3e69e9de7dafa44813c1c21add";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.php";}s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dad8341e4c777d6342b70f8cd2416d35";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"800cbd2130f528e361ca14370d1c871f";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.php";}s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d7ddc2f6fde0408458ce3aebf990f2de";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc";}s:92:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:92:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0e0925ff0684393408daa53655a289fd";s:12:"installed_as";s:129:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc.fixed";}s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a60fa65adf4ec2308cdb32a764f00a0f";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php";}s:82:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f0344e35c10a4f1a301b599f6acb27a1";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cce384a7ace83bc54153cce0d2aa1381";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.js";}s:82:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"276d301955c12460737d5a20cb8af874";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php";}s:83:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6a2f9aae741e1e9703a9f07427440bf2";s:12:"installed_as";s:120:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc";}s:83:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7a9a22ed53be80ffd5ed155f8c314300";s:12:"installed_as";s:120:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php";}s:84:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"88855a1e398994a20eea2ba495b9e1ba";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc";}s:84:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"471aae08fe381073240573c592e8fc2e";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php";}s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1d03a3b12931afc4ac36939673802986";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";}s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"80b28899e249cedc82bbbc15865857a1";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.js";}s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0a9ee65a539e9bfe56b15a3ae2dc6338";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php";}s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f4d5b55b048fcf480541c7678da4f3eb";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css";}s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2f24b842bf464e06c77149a1ab0cb3c0";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.php";}s:76:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"503bbb59539311bd81d91150433003c6";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.css";}s:76:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e016c768364986e0bc86c30477787e67";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.php";}s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a381c831b5c6b370617452a50031a997";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.css";}s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8e8b863249dda316a007e7362e1a3cad";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php";}s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1242a3e8b80fd59cd199230613d9a6e6";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css";}s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0d9d1567fae503dfe12afe7b28db49b8";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php";}s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9394803bfee78a43ec6a4c56e38daced";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css";}s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dc159e483769a1964b1139401367751a";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php";}s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e22fb014bbe2cff03af35817a37d0aaf";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css";}s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d8dae274a58df4a04703e58fb19d2cde";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php";}s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a2cc726d46c54cdd4e35e2b96d8eb3ee";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.css";}s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8a9289f9f791f198c6ea572dfbf43fc7";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php";}s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3028fbc61009f00aeba0963ed52d49d1";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.css";}s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"448f44be9f33d2e76ff83cf0c1821161";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"77b9a0d303ff0ac416c6ca50878f681a";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.css";}s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fd096530b448c424823aed8981273879";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2dd590aab106ea5527be270443c747c7";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.css";}s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"892a221d5284b33fa965753e2728a791";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php";}s:65:"CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b99ec31e7abeb15dda84917b93fd1ffa";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css";}s:65:"CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3583329ff6bf2a488d9affde39a4b9b0";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php";}s:61:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"53fa01a63f7d78a82bf54435c9ab1782";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css";}s:67:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d85e1916f10dd3552247c393246d6228";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css.fixed";}s:61:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"750d0355d02ed750279163cb76689f52";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.php";}s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3b4f098417b9972da271d83a8d206eba";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.css";}s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d4f40456e6403e5b95f720f5439ab6cf";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php";}s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4f21ce40ea1f8eb91168e24aea7691c7";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.css";}s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8fe56ba8e59b49509769be0ce41039d5";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php";}s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"13c464a6aade0434b1d3d9200fe184ae";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.css";}s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1275fa64822090385fd4777050f47cb5";s:12:"installed_as";s:99:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php";}s:57:"CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4572c9e2a16e0fc6b1c08691e773e674";s:12:"installed_as";s:94:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.css";}s:57:"CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e003277de70185551d79778f91e55b9e";s:12:"installed_as";s:94:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.php";}s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a01d6d9347ddf36ad26dd411fb50ccb7";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css";}s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"047e1d7aff9e98a5eab346cbf5f50b5c";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php";}s:63:"CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1c359aea60dff6e19a450418b882ad68";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.css";}s:63:"CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"934c5fd2bedf270f60bc61865b9a814d";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php";}s:65:"CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1520165c698662022e7be947dc12f169";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.js";}s:66:"CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dbbfa5247cdb05b2b68e9a666e7536c0";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.php";}s:57:"CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1520165c698662022e7be947dc12f169";s:12:"installed_as";s:94:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.js";}s:58:"CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:58:"CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"da5178a0ff85dee7ca979c836a80fa94";s:12:"installed_as";s:95:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.php";}s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"be37337314c486c5dd1b9cc14fab778a";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.1.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"25d62895e4d8ebfa1dcb66b91b429522";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.2.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.3.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.3.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"17f25206d6209f4f0e372e75078384e8";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.3.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.4.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.4.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e57201637cb7067959f671a1cf66d8f9";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.4.inc";}s:65:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"02b5d9472e56dac16c72a8bb3d42ea19";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.php";}s:72:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3470779d99bda613ab8d9b018b39bccb";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.inc";}s:71:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d7377dd108d24f84c9cb11354b9e6abf";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.js";}s:72:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"14055b33f3430b93eda57dfac5813cf0";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.php";}s:90:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:90:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e3469ba9e1e26046003db0c5c276de22";s:12:"installed_as";s:127:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.inc";}s:90:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:90:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f5de1e00df253e029abfaae9a9b05495";s:12:"installed_as";s:127:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.php";}s:75:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"447cddb33b79b76ba11ea50d75e30af3";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.inc";}s:75:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d5c4e1a432b325ddda0d14130439ec39";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.php";}s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"40c76171708f9cf69b18df5ec613a160";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"87cab24ad1f6a0fe388acdd95c403652";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a1f4cf0dc05b9729c87031c9ac7ce7fe";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.inc";}s:70:"CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7a59fcb37eebca1c6b9761813e9c1ccc";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.php";}s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9dd1881b8bb07ca1ec5b3e7533c198e3";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0e2b6600f3dd53601c87844296fe7705";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.php";}s:84:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b1bffcdb26fcb8bef250e778f6625940";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc";}s:83:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:83:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5e8a53128efb06e5ad8a0b8444e9a4f8";s:12:"installed_as";s:120:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.js";}s:84:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"553eb0a6b00a56cbad560f2fb98bfbcd";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php";}s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"20d042f2561a82a56947aab8a7a1cf8c";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0ea78b41eefbd5d57c5e2499ed5a4259";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php";}s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"91d54ae548ebe837ef8846eec779b972";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ac9db3bd17fa6db9cd3552f517da84f4";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.php";}s:78:"CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8ef3b508c7fd7ffab6cc719710e04528";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.js";}s:79:"CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"83116682369f3051bf7d2638596518b8";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.php";}s:73:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5190c711dee3ed7c3753991c78b7ad6e";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.inc";}s:73:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f1e4b2e82844d32931384bfa7de2184e";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b328c43e42ccc77082ee58c33257c1a5";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js";}s:71:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"67a8a00527b2d5d7fb48f1487f294baa";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.php";}s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e815331f8c7a9e309b8476f26118f7bf";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.inc";}s:78:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"430834e81c4089c018fabb615841a008";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.js";}s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e77f4f61694730687fef257d4cc5571d";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.php";}s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"be8046c720aae9dd667b20d0c5926e5d";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.inc";}s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"fc6699d5c6c3b013e5de38c4b3375bf9";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.php";}s:77:"CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d84aa7555232ff2d80a1bd693a5f3051";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.inc";}s:77:"CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7150f662969be671d5893ba48232220c";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.php";}s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"577301f12c6ff2d01aafc240b1d06f50";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.css";}s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cf17c40c89a082574cdb240f81522b69";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.inc";}s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7bf91d09bd3c2b70a64c48fd7aad2f5b";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.php";}s:74:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c79f8150f1c4bb47c5e71d554af2cdf7";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.inc";}s:74:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7daafe76415b8dcfa0358ab0142e03ee";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.php";}s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"69e593e7f3693ee016faf3b2448980f5";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.inc";}s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"23d23901010576212602b48ae7c4b5c1";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.php";}s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a76a0ea0c61cf1bec8af7c82d8f8469f";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.inc";}s:65:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:65:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"63c336680e2908416d79cf4cccb8cb7a";s:12:"installed_as";s:102:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.js";}s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c1bfbd1611d13b775049f51fa77a4b83";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.php";}s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3f412f9fc011630304aecf0af67b7460";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.inc";}s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"643d29c6427920bf01c99033f7d90ccc";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php";}s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ecde99b0e9f36e96422cf8ca77c9726b";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.inc";}s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f01c806b7b74b595a97a6c0cd1ebfcab";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.php";}s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d7b48f6ff4d1a4961f5c9e44e3fabd23";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.inc";}s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5ec514d06fbc6d792c4f7426729067da";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.js";}s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"38406b45346f944576453e5b3915451d";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a23fe4c3523d8c028adb71827943de99";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.inc";}s:70:"CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"66fb84b207f2764168e44889623a7b35";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.php";}s:61:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b6d1f7401525556647596ed64938d636";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"dc37b8ab6fb7544a3675f03cbfc40e1a";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc.fixed";}s:61:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"959a94c04bb1287a16e3ce79d960e7c4";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.php";}s:54:"CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:54:"CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"de21467c03d30646f8449d8a9ebe71f8";s:12:"installed_as";s:91:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.inc";}s:54:"CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:54:"CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0336a6b26003371c0f670a6b28eb7e5a";s:12:"installed_as";s:91:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.php";}s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"702e3f17a25343b50106db9343e8a17a";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.inc";}s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a1d6124c590a7f8a3a0c7c585e278d3b";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.php";}s:63:"CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2f7b5881e4dd6c9bb523e12619a06be3";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.inc";}s:63:"CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4e4197814a8f07c63d6afb262ed41245";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.php";}s:57:"CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ede43a31a464af5f9571fb8b6dd5b636";s:12:"installed_as";s:94:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.inc";}s:57:"CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:57:"CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"908bf90ddb71186f086c300bb5e5a567";s:12:"installed_as";s:94:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.php";}s:64:"CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"feb3371401b8c78a65ec315a27f8e540";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.inc";}s:64:"CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:64:"CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"bbbfb75819270737f8b98cfd19b16b50";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.php";}s:71:"CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0f8f427aa2ea360652363aa41018e1a0";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc";}s:71:"CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"257ac3610d2c6e5660487a5078e70250";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.php";}s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ba452cede2bd665b0a05d8ff2d617f97";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b6e2d9a10753271af744139c61a41b7c";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.php";}s:66:"CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"64c6980b67ac818ff9e31463b993a563";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.inc";}s:66:"CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:66:"CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"884d24f88c0e551273d910a39e70f7a4";s:12:"installed_as";s:103:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.php";}s:63:"CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"38e8834270c6bde5a804d1b3276a5980";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.inc";}s:63:"CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f60b861616140f5ba829d9210a70f1c7";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.php";}s:67:"CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4508c2bdc97709547c9f744783865e35";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ef9248a21a1a89e50b9d3119ebb93f2b";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.php";}s:74:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d9986f98409fb2652ded457466292fe8";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc";}s:80:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a7cae78b057531a9248b88af3211be10";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc.fixed";}s:74:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"eb08e027085d629a48d4adbf425fe706";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.php";}s:70:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b191980520747cbd7274caf61ed493bb";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc";}s:76:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"00a5e0f000f7dd8dc2f0a54e23d891e0";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc.fixed";}s:70:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a8310309614a54d956db75111df3f0b6";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.php";}s:67:"CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4ff69148c64bcaef8f6e3be81bb7463e";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc";}s:67:"CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:67:"CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4a087608f6f3343e26dbb93a49aa2a7e";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.php";}s:68:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"069102575ad968c4d77c0d23ba629c0a";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc";}s:68:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:68:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c785132c73d6617818ce40e7ba3522d0";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.php";}s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"90ef59872d3a7dfb4d13e0c610642a07";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc";}s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"af5d07725861544de1e88adeba78cf96";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.js";}s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2371626bebf03aa46fad68e442c33a7e";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.php";}s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"b1ae53b61eb8d71bc76fff3ef041ab57";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc";}s:88:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:88:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8de1d9e8935eff4bd42eb0f97d2fe00a";s:12:"installed_as";s:125:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc.fixed";}s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"607d90c9b262847f79aa01f1607fb005";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js";}s:87:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:87:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c5806eddc2201b13f44aa862d30dce52";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js.fixed";}s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2786d278580af24e8122ffccf117ed22";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.php";}s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1a31c1bc3f0487cf5e6573ee51ec973e";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"113d9703288ace78ab84dea953e0b539";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js";}s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"06b57e7435980cf47424bd378c8e615c";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.php";}s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"077327e5379aa6ce49ed2056dd9103b4";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc";}s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"458b0b4d91f0b049e9a7271a87a96acd";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc.fixed";}s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"377c61350feffd4c7ac62ec9986f30b7";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.php";}s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1ffd6fcb9a0cf628a15864a6af702205";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.inc";}s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:81:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4c625ec6e9dad3d83f815b265d7b3dbf";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php";}s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f99fbc7b2cc311a40413343515d9d3ba";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc";}s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ec247ab19da2cebf43a7070537110d5a";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js";}s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d44713af0aa79aa5b186ed65a024ee9e";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.php";}s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"4c683278c4094576d3d0077ba6830a4e";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc";}s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1733640c7416df215b8e01e8bb439243";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc.fixed";}s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d210ed876b3db5e03b4b8de225cafb9d";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.php";}s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"45cb222655e74d88c2885ea539d55373";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.inc";}s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0ef2820b5ddaecc394414470868a35b7";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.php";}s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"48acb8389ff0e05165446e4cf618c154";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc";}s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"02b5f2492ca80d1c3b61650285633e6a";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc.fixed";}s:71:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"275184abd1daeff40f8b302fed7a2de2";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js";}s:77:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d46b07a8a037383be7b30ef478414052";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js.fixed";}s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"2254e26526658fdc97bf8052c5fe728c";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.php";}s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"da0413395da00d0f977217b70302d25d";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js";}s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:82:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"88165fa182c44839f6ccc72a11836910";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js.fixed";}s:77:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:77:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"abaa02b98b9bec48ef1e6e53f66f50e1";s:12:"installed_as";s:114:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.php";}s:74:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"36d37324fe1baac5b9ccbc5087606f73";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";}s:74:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8ad055cbe3bb1aeeaf9647f5c8395aa7";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php";}s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"32ea1fffb7fdd50e8ec285c8bb02a89a";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.inc";}s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"93c466d8d4797df2f2dd1feaea3f9b9d";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.php";}s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ea2da58b36e1d9d789046e89610bb881";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.inc";}s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"57d8a38b864b26058174e16225fc76cb";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.js";}s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"499046fd71af096cb981be9ca045582a";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.php";}s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a24e3fd366a71f589cf7b707e342c856";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css";}s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"f3f89fc545746411101497e5d627e6da";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.css.fixed";}s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"774422c85beb7d3226854bf3c03b9269";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js";}s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"1f62c1c1e3b68e4871b92d52e472be9c";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js.fixed";}s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"baf92f82e3a847c22a9bcf9b9a99a877";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css";}s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"baf92f82e3a847c22a9bcf9b9a99a877";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.css.fixed";}s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9e863b0f9736094640695df276d28a5f";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js";}s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9e863b0f9736094640695df276d28a5f";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js.fixed";}s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0b2a58da33e1dceb27b4639bfa7712db";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css";}s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:86:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"baf92f82e3a847c22a9bcf9b9a99a877";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.css.fixed";}s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ef6402a7c8e295ab5e14040444ec8966";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js";}s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:85:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ef6402a7c8e295ab5e14040444ec8966";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js.fixed";}s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"84469dc3ea29c77dac3a7cb9256ab7ed";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc";}s:84:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc.fixed";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:84:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc.fixed";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9fc2d6850432eceabbbbcc366dbf2d1b";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc.fixed";}s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"8dd389ddf0a3908b80af6df14a1153a0";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.php";}s:39:"CodeSniffer/Standards/Squiz/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:39:"CodeSniffer/Standards/Squiz/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e67d8d5f409652d711d91e0c68fc230d";s:12:"installed_as";s:58:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/ruleset.xml";}s:62:"CodeSniffer/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:62:"CodeSniffer/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"df3def6cd28696007438c6bfe673940d";s:12:"installed_as";s:81:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml";}s:60:"CodeSniffer/Standards/Zend/Docs/Files/ClosingTagStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:60:"CodeSniffer/Standards/Zend/Docs/Files/ClosingTagStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5a51bc9e0b47020e47390d251e58231e";s:12:"installed_as";s:79:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Docs/Files/ClosingTagStandard.xml";}s:79:"CodeSniffer/Standards/Zend/Docs/NamingConventions/ValidVariableNameStandard.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:79:"CodeSniffer/Standards/Zend/Docs/NamingConventions/ValidVariableNameStandard.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7498e0cfcbfce753833a75e7749d5de8";s:12:"installed_as";s:98:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Docs/NamingConventions/ValidVariableNameStandard.xml";}s:61:"CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"0930092a47e8bf616ec618cf1295b6c6";s:12:"installed_as";s:80:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php";}s:59:"CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:59:"CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4ca76e2c70d0e66f6d0abbddf5337f52";s:12:"installed_as";s:78:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php";}s:78:"CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:78:"CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d047b6a2618d81d89d589e8da79e849f";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php";}s:63:"CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"a1e9dfd0c2235e9794c00c063fc559e3";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc";}s:63:"CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d8d622b2a8eecd6f2c567836a5672c9c";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php";}s:63:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.1.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.1.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"30e574c8ad654205192b5a41ff5b90b7";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.1.inc";}s:63:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.2.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:63:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.2.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7007371fc508d604a54e27b8ad48237a";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.2.inc";}s:61:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"16b2a5c3187ccd502cf04ab8aea2d821";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.php";}s:80:"CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7259e5570e71352e0088e54f7b360adc";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.inc";}s:80:"CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"665d8fdc3e7aee659b9d29c3a9122256";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.php";}s:38:"CodeSniffer/Standards/Zend/ruleset.xml";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:38:"CodeSniffer/Standards/Zend/ruleset.xml";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"49b31a29a6e385f18a8ffe12362ae05b";s:12:"installed_as";s:57:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/ruleset.xml";}s:46:"CodeSniffer/Standards/AbstractPatternSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:46:"CodeSniffer/Standards/AbstractPatternSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5b8521b318c562ead15a3cc31f8d7d9b";s:12:"installed_as";s:65:"/usr/share/php/PHP/CodeSniffer/Standards/AbstractPatternSniff.php";}s:44:"CodeSniffer/Standards/AbstractScopeSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:44:"CodeSniffer/Standards/AbstractScopeSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e78e9d41c4f78cc2aded207f021948df";s:12:"installed_as";s:63:"/usr/share/php/PHP/CodeSniffer/Standards/AbstractScopeSniff.php";}s:47:"CodeSniffer/Standards/AbstractVariableSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:47:"CodeSniffer/Standards/AbstractVariableSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6a0760966a26f348bf0cafb6aa804707";s:12:"installed_as";s:66:"/usr/share/php/PHP/CodeSniffer/Standards/AbstractVariableSniff.php";}s:51:"CodeSniffer/Standards/IncorrectPatternException.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:51:"CodeSniffer/Standards/IncorrectPatternException.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"583b4348006c9a455368da30ecf57660";s:12:"installed_as";s:70:"/usr/share/php/PHP/CodeSniffer/Standards/IncorrectPatternException.php";}s:34:"CodeSniffer/Tokenizers/Comment.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:34:"CodeSniffer/Tokenizers/Comment.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"e709eca95e2966813dca42c27cafa1f0";s:12:"installed_as";s:53:"/usr/share/php/PHP/CodeSniffer/Tokenizers/Comment.php";}s:30:"CodeSniffer/Tokenizers/CSS.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:30:"CodeSniffer/Tokenizers/CSS.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"2f6bbfd01eb9c057215895474b965c69";s:12:"installed_as";s:49:"/usr/share/php/PHP/CodeSniffer/Tokenizers/CSS.php";}s:29:"CodeSniffer/Tokenizers/JS.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:29:"CodeSniffer/Tokenizers/JS.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b803e0a39c19846d4f532ada5f9e06cb";s:12:"installed_as";s:48:"/usr/share/php/PHP/CodeSniffer/Tokenizers/JS.php";}s:30:"CodeSniffer/Tokenizers/PHP.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:30:"CodeSniffer/Tokenizers/PHP.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"02a4f8d278bdbd49563f9f876c590096";s:12:"installed_as";s:49:"/usr/share/php/PHP/CodeSniffer/Tokenizers/PHP.php";}s:19:"CodeSniffer/CLI.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:19:"CodeSniffer/CLI.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"b1147af60466c394d5f329f2e540a016";s:12:"installed_as";s:38:"/usr/share/php/PHP/CodeSniffer/CLI.php";}s:25:"CodeSniffer/Exception.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:25:"CodeSniffer/Exception.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"1a621239947b04c631a7d56f80ffce65";s:12:"installed_as";s:44:"/usr/share/php/PHP/CodeSniffer/Exception.php";}s:20:"CodeSniffer/File.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:20:"CodeSniffer/File.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"128eed886d2db056bac458aab7abafc4";s:12:"installed_as";s:39:"/usr/share/php/PHP/CodeSniffer/File.php";}s:21:"CodeSniffer/Fixer.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:21:"CodeSniffer/Fixer.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f403e3f898c76a83344ebb23808415f9";s:12:"installed_as";s:40:"/usr/share/php/PHP/CodeSniffer/Fixer.php";}s:22:"CodeSniffer/Report.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:22:"CodeSniffer/Report.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ebded0be81cc94f95776c00f06fbf7b8";s:12:"installed_as";s:41:"/usr/share/php/PHP/CodeSniffer/Report.php";}s:25:"CodeSniffer/Reporting.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:25:"CodeSniffer/Reporting.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"530fdec4171790d751260142ea70af49";s:12:"installed_as";s:44:"/usr/share/php/PHP/CodeSniffer/Reporting.php";}s:21:"CodeSniffer/Sniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:21:"CodeSniffer/Sniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ec47cc6b7007b3e43d14f1825419e823";s:12:"installed_as";s:40:"/usr/share/php/PHP/CodeSniffer/Sniff.php";}s:22:"CodeSniffer/Tokens.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:22:"CodeSniffer/Tokens.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f94d809544a896bde68722e8b3421e49";s:12:"installed_as";s:41:"/usr/share/php/PHP/CodeSniffer/Tokens.php";}s:15:"CodeSniffer.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:15:"CodeSniffer.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"96941bbad65896b40c50c83a6f6502eb";s:12:"installed_as";s:34:"/usr/share/php/PHP/CodeSniffer.php";}s:21:"CodeSniffer.conf.dist";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:21:"CodeSniffer.conf.dist";s:4:"role";s:4:"data";s:6:"md5sum";s:32:"73ec809ff8b56cfb0d5c4fcc91ef5584";s:12:"installed_as";s:57:"/usr/share/php/data/PHP_CodeSniffer/CodeSniffer.conf.dist";}}s:12:"_lastversion";N;s:7:"dirtree";a:202:{s:8:"/usr/bin";b:1;s:54:"/usr/share/doc/php-codesniffer/PHP_CodeSniffer/scripts";b:1;s:46:"/usr/share/doc/php-codesniffer/PHP_CodeSniffer";b:1;s:58:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Core/File";b:1;s:53:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Core";b:1;s:48:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer";b:1;s:36:"/usr/share/php/tests/PHP_CodeSniffer";b:1;s:58:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards";b:1;s:44:"/usr/share/php/PHP/CodeSniffer/DocGenerators";b:1;s:30:"/usr/share/php/PHP/CodeSniffer";b:1;s:18:"/usr/share/php/PHP";b:1;s:38:"/usr/share/php/PHP/CodeSniffer/Reports";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Classes";b:1;s:53:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs";b:1;s:48:"/usr/share/php/PHP/CodeSniffer/Standards/Generic";b:1;s:40:"/usr/share/php/PHP/CodeSniffer/Standards";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Debug";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Commenting";b:1;s:66:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/CodeAnalysis";b:1;s:71:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/ControlStructures";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Files";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Formatting";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Functions";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Metrics";b:1;s:71:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/NamingConventions";b:1;s:57:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/PHP";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/Strings";b:1;s:68:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/VersionControl";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Docs/WhiteSpace";b:1;s:62:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Arrays";b:1;s:55:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Classes";b:1;s:68:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis";b:1;s:66:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting";b:1;s:73:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/ControlStructures";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files";b:1;s:66:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting";b:1;s:65:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Metrics";b:1;s:73:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Strings";b:1;s:70:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/VersionControl";b:1;s:66:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace";b:1;s:79:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Arrays";b:1;s:72:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests";b:1;s:66:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes";b:1;s:85:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis";b:1;s:83:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Commenting";b:1;s:90:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures";b:1;s:78:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files";b:1;s:83:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting";b:1;s:82:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Metrics";b:1;s:90:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions";b:1;s:76:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Strings";b:1;s:83:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace";b:1;s:65:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels";b:1;s:56:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs";b:1;s:49:"/usr/share/php/PHP/CodeSniffer/Standards/MySource";b:1;s:67:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Commenting";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/CSS";b:1;s:62:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Debug";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Strings";b:1;s:82:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Channels";b:1;s:73:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests";b:1;s:67:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource";b:1;s:84:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Commenting";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/CSS";b:1;s:79:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Debug";b:1;s:81:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Objects";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/PHP";b:1;s:81:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/MySource/Tests/Strings";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Classes";b:1;s:50:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs";b:1;s:45:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Commenting";b:1;s:68:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/ControlStructures";b:1;s:56:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Files";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Formatting";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Functions";b:1;s:68:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/NamingConventions";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/WhiteSpace";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Classes";b:1;s:52:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting";b:1;s:70:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Files";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Formatting";b:1;s:62:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions";b:1;s:70:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Classes";b:1;s:69:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests";b:1;s:63:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting";b:1;s:87:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures";b:1;s:75:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Files";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Formatting";b:1;s:79:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions";b:1;s:87:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/NamingConventions";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace";b:1;s:46:"/usr/share/php/PHP/CodeSniffer/Standards/PHPCS";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Docs/Classes";b:1;s:50:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Docs";b:1;s:45:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1";b:1;s:56:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Docs/Files";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs/Classes";b:1;s:52:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs/Files";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs/Methods";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Classes";b:1;s:69:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests";b:1;s:63:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1";b:1;s:75:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Files";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Methods";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Classes";b:1;s:50:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs";b:1;s:45:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2";b:1;s:68:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/ControlStructures";b:1;s:56:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Files";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Methods";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Docs/Namespaces";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Classes";b:1;s:52:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs";b:1;s:70:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Files";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Methods";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/Namespaces";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Classes";b:1;s:69:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests";b:1;s:63:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2";b:1;s:87:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures";b:1;s:75:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Files";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Arrays";b:1;s:51:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs";b:1;s:46:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Classes";b:1;s:62:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Commenting";b:1;s:69:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/ControlStructures";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Functions";b:1;s:57:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Scope";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/Strings";b:1;s:62:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Docs/WhiteSpace";b:1;s:60:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Arrays";b:1;s:53:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting";b:1;s:71:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures";b:1;s:57:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Debug";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Files";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Formatting";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions";b:1;s:71:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects";b:1;s:63:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators";b:1;s:57:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP";b:1;s:59:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope";b:1;s:61:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings";b:1;s:64:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace";b:1;s:77:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays";b:1;s:70:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests";b:1;s:64:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz";b:1;s:78:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes";b:1;s:81:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting";b:1;s:88:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures";b:1;s:74:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS";b:1;s:76:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Debug";b:1;s:76:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Files";b:1;s:81:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Formatting";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions";b:1;s:88:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions";b:1;s:78:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Objects";b:1;s:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Operators";b:1;s:74:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP";b:1;s:76:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Scope";b:1;s:78:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings";b:1;s:81:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace";b:1;s:56:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Docs/Debug";b:1;s:50:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Docs";b:1;s:45:"/usr/share/php/PHP/CodeSniffer/Standards/Zend";b:1;s:56:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Docs/Files";b:1;s:68:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Docs/NamingConventions";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Sniffs/Debug";b:1;s:52:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Sniffs";b:1;s:58:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Sniffs/Files";b:1;s:70:"/usr/share/php/PHP/CodeSniffer/Standards/Zend/Sniffs/NamingConventions";b:1;s:75:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Debug";b:1;s:69:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests";b:1;s:63:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend";b:1;s:75:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Files";b:1;s:87:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/NamingConventions";b:1;s:41:"/usr/share/php/PHP/CodeSniffer/Tokenizers";b:1;s:35:"/usr/share/php/data/PHP_CodeSniffer";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"2.5.1";s:12:"release_date";s:10:"2016-01-19";s:13:"release_state";s:6:"stable";s:15:"release_license";s:20:"BSD 3-Clause License";s:13:"release_notes";s:3450:"- The PHP-supplied T_SPACESHIP token has been replicated for PHP versions before 7.0
- T_SPACESHIP is now correctly identified as an operator
  -- Thanks to Alexander Obuhovich for the patch
- Generic LowerCaseKeyword now ensures array type hints are lowercase as well
  -- Thanks to Mathieu Rochette for the patch
- Squiz ComparisonOperatorUsageSniff no longer hangs on JS FOR loops that don't use semicolons
- PHP_CodesSniffer now includes the composer autoload.php file, if there is one
  -- Thanks to Klaus Purer for the patch
-- Added error Squiz.Commenting.FunctionComment.ScalarTypeHintMissing for PHP7 only (request #858)
  -- These errors were previously reported as Squiz.Commenting.FunctionComment.TypeHintMissing on PHP7
  -- Disable this error message in a ruleset.xml file if your code needs to run on both PHP5 and PHP7
- The PHP 5.6 __debugInfo magic method no longer produces naming convention errors
  -- Thanks to Michael Nowack for the patch
- PEAR and Squiz FunctionComment sniffs now support variadic functions (request #841)
- Fixed bug #622 : Wrong detection of Squiz.CSS.DuplicateStyleDefinition with media queries
- Fixed bug #752 : The missing exception error is reported in first found DocBlock
- Fixed bug #794 : PSR2 MultiLineFunctionDeclaration forbids comments after opening parenthesis of a multiline call
- Fixed bug #820 : PEAR/PSR2 FunctionCallSignature sniffs suggest wrong indent when there are multiple arguments on a line
- Fixed bug #822 : Ruleset hard-coded file paths are not used if not running from the same directory as the ruleset
- Fixed bug #825 : FunctionCallArgumentSpacing sniff complains about more than one space before comment in multi-line function call
- Fixed bug #828 : Null classname is tokenized as T_NULL instead of T_STRING
- Fixed bug #829 : Short array argument not fixed correctly when multiple function arguments are on the same line
- Fixed bug #831 : PHPCS freezes in an infinite loop under Windows if no standard is passed
- Fixed bug #832 : Tokenizer does not support context sensitive parsing
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #835 : PEAR.Functions.FunctionCallSignature broken when closure uses return types
- Fixed bug #838 : CSS indentation fixer changes color codes
  -- Thanks to Klaus Purer for the patch
- Fixed bug #839 : "__()" method is marked as not camel caps
  -- Thanks to Tim Bezhashvyly for the patch
- Fixed bug #852 : Generic.Commenting.DocComment not finding errors when long description is omitted
- Fixed bug #854 : Return typehints in interfaces are not reported as T_RETURN_TYPE
  -- Thanks to Jaroslav Hanslík for the patch
- Fixed bug #855 : Capital letter detection for multibyte strings doesn't work correctly
- Fixed bug #857 : PSR2.ControlStructure.SwitchDeclaration shouldn't check indent of curly brace closers
- Fixed bug #859 : Switch statement indention issue when returning function call with closure
- Fixed bug #861 : Single-line arrays and function calls can generate incorrect indentation errors
- Fixed bug #867 : Squiz.Strings.DoubleQuoteUsage broken for some escape codes
  -- Thanks to Jack Blower for the help with the fix
- Fixed bug #21005 : Incorrect indent detection when multiple properties are initialized to arrays
- Fixed bug #21010 : Incorrect missing colon detection in CSS when first style is not on new line
- Fixed bug #21011 : Incorrect error message text when newline found after opening brace";s:12:"release_deps";a:5:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.1.2";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:7:"1.4.0b1";s:8:"optional";s:2:"no";}i:2;a:4:{s:4:"type";s:3:"ext";s:4:"name";s:9:"tokenizer";s:3:"rel";s:3:"has";s:8:"optional";s:2:"no";}i:3;a:4:{s:4:"type";s:3:"ext";s:4:"name";s:9:"xmlwriter";s:3:"rel";s:3:"has";s:8:"optional";s:2:"no";}i:4;a:4:{s:4:"type";s:3:"ext";s:4:"name";s:9:"simplexml";s:3:"rel";s:3:"has";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:13:"Greg Sherwood";s:5:"email";s:19:"gsherwood@squiz.net";s:6:"active";s:3:"yes";s:6:"handle";s:5:"squiz";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1458171661;}