From 7ef8e99fe605c5da36ab6b5d317b22fcd17f665b Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 22 Aug 2013 01:01:41 -0700 Subject: Fix CodeSniffer violations Change indentation to ensure code confirms to CodeSniffer rules. --- bin/dwpage.php | 8 ++++---- bin/striplangs.php | 2 +- bin/wantedpages.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bin') diff --git a/bin/dwpage.php b/bin/dwpage.php index bc9c0f6bb..96f6d3ef9 100755 --- a/bin/dwpage.php +++ b/bin/dwpage.php @@ -13,7 +13,7 @@ require_once DOKU_INC.'inc/cliopts.php'; function usage($action) { switch ( $action ) { case 'checkout': - print "Usage: dwpage.php [opts] checkout [working_file] + print "Usage: dwpage.php [opts] checkout [working_file] Checks out a file from the repository, using the wiki id and obtaining a lock for the page. @@ -30,7 +30,7 @@ function usage($action) { "; break; case 'commit': - print "Usage: dwpage.php [opts] -m \"Msg\" commit + print "Usage: dwpage.php [opts] -m \"Msg\" commit Checks in the working_file into the repository using the specified wiki id, archiving the previous version. @@ -46,7 +46,7 @@ function usage($action) { "; break; case 'lock': - print "Usage: dwpage.php [opts] lock + print "Usage: dwpage.php [opts] lock Obtains or updates a lock for a wiki page @@ -59,7 +59,7 @@ function usage($action) { "; break; case 'unlock': - print "Usage: dwpage.php [opts] unlock + print "Usage: dwpage.php [opts] unlock Removes a lock for a wiki page. diff --git a/bin/striplangs.php b/bin/striplangs.php index 40cef5063..ac95626c9 100755 --- a/bin/striplangs.php +++ b/bin/striplangs.php @@ -127,7 +127,7 @@ if ( $OPTS->has('k') or $OPTS->has('keep') ) { // ! always enforce 'en' lang when using '--keep' (DW relies on it) if ( !isset($langs['en']) ) { - $langs[]='en'; + $langs[]='en'; } } elseif ( $OPTS->has('e') or $OPTS->has('english') ) { // '--english' was specified strip everything besides 'en' diff --git a/bin/wantedpages.php b/bin/wantedpages.php index 30171fc15..16ff32b72 100755 --- a/bin/wantedpages.php +++ b/bin/wantedpages.php @@ -92,7 +92,7 @@ function dw_internal_links($page) { $mid = $ins[1][0]; resolve_pageid($cns,$mid,$exists); if ( !$exists ) { - list($mid) = explode('#',$mid); //record pages without hashs + list($mid) = explode('#',$mid); //record pages without hashs $links[] = $mid; } } -- cgit v1.2.3