From 5ed3b7dd8f88bad93dcc051b755cea6a2a6d9ac2 Mon Sep 17 00:00:00 2001 From: Gordon W Date: Mon, 21 May 2012 06:02:32 -0700 Subject: [PATCH] Testing feed ordering of github --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 4cb7617..a47e5aa 100644 --- a/README +++ b/README @@ -8,3 +8,4 @@ Usage: $phpcs = new PHPCS( "/path/to/check" ); $results = $phpcs->generate_report(); $results->_print(); +or print_r( $results ); (you can use the array however you like)