This file is indexed.

/usr/share/php/.registry/php_codesniffer.reg is in php-codesniffer 1.5.5-1.

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
a:22:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.4";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:116:"PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.";s:11:"description";s:290:"PHP_CodeSniffer is a PHP5 script that tokenises PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.";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:"2014-09-25";s:4:"time";s:8:"03:33:59";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: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: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";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:845:{i:0;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:2:{i:0;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:1:{s:7:"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: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:2;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:4:{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:3;a:1:{s:7:"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: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:4;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:5;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:6;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:7;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:8;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:9;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:10;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:11;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:48:"CodeSniffer/CommentParser/AbstractDocElement.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:12;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:44:"CodeSniffer/CommentParser/AbstractParser.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:13;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:48:"CodeSniffer/CommentParser/ClassCommentParser.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:44:"CodeSniffer/CommentParser/CommentElement.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:40:"CodeSniffer/CommentParser/DocElement.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:51:"CodeSniffer/CommentParser/FunctionCommentParser.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:49:"CodeSniffer/CommentParser/MemberCommentParser.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:41:"CodeSniffer/CommentParser/PairElement.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:46:"CodeSniffer/CommentParser/ParameterElement.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:45:"CodeSniffer/CommentParser/ParserException.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:43:"CodeSniffer/CommentParser/SingleElement.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: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:23;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:24;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:25;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:26;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:27;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:28;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:29;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:30;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:31;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:32;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:33;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:34;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:35;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:36;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:37;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:38;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:39;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:40;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:41;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:42;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:43;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:44;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:45;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:46;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:47;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:48;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:49;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:50;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:51;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:52;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:53;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:54;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:55;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:56;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:57;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:58;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:59;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:60;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:61;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:62;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:63;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:64;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:65;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:66;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:67;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:68;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:69;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:70;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:71;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:72;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:73;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:74;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:75;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:76;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:77;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:78;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:79;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:80;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:81;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:82;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:83;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:84;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:85;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:86;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:87;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:88;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:89;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:90;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:91;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:92;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:93;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:94;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:95;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:96;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:97;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:98;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:99;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:100;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:101;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:102;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:103;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:104;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:105;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:106;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:107;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:108;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:109;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:110;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:111;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:112;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:113;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:114;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:115;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:116;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:117;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:118;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:119;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:120;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:121;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:122;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:123;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:124;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:125;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:126;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:127;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:128;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:129;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:130;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:131;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:132;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:133;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:134;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:135;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:136;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:137;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:138;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:139;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:140;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:141;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:142;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:143;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:144;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:145;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:146;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:147;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:148;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: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.6.inc";s:4:"role";s:4:"test";}}i:150;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:151;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:152;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:153;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:154;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:155;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:156;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:157;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:158;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:159;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:160;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:161;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:162;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:163;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:164;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:165;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:166;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:167;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:168;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:169;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:170;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:171;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:172;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:173;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:174;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:175;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:176;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:177;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:178;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:179;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:180;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:181;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:182;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:183;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:184;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:185;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:186;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:187;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:188;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:189;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:190;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:191;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:192;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:193;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:194;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:195;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:196;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:197;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:198;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:199;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:200;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:201;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:202;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:203;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:204;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:205;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:206;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:207;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:208;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:209;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:210;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:211;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:212;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:213;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:214;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:215;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:216;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:217;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:218;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:219;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:220;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:221;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:222;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:223;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:224;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:225;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:226;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:227;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:228;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:229;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:230;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:231;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:232;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:233;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:234;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:235;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:236;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:237;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:238;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:239;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:240;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:241;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:242;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:243;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.inc";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: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:245;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:246;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:247;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:248;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:249;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:250;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:251;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:252;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:253;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:254;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:255;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:256;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:257;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:258;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:259;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:260;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:261;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:262;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:263;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:264;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:265;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:266;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:267;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:268;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:269;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:270;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:271;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:272;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:273;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:274;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:275;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.inc";s:4:"role";s:4:"test";}}i:276;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:277;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:278;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/Channels/ChannelExceptionSniff.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:279;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:280;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:281;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:282;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:283;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:284;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:285;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:286;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:287;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:288;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:289;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:290;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:291;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:292;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:293;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:294;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:295;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:296;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:297;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:298;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:299;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:300;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:301;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:302;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:303;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:304;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:305;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:306;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:307;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:308;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:309;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:310;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:311;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:312;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:313;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:314;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:315;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:316;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:317;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:318;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:319;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:320;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:321;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:322;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:323;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:324;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:325;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:326;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:327;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:328;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:329;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:330;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:331;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:332;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:333;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:334;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:335;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:336;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:337;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:338;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:339;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:340;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:341;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:342;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:343;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:344;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:345;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:346;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:347;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:348;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:349;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:350;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:351;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:352;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:353;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:354;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:355;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:356;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:357;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:358;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:359;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:360;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:361;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:362;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:363;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:364;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:365;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:366;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:367;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:368;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:369;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:370;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:371;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:372;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:373;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:374;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:375;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:376;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:377;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:378;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:379;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:380;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:381;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:382;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:383;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:384;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:385;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:386;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:387;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:388;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:389;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:390;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:391;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:392;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:393;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:394;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:395;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:396;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:397;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:398;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:399;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:400;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:401;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:402;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:403;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:404;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:405;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:406;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.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: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:408;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:409;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:410;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:411;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:412;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:413;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:414;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:415;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:416;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:417;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:418;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:419;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:420;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:421;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:422;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:423;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:424;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:425;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:426;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:427;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:428;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:429;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:430;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:431;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:432;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:433;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:434;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:435;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:436;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:437;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:438;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:439;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:440;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:441;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:442;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:443;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:444;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:445;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:446;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:447;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:448;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:449;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:450;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:451;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:452;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:453;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:454;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:455;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:456;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:457;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:458;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:459;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:460;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:461;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:462;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:463;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:464;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:465;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:466;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:467;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:468;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:469;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:470;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:471;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:472;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:473;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:474;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:475;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:476;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:477;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:478;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:479;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:480;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:481;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:482;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:483;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:484;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:485;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:486;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:487;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:488;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:489;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/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:490;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:491;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:492;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:493;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:494;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:495;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:496;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:497;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:498;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:499;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:500;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:501;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:502;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:503;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:504;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:505;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:506;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:507;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:508;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:509;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:510;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:511;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:512;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:513;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:514;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:515;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:516;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:517;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:518;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:519;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:520;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:521;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:522;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:523;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:524;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:525;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:526;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:527;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:528;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:529;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:530;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:531;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:532;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:533;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:534;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:535;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:536;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:537;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ConstantCaseSniff.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:538;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:539;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:540;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:541;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:542;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:543;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:544;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:545;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:546;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:547;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:548;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:549;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:550;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:551;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:552;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:553;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:554;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:555;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:556;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:557;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:558;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:559;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:560;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:561;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:562;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:563;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:564;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:565;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:566;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:567;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:568;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:569;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:570;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:571;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:572;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:573;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:574;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:575;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:576;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:577;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:578;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:579;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:580;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:581;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:582;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:583;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:584;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:585;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.inc";s:4:"role";s:4:"test";}}i:586;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:587;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:588;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:589;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:590;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:591;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:592;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:593;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:594;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:595;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:596;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:597;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:598;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:599;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";s:4:"role";s:4:"test";}}i:600;a:2:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/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:601;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:602;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:603;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:604;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:605;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:606;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:607;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:608;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:609;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:610;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:611;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:612;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:613;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:614;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:615;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:616;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:617;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:618;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:619;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:620;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:621;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:622;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:623;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:624;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:625;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:626;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:627;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:628;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:629;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:630;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:631;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:632;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:633;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:634;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:635;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:636;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:637;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:638;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:639;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:640;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:641;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:642;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:643;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:644;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:645;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:646;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:647;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:648;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:649;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:650;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:651;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:652;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:653;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:654;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:655;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:656;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:657;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:658;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:659;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:660;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:661;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:662;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:663;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:664;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:665;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:666;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:667;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:668;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:669;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:670;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:671;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:672;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:673;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:674;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:675;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:676;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:677;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:678;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:679;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:680;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:681;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:682;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:683;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:684;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:685;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:686;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:687;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:688;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:689;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:690;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:691;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:692;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:693;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:694;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:695;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:696;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:697;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:698;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:699;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:700;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:701;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:702;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:703;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:704;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:705;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:706;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.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:75:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.js";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:76:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.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:81:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.inc";s:4:"role";s:4:"test";}}i:710;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:711;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:712;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:713;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:714;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:715;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:716;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:717;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:718;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:719;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:720;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:721;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:722;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:723;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:724;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:725;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:726;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:727;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:728;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:729;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:730;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:731;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:732;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:733;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:734;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:735;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:736;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:737;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:738;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:739;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:740;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:741;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:742;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:743;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:744;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:745;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:746;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:747;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:748;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:749;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:750;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:751;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:752;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:753;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:754;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:755;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:756;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:757;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:758;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:759;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:760;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:761;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:762;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:763;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:764;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:765;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:766;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:767;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:768;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:769;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:770;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:771;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:772;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:773;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:774;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:775;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:776;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:777;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:778;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:779;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:780;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:781;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:782;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:783;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:784;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:785;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:786;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:787;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:788;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:789;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:790;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:791;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:792;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:793;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:794;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:795;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:796;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:797;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:798;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:799;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:800;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:801;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:802;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:803;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:804;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:805;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:806;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:807;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:808;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:809;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:810;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:811;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:812;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:813;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:814;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:815;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:816;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:817;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:818;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:819;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:820;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:821;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:822;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:823;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:824;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.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: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:826;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:827;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:828;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:829;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:830;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:831;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:832;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:833;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:834;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:835;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:836;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:837;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:838;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:839;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:840;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:841;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:842;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:843;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:844;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:2:{s:8:"required";a:2:{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:8:"optional";a:1:{s:7:"package";a:2:{s:4:"name";s:9:"PHP_Timer";s:7:"channel";s:15:"pear.phpunit.de";}}}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: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:9:"phpcs.bat";s:4:"name";s:17:"scripts/phpcs.bat";}}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";}}}}}i:1;a:1:{s:8:"filelist";a:2:{s:7:"install";a:9:{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:12:"AllTests.php";s:4:"name";s:18:"tests/AllTests.php";}}i:2;a:1:{s:7:"attribs";a:2:{s:2:"as";s:13:"TestSuite.php";s:4:"name";s:19:"tests/TestSuite.php";}}i:3;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:4;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:5;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:6;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:7;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:8;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:1:{s:7:"attribs";a:1:{s:4:"name";s:17:"scripts/phpcs.bat";}}}}}s:9:"changelog";a:1:{s:7:"release";a:62:{i:0;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:1;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:2;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:3;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:4;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:5;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:6;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:7;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:8;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:9;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:10;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:11;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:12;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:13;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:14;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:15;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:16;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:17;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:18;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:19;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:20;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:21;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:22;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:23;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:24;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:25;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:26;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:27;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:28;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:29;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:30;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:31;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:32;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:33;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:34;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:35;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:36;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:37;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:38;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:39;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:40;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:41;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:42;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:43;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:44;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:45;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:46;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:47;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:48;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:49;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:50;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:51;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:52;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:53;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:54;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:55;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:56;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:57;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:58;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:59;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:60;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:61;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:844:{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:"9202eedfaa7e83ebd0d74460b1b4936e";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:"c2129e36b9f9ee98724f745cb1de78fe";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:"f0af5d88ce78d970c86d7a89a518cd62";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:"ea8d3d9be756a27a88681278f8f63d26";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:"66b02cb064c9de3f8967c108996d1f91";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:"59a2c7f4e44cb8669eb0ef46ecc98ed4";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:"03e926de2e5d5c051162adae507e0ce2";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:"998052c780cc0c081de74aabdba5130b";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:"348ad76d31bee8b896f817f1c588ad78";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:"574a3f42584b9ffa525c2a42ccb4edaa";s:12:"installed_as";s:50:"/usr/share/php/tests/PHP_CodeSniffer/TestSuite.php";}s:48:"CodeSniffer/CommentParser/AbstractDocElement.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:48:"CodeSniffer/CommentParser/AbstractDocElement.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"091e99002fdd5c41d9a83f2e2dab8817";s:12:"installed_as";s:67:"/usr/share/php/PHP/CodeSniffer/CommentParser/AbstractDocElement.php";}s:44:"CodeSniffer/CommentParser/AbstractParser.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:44:"CodeSniffer/CommentParser/AbstractParser.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"6181a4d48a00e9b8b2d286f031c2850c";s:12:"installed_as";s:63:"/usr/share/php/PHP/CodeSniffer/CommentParser/AbstractParser.php";}s:48:"CodeSniffer/CommentParser/ClassCommentParser.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:48:"CodeSniffer/CommentParser/ClassCommentParser.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"34c905606e70124b0f2cb38bd8bcaefd";s:12:"installed_as";s:67:"/usr/share/php/PHP/CodeSniffer/CommentParser/ClassCommentParser.php";}s:44:"CodeSniffer/CommentParser/CommentElement.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:44:"CodeSniffer/CommentParser/CommentElement.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"09d2e8fe10aceb74365e1afcafbbbf03";s:12:"installed_as";s:63:"/usr/share/php/PHP/CodeSniffer/CommentParser/CommentElement.php";}s:40:"CodeSniffer/CommentParser/DocElement.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:40:"CodeSniffer/CommentParser/DocElement.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4efa2174199fa7e2d85d44cd1fd77bbb";s:12:"installed_as";s:59:"/usr/share/php/PHP/CodeSniffer/CommentParser/DocElement.php";}s:51:"CodeSniffer/CommentParser/FunctionCommentParser.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:51:"CodeSniffer/CommentParser/FunctionCommentParser.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"d5ea78312dfcfa478d85f6bd525f4aa7";s:12:"installed_as";s:70:"/usr/share/php/PHP/CodeSniffer/CommentParser/FunctionCommentParser.php";}s:49:"CodeSniffer/CommentParser/MemberCommentParser.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:49:"CodeSniffer/CommentParser/MemberCommentParser.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"5734853ff59e83daa9bfc2a358532c54";s:12:"installed_as";s:68:"/usr/share/php/PHP/CodeSniffer/CommentParser/MemberCommentParser.php";}s:41:"CodeSniffer/CommentParser/PairElement.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:41:"CodeSniffer/CommentParser/PairElement.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"7c75776f805863fd7c4e02f85d03790f";s:12:"installed_as";s:60:"/usr/share/php/PHP/CodeSniffer/CommentParser/PairElement.php";}s:46:"CodeSniffer/CommentParser/ParameterElement.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:46:"CodeSniffer/CommentParser/ParameterElement.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"f3711a4aa5455e6448360db78c4d81c0";s:12:"installed_as";s:65:"/usr/share/php/PHP/CodeSniffer/CommentParser/ParameterElement.php";}s:45:"CodeSniffer/CommentParser/ParserException.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:45:"CodeSniffer/CommentParser/ParserException.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"275ef414a3e3baf39d5c207184dac21e";s:12:"installed_as";s:64:"/usr/share/php/PHP/CodeSniffer/CommentParser/ParserException.php";}s:43:"CodeSniffer/CommentParser/SingleElement.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:43:"CodeSniffer/CommentParser/SingleElement.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ddac10227c71738d091b4e437e241d15";s:12:"installed_as";s:62:"/usr/share/php/PHP/CodeSniffer/CommentParser/SingleElement.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:"2b19d8d9656323652150a0fcbc881703";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:"bfc83d56895ec7e379e5fcd03ebe531b";s:12:"installed_as";s:53:"/usr/share/php/PHP/CodeSniffer/DocGenerators/HTML.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:"a9ee4fcbd8f46282bad54d98022af456";s:12:"installed_as";s:53:"/usr/share/php/PHP/CodeSniffer/DocGenerators/Text.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:"bc229a4d8ab58965aeb29b9fafbe0ea3";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:"18e3122ed2ac3d4ca0723fbeca5f2bb8";s:12:"installed_as";s:46:"/usr/share/php/PHP/CodeSniffer/Reports/Csv.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:"2cd123010c149ae6eafc6c261d1cb94f";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:"01db5ef04c7478f939f51e426ae5cef3";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:"ae3bb599bd6570d1a8174fe6b4f8293a";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:"170770dd786114937f03346db12f53d5";s:12:"installed_as";s:50:"/usr/share/php/PHP/CodeSniffer/Reports/Hgblame.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:"8115b2a48a239e64285f6f2176f53263";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:"c5a79cdb4005d11cb494ca0d0fa189a8";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:"bb197270d80e4b279093a8824cbbd0ef";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:"4fe63373f61561cd14a6c0e4b28b0084";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:"a290bcf6d9f43223f39f93a362f9c5ec";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:"449069e4ecd4cd8c2da99368e52277b5";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:"f3e79f42b01b1254846f2527e162bbe4";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:"1ecc8307f7828e2ff92109670f1ca891";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:"6ae0d4dc9272c4a11350755afbb57ae9";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:"eace9c58ee7adbf594b07a14561b6aa1";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:"1c0e66d3574556421821b1c73870e724";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:"a124749801404f16da23a2b1231ae501";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: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:"561b5942f71e06c545b127c9617a75a6";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:"bc8449f8a7f81bfcd3e4eed9f588aa8c";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:"7caf44b30881233a77363a53b580c402";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:"ba1b4c356574866b2bcf80d46646f613";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:"a743706251372846647201fe43e0c30b";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:"d72f3eaf5f651b235d218d827d6d6147";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:"cc09afa8da5a064943bd1a263213e520";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:"8a04124bb15ef3214f865cdf717c34cc";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:"85d4e59aa55c05a38d82f2aac82f2987";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.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:"688bb31bf681872d61d0c074f4ada82b";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:"e6b486f42639c89a0b7300a023cae007";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:"0e25045787672c1f045921049b2fe187";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:"d760765a8b07d30a209c761d7f33089e";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:"36eb45725223c205bdfdcd1f8c5c5882";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:"937899aa6e3b2bddf3be3a6bdecdb2b2";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:"3e22ecc223e9fe377b8eb0b2bf343cb5";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:"77f5ba1bbe2423eb05ab61e814bf5cba";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:"08538f52bd648e3a89547d8b0c466a17";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:"792a788cfa8ffb13aa6907f9034db4cb";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:"033cc58b59887cc6646c8b70491654ee";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:"2aad9bd11850ef74883a919b81cd9904";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:"32f1b111cd6add2a10721bad1bcd39c0";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:"31781dc44dab9413e6539069e65f1053";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:"2bde806eea1885410846b784749645de";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.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:"14f1d68905240fd008327ca92ba48e44";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:"ec6ff412b12ce100c2bd7a98f899f156";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:"7478f4a4a948e896f5f192a51f9b6af5";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:"c69871a420975ac1eba9f37430b5f83f";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:"aeb6bb588625c9c06ebf29b2eedb7f73";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:"5b82a9949c67fe6e6c60c64dbc524a4a";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:"08c09b5d9f4389a1c722524b0009db2a";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:"89ad04127031358e726c17415d9edf84";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:"e92f8853d9b86bf10dcdc1b9e7920cee";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:"c3cc2fcbaf3c687ae70e229463a2e04a";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:"ccceb1fc87e69876e64cb31d67f53cad";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:"0deb0eb7c72385c26795446667fdeb90";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:"9a18ff140cae1e2fa5975d0d622fe9b7";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:"87313292edd1de6cb305f7a8c125501f";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:"7e5efdcfc898e3af40eaad138b2b020d";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:"e2558ce0bc7278eac4687f6413db36a3";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:"504ef2865b527238a0c9f21b8fcb9b34";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:"8c4c9695c21b7296109075807604122f";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:"2cfcc459d0a8ac075cb2cd2238a69ffc";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:"c170da6a7f2bed350177d3d10cb25293";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:"5c0e53d3abf842e1c38f2afc1c58f236";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:"dca54a3173c6ac6fd7339bb6c4348ffc";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:"b3c2555c922d980bcadb96f6c9e93750";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:"5df1b198868065662de432fa8c8d2db7";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:"42758bcdff4a5b37ba2370413e65ca00";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:"84cce9d069597e31b309d7992d65dca5";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:"a2bf275949b836114676a1b396397528";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:"b213118b4eac11b5f8d452d2575d92bd";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:"6dbd2feac57eb8170211ce19c7670540";s:12:"installed_as";s:87:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.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:"c9fe7179b7787e0ac71e9fefdfb4fa3b";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:"1e42d61e944b0ff777b7823e18fce988";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:"01b55f239d7b8d2661947d070a26657b";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:"5b28afaae32c83ed95794c7a4af96ed3";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:"3467073bcd9389566b464b20359192cd";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:"fcd6bd9a9519dd51ed2a380832c3c76f";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:"c0f8d343af08d5e968ea08d45c5e31a8";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:"1aaaec8996a5a6cc02b973bbe29643f3";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:"dce00b381c6fddb81d4321bc2cf65c25";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.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:"f05cdffdaad5210d2f692283b5de8927";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:"fabd4d91d792f98602a3e6cd19c53faf";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:"9a4912ca3405ffae78505924336135ac";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:"a0b390c41d37f37494313d9f89f339be";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:"5ab6bca1caf8c6e6948e0807e1d2602e";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:"559dcc945aaa38ad283f2c05c894dfaf";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:"e351cef2fcdb01f18ff04cbd1d352f28";s:12:"installed_as";s:125:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc";}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:"c5076fe56bf1fdeb42a5e0c6d883453a";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js";}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:"09f2f6e2d9911c7ab71212836e957c23";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:"496c0df2a3d6239c6a060d470f9a3459";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:"4fb208df48bcd3b4f3e348a976f1262d";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:"f8ab0e6a0fc6080134bd002bc8d03cb8";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: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:"5946da92b821f9acc5f7dacd755cf30b";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:"b855064e366fb3c2157b4cd2031cf18e";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:"9397f14c5488d0ad48a36a9f0757d0fa";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:"d3237eff4246e47e95fd3020874928d3";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:"cd0e0f08487e60557c041b8710c9e667";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:"60699ac6bd0b9a4746f605f68df0c6ff";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:"eaeb41b8f763f58295b7349b00623aa7";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:"fc9190924544ebb3bf3eccc978ffac77";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.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:"df40c2f9fa6c98b03785056b435da94c";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:"3f41685da4db6a3474a254c798de4512";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:"816a175e9307d9007bbde71195942baa";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc";}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:"e63d14a600279cd8ca111483663a317b";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js";}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:"6147dc8365c18931eeddaf4baf0f566d";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:"0398b65fe2df80bde5c6509f290702a4";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:"5dd321e955d985fae187760f54cd5fa9";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:"ece0dbb912f91c3a598bea8a4a38ed4c";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:"0ad77ed630b5672200d89b5af3d472b1";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:"4eacc59e3a47bac7ea20a782f9393b9f";s:12:"installed_as";s:122:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc";}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:"ee50bd6c364d17971c8b9ccb0bac38a6";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:"e8125f33e9d0be4e80c72fd9b4eeb471";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc";}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:"7c60dbf7f537aef4f863a188d986c065";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:"0bbcab2a27b43b0fd3ae318867325da5";s:12:"installed_as";s:131:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc";}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:"65dbada90a994ec5b9b2e41d237d84f1";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:"4bd4cc996ce0bb5c75c35037281ee58d";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:"05e3c5535f46ef38168013a65969d2fd";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:"2db8a921d9074d5765abd4b34831f2ff";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:"ef04187dc9c0d850f957fd24f912b7d8";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:"d05bb9a2a0acb73e068b798ac65488b6";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:"81e4e1cc4aee066a07e9dc99fc8c7f90";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:"ba27d73018535fe3dcb533927f82dd79";s:12:"installed_as";s:124:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php";}s:80:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:80:"CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0a2172b0b6d08519bf76b3ba94a5bd23";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.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:"29eafa82422dbaaea33465f5b1854a52";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:"13faafc7fe213e2e5b32555fc90b22c9";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:"de295f2beaa4fe0f140ede2486869430";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:"3fc87f6e15e329d23ea071f6150c79ff";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:"92b3cbc57fb711d6e0abca001372a38a";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc";}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: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:"0907a643fc2a0361a3d22d5dce3f3592";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:"d955018483daf299ff336bd6a9704a01";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc";}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:"43bff0260c2ea14333b75b922be6b95d";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:"cacfda908d109f5e80ffb507e27f16aa";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:"44e85f5fe6a5e2f2f7d4108b04c53ff8";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:"9ad153093c80a2f9ae9cb476082f53de";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: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:"39a965939d47e6e4e6381f807ce02e4e";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:"31b3b30d153118ae229cb08e14e32780";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:"b2256ab84d6f217a72bc6347f5d67116";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:"69faa02242158ee96bfe27d8c58281ab";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:"c83ca952d3c98a57680422972b4a6bc1";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:"be4aeb732df3eb4882ca45c2c6300a89";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:"fd7eebcf775fa660767329f7673fdd4e";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.css";}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:"184e4de3202f8ff00430e9dd0bcc4b7d";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc";}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:"f343d05ee2af6f1be0894445a5962698";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js";}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:"d581461150ae41865b04920c3062abb9";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php";}s:70:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:70:"CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"44a7b39459f319593c9fb153d69f3a02";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.inc";}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:"9dccf0a5032a57e62c1ad26f4f5ce8d7";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:72:"CodeSniffer/Standards/MySource/Sniffs/Channels/ChannelExceptionSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:72:"CodeSniffer/Standards/MySource/Sniffs/Channels/ChannelExceptionSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4daa307a541df00df606378521eb8dbc";s:12:"installed_as";s:91:"/usr/share/php/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/ChannelExceptionSniff.php";}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:"eb20c47ab69ddd1538a2e320a36dc188";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:"07b3fbc942712db6bcfadbb542f41aba";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:"3baa1f4c77a60cc865c2d76544c425c2";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:"3aa8ddc91b01b55daddb7e3006f49f77";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:"4ee93d84c47e576a89e697ce1bc6b7f0";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:"bcb6b6d2b92ebaa2d4c1918f97786918";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:"50888cd9ed020fa49901cc7f2baacee2";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:"6ad5a15659b88c346d42dc9abbd01997";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:"0ef11fde374f9cb5210822c58f65d405";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:"c1b1d835d0653739bf2938190cf6f622";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:"1706f6d26c5c53090abbce10b4b44830";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:"81089f4cfa8b516693f96c65db1203b2";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:"4055020ebca555674fdaa5a46e4da7de";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:"96ea132c41b0fa554f69d23c019b56de";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:"214414f4134d141d678e7526f922ca12";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:"ff055ff318511a8467ac5a7dad3c14a3";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:"e4899125d115fe72f408d0c4c18a36ad";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:"0ff8d376393cb12cc3cd203520e51df4";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:"3d61a709e25d9973351fc7682bc9036b";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:"77028614914a8de774c9226763bcb3bf";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:"b96906ae1b8fd802e5aade8d596d4698";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:"f212dc27dc650e5a6efae78abe9a3b66";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:"3c8c43046570c7d879cdf22fc16ca895";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:"3083efdffee3f6c1b8307a2d801b9d2b";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:"2ad9b3dcc97da4a4f9c9f84c1ae9eace";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:"4a6408175dc3a9f1ea9431331bb2267a";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:"17242dfc3767750c814e20726f72cd1a";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:"22fe318f34210f781056397f5495099a";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:"8a383cd4cf05b90a79e723353b787cfc";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:"e8e9aa29599cbc9c9736cff9f9bdf05b";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:"9e694cd3b1b5da53a0452af0734727bb";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:"fdb2522387baa85b78b4b04e13777816";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:"5e65d3e1c0c07cd2722dd533a15adf87";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:"aa5dc98d3577c856bfeac52bfe68faed";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:"a8ce5505a942d95ffe788f3dc362419c";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:"eedafcf0eeb98b4b4eb60054e1974273";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:"b641f103f6099d67db398972820a00ea";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:"9e3677601b5fe88e64e67601d8c1ea22";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:"ebbdd8bbc57b0f18de4a7dd084839fdf";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:"a61cc9418d7c33642d76da1a6f74bc96";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:"7641b7a547573cf749492f8d7cc9066f";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:"ca9281ec3d5c35e1efd189add7df886d";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:"02e7954bbad1c6d36612e692ed0913bb";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:"9ec253310110d8264b87b56b67ca4b89";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:"70fe89277474376407df1af60a0353e1";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:"d4586b15a5aa0a5f66084227bca23cbf";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:"2d118dafd2ec14d109982b2bbc765c25";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:"a253eead896154da0a98c8d874b917db";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:"74e78dce6bcacb695c00e546187b3203";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:"3e000a03f78134fce390a9c5359c1ba0";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:"e39b74ad5cc2d0db6174c0df6c65b45e";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:"8b3f0a58540720f608ac6277afb5c243";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:"6fac942c48dafa01c12f8dd4e19ae8e6";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:"aaa11118a2f1d6984a0280a7d152f220";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:"c476c06623020c78054b35bbc992fffe";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:"5c70caa283ce75c9094c19ddf3fa39b9";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:"5351ccdeb677a6d85425a2b03a4d531c";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:"5d19fa8eafcfd8e179e6a798ccefd2fb";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:"94051d09e34fc5abc19b0283fc8df30d";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc";}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:"ec2b1d057ef670d220865d58b4c619fd";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:"ba0e8af8fc6db172452fbae461e5795e";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:"3f16c840ca78d61eb4fda60f7a3a8da8";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc";}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:"fb0bee122d9065bc4caa3b966b2c2527";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:"ab3377fa58c36d3e6b9777a9a178e7f7";s:12:"installed_as";s:101:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc";}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:"9fd14d6596f159199406d79b85150845";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:"8712c53368eee44ae850615d1105375b";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:"396260622d61698495dace0e286c1ce6";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc";}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:"4c266597d39e533e7f03c8158bb4a2bb";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:"b08a45d8a8df6cff679867b6a7b47bb8";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc";}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:"939e4695ab4965e9c06691dd74ff2064";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:"f2e66b9da9a480c8f028a1b9a16a2d4b";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:"22505b88abd3910d02c03df1ee0be0e4";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:"687dd6a0599af779f4a3171120394265";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:"7d75a9a7546fd5c0d9a26a59ebd7d5a1";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:"e6dd0d591a7157cac04f192f4c267f82";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:"487c717c8a1331862477b7488c248d6c";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:"7af06820a1d5f60ad7aebc6b5e61a063";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:"697aa3d4d9f957f4e81fbbec1dbd4e0c";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:"54009c605014d5326d697d15ba48ddf9";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc";}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:"3e54f636a1e88de225dfe864e5fedc2e";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:"bf754b376060e65f3e7d64f41e835f78";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:"ba857df966632f3621b517d0fe6805cc";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:"9ef45ef55b166968396358c90f905308";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:"70bb6dfd9d7df3c7023c8313124a1473";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:"38f90c8985d4fd4926d24d5c35c25447";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:"80796b9ad803d99e3bf936cbd38da39e";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:"8b45fc2d3987842e56f9510e75f6cafb";s:12:"installed_as";s:89:"/usr/share/php/PHP/CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php";}s:69:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"90e02392a958b190394930c2cbecfcb0";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.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:"619882d136d26ff8b646f3082cd4511e";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:"70442f079a8bac7b190583a6e992a862";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: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:"66d110277368105a0fe4af977ee0f74f";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:"1860b2bbe4b7cb89d86576e8b69fede1";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:"88e5adc3339a7c641d493dbcd31dddc7";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:"89d491db115ab2425bed9436ba1c9843";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:"54878b3be623880b0366972c0f2da500";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:"85d0cf17b50f260e61cd5f11495125d7";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:"3c4cbfb031c2b0f9d89f59edfcca3d2d";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:"7571421fc83e159567e18af218664ae9";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:"62ce613abc6d20a77fe3bbd744d64cba";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:"49cbab33183b442ad0f4595a7e62ec19";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:"c417d042638f08f95546b71664d83f41";s:12:"installed_as";s:97:"/usr/share/php/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.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:"9ca9b036cb990600a034cd363cf1ab58";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:"a45efb1e959533d86fd856d976ff9c2f";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:"bbd178cc0fa75f8abb7103f471af3446";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:"053b4fae54489ea4f81ad4b7440079d0";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:"3c67a324047ce61fe74636a40f81f8f9";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:"e3481c914823331cc8918a32a0860d82";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc";}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:"65d753df13c84e7d1c9695e6d734048a";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:"f281234fe33027d9618af5b8735ada7e";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:"2fd9a877c05ae9b07bc85ed67eedf6f3";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc";}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:"b71498a7627e294b00fa1bf7f5253dd9";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: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:"b30ce2310f57c56162cff6c495f99f29";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:"32d46dc535d7fc9a952000c6413966d9";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc";}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:"412d22f03b540c38237bfc79ce0854bb";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.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:"7927ccde5aa9830035627977aae08194";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:"74c5ef7462153cc25c846bb538ef42c7";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc";}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:"1a70d20dc5b68c2e959460d58d2a760c";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: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:"91f7ed0b5e074185e06386b219376575";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:"b9b7ef369a90a6ceb9d7a57eac2bcdaf";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc";}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:"a6b46261f3c72936dc90c99b67fe3aa2";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:"67ac075a463122c4b0255231a3b53ace";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc";}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:"c480f9d2ce7081aafdeb23437ab96b1a";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.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:"3e705980cc34dde02ae077d99b0e9a16";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:"79f560c613d7fe397cdb0830ea0829d9";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:"dd8ea8b257aa8a1faeb7dd1d0b1c1529";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:"8bc7108ef14cde00edea2dd4e2e9edfe";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:"a691d5296f2ba8b975ecfc7ae054f85a";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:"4420ea636df953425307a215e6eb5159";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:"32da7d6c6e0068b28e6391bce91f8050";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:"2b4da992b6382fbddb9af3da977efa6f";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:"915ac2f41466630a9dc2dbbbbc8cc9f8";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:"f50fd2df4e04af1ebc8caf7243a6f574";s:12:"installed_as";s:85:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php";}s:71:"CodeSniffer/Standards/Squiz/Sniffs/CodeAnalysis/EmptyStatementSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:71:"CodeSniffer/Standards/Squiz/Sniffs/CodeAnalysis/EmptyStatementSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"722c713802eb65aa996b34dc7c738b9e";s:12:"installed_as";s:90:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CodeAnalysis/EmptyStatementSniff.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:"58f295d85aa9054daea3ff8c5c805cdf";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:"95ba9fbd9c6e00b36d8548a78b2acb98";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:"30bd7170b4163df9de22fd35b25b01b9";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:"cd1f10773d5ce4a73fcd64493775ade9";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:"3c656ed2dd5823dceb175c9406393112";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:"506e0161151f7cbfda345f728ff8dcee";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:"16f36ce42a8239c7771c74eb3bdfc666";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:"0a259d4856b120c8e702d6ec65b7e463";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:"a37cbd06d91c9b911eff0e38776c2176";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:"e1b91a0323204644f92b03330c6fbd1b";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:"70f7be7c6693c89668f23d8306d03aaf";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:"d5256a67c70d5b4648424ac1335237c2";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:"fa47b4956d6b6d416dd521c980b23073";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:"27c7c5a597eaf887a8655f858de971b3";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:"f1b209d37c2afa08fcb3a648e0b0cdc9";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:"c310924de55976064fa665f8b3f9e508";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:"fdd6a4461cf3018824ea524981da390a";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:"8277a05fa3d99463f196735f2b581699";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:"3f6a8554b1ebc87dbb0988ae2129d0f3";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:"8fe5f03faa27659827f89b4c94ee93ef";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:"94bfde2816a337cd0206a8aa81867769";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:"cd3a6dd719803deb3808e34b9777f287";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:"7d990e5c172c44256c50bdf8114c685e";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:"c0f48f591ab0b20da17174cff1905048";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:"4a04332be07f275a3b89558f7a6a9e59";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:"ea0533092a20369482810345766fc7e7";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:"00c0c229724d4ca22954e225d5d45cdf";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:"a2e02ef4092fa6066deccf1ecc27aabf";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:"df7523ed95d3cfc58d91c2ab6ecc857d";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:"f5ca9a0062323c34cd3a62d0fdaf1ece";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:"a1cb3c732002040fcc90de75fd30d04d";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:"cccd726fdf7c737c75a2c666f36ddb28";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:"32e5806bbc1db92d1404b7a5e7c73a7f";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:"5cb949b83e74c484128685026530bc2a";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:"1de7050d538af9c7b766d011e6faa09d";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:"d7a6ceba06ff359e3d1fb76a9c610063";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:"e1551b77f926fed02ae2dff682ab8234";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:"1d351a73cf57e43d18c1c58ce32863eb";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:"365168feac6e600a4f663749a51e5877";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:"7ea1dbdac6007ec5b47141ea6da7300b";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:"217b86d37ee58efbe69096838d9863fb";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:"e8fa29097bfed77bbafe98eb0f7cd6d8";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:"55ad74bf7d36925aca35114dd1e949fc";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:"55f96b069623b8e82c15fa8ac86a9263";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:"593434f77e68d051da3498b31921ba08";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:"6f4f45636b31c734e9d43ffc85c75bdc";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:"3f71ea92e5a2a281de1ab98f0cfc1fd0";s:12:"installed_as";s:101:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php";}s:74:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ConstantCaseSniff.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:74:"CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ConstantCaseSniff.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"80ce2fd210f2a5d854e6894df2f31d2c";s:12:"installed_as";s:93:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ConstantCaseSniff.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:"7f757802799636a2d3b6cf9554788759";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:"840bc3e279bcd289cdb4b478b63e533f";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:"51752cc9a35cdbf9c4c4624c9501cf0f";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:"910b989e7594f86afae2a738b7612dc8";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:"196f09f8650cfefef285f7e2b9d18927";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:"09b5c8b6cd5d866b70af2e82d619ecbb";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:"b4f811331b4463f658055ad2d201ec56";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:"fa649a8382402101c537b0652904daad";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:"ea9c4801f4ef90603bb8c1f83823a597";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:"f7a8292ef6e8b22666423b3f1363b53b";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:"75e9b13ca3e1fe61a9e32a3e9ede61c3";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:"068b370550db41d901170799e6cfd774";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:"0801c65a7d1527113ffabce83dbeaa67";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:"005538b57452854d8d01c46be3b8151b";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:"03a6b80881c5f8b1342aef5e9946e434";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:"bf45850e08fbba4a9e09d0f66efe0774";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:"2fabb647b083b545ebf258d20c5c30bc";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:"476617309cd833110b365f377d016170";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:"2249ef61f3665c5ee45cc5227d5f5cf0";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:"a3e7b1e913f61c6a0e9f1ba97335a15f";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:"b11f5ce0d9a4bc741017c6a1ab714b4c";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:"b4d3f975490c1eae4fff7a5945cdc123";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:"deb1092b53c3c276ddf2bb06898047bd";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:"23d7eecb39367a8f248ad0e3e7eeb29f";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:"e83a675086e48238f5fdfdcae3d43e2a";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:"ec71fae5b8c4c3c4e743b623f1ad726e";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:"6bec9cb7857e19b30d1e15323a5933f0";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:"fcea93e71663a868c996276c935f9919";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:"74d36072c1fa4e789a3bd110ffd9f326";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:"9c5290bd5ad8e208adb62ee34aa97e54";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:"66751cf0ecf61aceb6026ace07975870";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:"d095377de6ef63f2f3d52c11a8f4d7aa";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:"5b461a4e0c889aaaf6117c8cf74a3092";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:"fe387f66180ce3a4afe8c730b7cbc66c";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:"13f9241cdd555573bb3155637db8fbb8";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:"7af63ee374a870a8d776a46b27bf16c9";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:"d0133a46c028556d99013be7e9e51a67";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:"108af3fcbdde27a3bb432e5fd3819737";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:"97dea3c0e5214e09fc38139803ca080e";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:"7c0f4a2cc1cd79d63091550d3cf37807";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:"c3586ff32532685bfef3fae8345254b5";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:"5ce1ba5da196384cbea9be66034b5c08";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:"3324917477dfac658877773a5f185f50";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:"b3d8eec1f9a58280c32d75450649decd";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:"8958b358ec83c106946a9d8939e8f51e";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:"a81489bb5c6332d741870fae75d8323d";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php";}s:69:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:69:"CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"202a19cf0498918582fbe98cf4a71480";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.inc";}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:"490231f064c030133c69923a46616902";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:"5bbfab4aaceca3f1d9ae04e0cc09e4f5";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc";}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:"4f06c2309f7aec9b26c54b59cf3a201b";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:"525613c1948fd9e90b8a025cb87782d9";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:"c82834467cfa3c96e04c839f29fa74e3";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:"0335eb6651095639ca97661c09c81cc4";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:"14ec30159943926344820374d660784e";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:"8081ff59298212bfe15538270eb2d784";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:"f16a0c829cc76eb66e27c513ddb8c8c3";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php";}s:73:"CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"90e88cd51c32449636505cc170120c6a";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.inc";}s:73:"CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:73:"CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"939a34b1e8e15d9c1ae054aae49f085a";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.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:"0a93fd482f93045a10856061824a6188";s:12:"installed_as";s:106:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc";}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:"8fce2bc38c9b6cc480da78fa056a66e0";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:"f316d5e2e744329b4273fc3d623a8fd9";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:"4514e1370cb9bfa6cb0cd88430c46c92";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:"8f3f7fd8c22761e28686deb3a49e9270";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:"30b234cf5327c11fcdb1cbafdd1babfa";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:"898cb05e4dc5cdad43b6f44d0ccdc370";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc";}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:"772338df6bd256736287265759304ccf";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:"5b2e03c936c209b59bed28b2bc55f9d4";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:"dadb09d1c747b1f0810e689db139f256";s:12:"installed_as";s:105:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.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:"3a0ccdcdd78b06f7ccedf526cc0e328c";s:12:"installed_as";s:104:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.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:"2a7e0b1b85c4892fd65ac84536e9ccb9";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:"767bb49d97cea8fa5294cf25cde52212";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:"900607f65aed723af3d89fe54213410d";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:"68c134c35a14471ec96a14c40a20bb9c";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:"c9f19ebf0464fb9d01cc20f11eb0c61b";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: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:"afc650c5722e943b1df721f0f2053695";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:"049f2bdde44eef6d06abcb8c9f1657ef";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:"118c50d77fdd05ef5f6adf99998eb4b8";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:"834e57d84782cf571a0f2efe0b63ce2f";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:"e20a111eda95bbbe644e3c841b737516";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:"fad1d77107b934cc1925a962a54c4c04";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:"cd9d023da463739f74af1000115cc96b";s:12:"installed_as";s:117:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc";}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:"a053a35dc3bc0da9699d9a225e3f2b05";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js";}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:"4806d5abb052a070f662b2678bea28c9";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:"fbcedef75cf7e4a320d27d4bcc135342";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:"737494baaf452cab4a7aecfb4c3e53d5";s:12:"installed_as";s:123:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc";}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:"6ecf6a83689b17e7bab6050155f1a29e";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:"2d8666e5a059e32ab4f3606adcbd9899";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:"8a1120986f45e12a9e31bcb321c7f00e";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:"48ba7856215aca940044c823b1bd60b7";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:"1498af8ff1dbae08184e1a1425b8bf32";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:"a1b6ac4aee125dcf9da7183d57a3ffa1";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:"7fc6e4fa91ea5e112f3e62941b25b8a1";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:"56d207e5ef005596d9a1e7f1678fb24e";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:"26c963a77e8c189ac2ccc4285ab98eff";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:"5a24effa19cfa0a69e9c6491cc2205e9";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:"a971d476ad43601b1f79ff8cc5c33bf7";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:"e1b9f3771e31a21e84dc6bd284588030";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:"1d0989755cd4f9268273d10f6dfa7215";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:"ba186e910ba59b59b5bcf78a40c6b613";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:"15eeb913315460c8cd02ba7b3d00e439";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:"3963ef38a6934d2f79342d3465a4a46d";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:"d5af2fb2ec4818f7b38d88af4f823a6a";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:"4ea26a1e3fff80e6b78682d74eb20086";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:"c1df47cb7bb006afe0a3a2e4cf2d2099";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:"bf58514af54d6ab0ca9ae2742df0aba0";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:"ed4c5c85a39d773cab046b58a0e9cb93";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:"dad69ae335296a0a096e238fb7bca2ae";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:"202e7be708ab1ed85211fe89844f4c68";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:"52ec4dc11eb72fcb27adc5f4c8778fec";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:"85727ce56c2bbbe21c9e37797078c8b3";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css";}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:"cef2c9f39ef4f218f93c2ca7de496d6d";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:"3c441dc8569a59d680640dbdfc81b8e4";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:"ff9878e134c847216838bd9d3516fba0";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:"f565cb2aa4246386dd237cfb1be19e43";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:"7e05da62c345167b94ace71832519582";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:"e49d00eba458a55a66a51e65d5d3907b";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:"8db6649609739ad116ca7a0d92e0b4f9";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:"a7cbf07d776785afb802d29d5677d166";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:"bd8ea112072ae8f03ff290028a74c175";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:"2e8eca4d65b7436858185f235c39a5c7";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:"7f2598ce7a04aad2ebeeb6ea190fc56b";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:"389bd6745bbe8f506f7e9cd5ffd6e2c7";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:"cdd416d8f4fe20a537fd2a1f72ccde1f";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:"ccb05646e7284e30658ab1dabf3c544a";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:"30020fad0ba80cf3b2df766250a33ba8";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:"c38170046308faaba998d4dd7a0f54eb";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:"d839a941bb6a7ed4a7c7f732e6ec9b2e";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:"7c8518d2fa6c589a6d5ce5ee81cb1734";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:"a3770f2ed75e3e40394382aa75ed22ad";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:"64eb202589ad6d388f4bb94ff25b8f62";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:"9ff175b14470dad769197e2562f20c9a";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:"0666830ef071dad705248c1cbaa76f0a";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:"03540e85a66c870dcf98f9dde5655048";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc";}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:"d7e173d1282a368377098765eb01038b";s:12:"installed_as";s:121:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php";}s:76:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"9553bb0c4cd749f5dcb4e732553938cf";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.inc";}s:75:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.js";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:75:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.js";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"ec7d1a4c0a7f5b7f2d7824c79fe162c4";s:12:"installed_as";s:112:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.js";}s:76:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.php";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:76:"CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.php";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"3e1dea8e00efc9fefa77e30af0fa575b";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.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:"ff412a4bfe52d511cf2c567978c9fe8e";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:"95b8b32f8ba8ee596cf0fbef3641d055";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:"6f08bf9a754beb19a77786f3bd863b5a";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:"bc1548ab9631d08e74c7d9df5dfa80fe";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:"0f033f89357013cce9bde5490485214f";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:"da17bd08c67bcbac40eb31a6f34cc005";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:"1692a71495c295c30caa3e9bf19262b7";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:"6fffbcb3a3b910b62fbce9022b4bbed9";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:"e0edcd1d6dd831b8799fb8129ad381b7";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:"ebf2b0b8a0807402e4332f2aab0d8042";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:"11d059523f86e363ae3934488a8538a2";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:"8a304fd56e4b0851ca136c64b6d3075d";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:"70ace867075acda73d6d0805f3abe899";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:"c29897141b26c0d9d5d91cd287b4aecf";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:"ff3fbc9f44b76cbb10e8a60ab7641934";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:"747ef9028794f2a3095c95804959dc78";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:"3b246c1092faefa0a30f0979290027e7";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:"50588d83c16e21fba9a60e5948225076";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:"d3d581c12d13142767faa7142ada629a";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:"115bc65f9aef9e1c533112aeebfba3bb";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:"d284f681449ad14a6af15ab28b199554";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:"8ac2479eed371abe5165b8800c3d6f71";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc";}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:"7167e7070c7e5529e52e688347a9f0e0";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:"01922b2b6463fd4dbe82dfb095e9e6c7";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:"fb46a7f1c65ff997849c32d56b00394d";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:"f71c9bcd8869926ade3c64a57701f373";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:"6faa04c6e88d24fecd20318e83a1d8d2";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:"7d5b916e8d66b020b7865b6e3fca0ff3";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:"eab50fae3a4bb7255dcfb62c0653f2da";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:"bc7226f20e2bc29d74347885c24f9c63";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:"78a50c7d2858fa116d64710784212004";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:"49524ff1ce8d1e7e3f4ab278d55db7e5";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:"1738bda144c3e58631d57fe76c407ab2";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:"e7f1b2cccfaeec9b36075fb29496b435";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:"bae9e14c3b17e95e5275d69e497a42c4";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:"49ba08185820aef639a4c8ac9ee51abc";s:12:"installed_as";s:111:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc";}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:"81dee2d3f03a2bbfcc0be1eaad3b30e2";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:"20923848ae39b5613ecda123190d36c3";s:12:"installed_as";s:107:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc";}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:"e0c821151746a68e07d70e24fcb6d707";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:"847c4d1fd2ddbac52201877b327343b6";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:"45ccd965440b39f3afc9a3ec8fdb4029";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:"cc47ff28ad26a0648c51c1c9cd9c2e9f";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:"4e9f5fcebb2f81683e1a1fdb07becac3";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:"fbc7541be5bd2544f9761f4f8b51013f";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:"1d7b87adc46f82b00f89c0282ddc52eb";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:"824cc099257f846411b6bab330c23d72";s:12:"installed_as";s:119:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc";}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:"31d81d1d2a8fea6763ee6d5caee2c21c";s:12:"installed_as";s:118:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js";}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:"d7aa0e41c2c8669fdbf870cf12b4d314";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:"da6dffd11e97a60b618eef2e332c8086";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:"7b34cd2bf8bda458b4247b15240b28ea";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:"158f6b48bd8711ed4d41f05747ced73b";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc";}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:"a5b2fb2e87b0f3d616152038309bf573";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:"27723475163ba9e9bbd44edd7c507cca";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:"6f3e254a8f8d2bdd8f2a71fc20f6b7dd";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:"b690f208fc21792b67cbb8a508ef2d04";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:"09d31d90b77e823523a46967a017fadb";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:"666af07c27430f21535ca06e6cd5d3f1";s:12:"installed_as";s:110:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc";}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:"27440ed14e13ae9173a965099c7d3f40";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:"ca8cfe2818aa82a2fe9a5b6efe7ac1e6";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:"8fc766d6f587af856aca1449331162f8";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:"12981fb1636022451683d48419288cb9";s:12:"installed_as";s:109:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc";}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:"8dcc701cf06711298eacced784cc9022";s:12:"installed_as";s:108:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js";}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:"74f255d6ad135fe17694e769ac70c91a";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:"3de12023ce71bcd03ff5d1f1e9f19e74";s:12:"installed_as";s:113:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js";}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:"c2515ad6bf10658dcb7127e24e97b9ed";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:"c815209059a85965eddd3c5518910a9d";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:"69b8edcf782839a5d7221513a4549ca5";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:"cfacf673807ccd7f1fdd61d2ca54e922";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:"7bc5af2c501dc7239182379d27da5fee";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:"5fe8bc453bc1a254dd472cbab666dc9c";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:"3c41856dc95c7192b594b6e2cb10a8da";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: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:"b9496658b7756308884930923aa0b45c";s:12:"installed_as";s:116:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js";}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: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: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: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: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:"31acc3d6a03eef58e7ccbec698103afc";s:12:"installed_as";s:115:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc";}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:"04489d0635747e97169ea8b27415d6be";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:"caa993fdae1b00b13f5d6b8b1caf9f0a";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:"af1487cac8e953f334bf801142c09900";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:"287ddd902cc1072035f0c92a4caeabc5";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:"49ebb2320bb305f27e6ec71fdec28621";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:"3efc4636462f45be576c0b64a45d9d7a";s:12:"installed_as";s:100:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php";}s:61:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.inc";a:5:{s:14:"baseinstalldir";s:3:"PHP";s:4:"name";s:61:"CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.inc";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"30e574c8ad654205192b5a41ff5b90b7";s:12:"installed_as";s:98:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.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:"a829e573c93cae133ad98b06599f2231";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:"482ddc2bee1875df9958cedcb9adb9c9";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:"5cd2a20ed9c6681f47728b045ff2fa75";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:"416176232a4468f4aa06089270fd7663";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:"c3ee29584967f90d9c8966d3f68e7d07";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:"3310bed78fd63eca62b78c3ff2e1d41a";s:12:"installed_as";s:70:"/usr/share/php/PHP/CodeSniffer/Standards/IncorrectPatternException.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:"36d9134a3787eb5f2e19af68ab2ac7a6";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:"fef7ab472775d647685c0afa4e7783c1";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:"3190e57102f6fb1e301da765f039f2d8";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:"e877e7edd94af20ea657924402699e46";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:"593f294edf63062066ccda547c1ae0cd";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:"71e85026e02d99fe87fcc996a8beacc4";s:12:"installed_as";s:39:"/usr/share/php/PHP/CodeSniffer/File.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:"86f4a6d63a7e68f49d038ecfc78bc267";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:"a7ccaf4ee2a85c1d1cecddea6c5ab0e6";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:"4ef5d64cc8d5037b7a217a6a26a6e0d5";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:"2f03fcbdf0d861dfc945057a65414612";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:"5190d3fa5d8a1c9f2688d698e960df41";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:203:{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/CommentParser";b:1;s:30:"/usr/share/php/PHP/CodeSniffer";b:1;s:18:"/usr/share/php/PHP";b:1;s:44:"/usr/share/php/PHP/CodeSniffer/DocGenerators";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:63:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs/Classes";b:1;s:55:"/usr/share/php/PHP/CodeSniffer/Standards/Generic/Sniffs";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:80:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Generic/Tests/Classes";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: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:66:"/usr/share/php/PHP/CodeSniffer/Standards/Squiz/Sniffs/CodeAnalysis";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:83:"/usr/share/php/tests/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/CodeAnalysis";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:"1.5.5";s:12:"release_date";s:10:"2014-09-25";s:13:"release_state";s:6:"stable";s:15:"release_license";s:20:"BSD 3-Clause License";s:13:"release_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";s:12:"release_deps";a:3:{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:5:{s:4:"type";s:3:"pkg";s:7:"channel";s:15:"pear.phpunit.de";s:4:"name";s:9:"PHP_Timer";s:3:"rel";s:3:"has";s:8:"optional";s:3:"yes";}}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:1411754308;}