Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
b47b9cd2
Commit
b47b9cd2
authored
Sep 17, 2014
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #261 from davechez/fix-example-1.1-pre-tag
Close <pre> tag in 1.1 example code
parents
ef46957e
b6df912a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
examples/1.1-check-solarium-and-ping.php
examples/1.1-check-solarium-and-ping.php
+1
-0
No files found.
examples/1.1-check-solarium-and-ping.php
View file @
b47b9cd2
...
@@ -18,6 +18,7 @@ try {
...
@@ -18,6 +18,7 @@ try {
echo
'Ping query successful'
;
echo
'Ping query successful'
;
echo
'<br/><pre>'
;
echo
'<br/><pre>'
;
var_dump
(
$result
->
getData
());
var_dump
(
$result
->
getData
());
echo
'</pre>'
;
}
catch
(
Solarium\Exception
$e
)
{
}
catch
(
Solarium\Exception
$e
)
{
echo
'Ping query failed'
;
echo
'Ping query failed'
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment